OpenStreetMap logo OpenStreetMap

Post When Comment
Call to map, Albania with the flood crisis

Look!
http://www.disasterscharter.org/web/charter/activation_details?p_r_p_1415474252_assetId=ACT-286
Pictures of flooded Skoder!

Call to map, Albania with the flood crisis

http://translate.google.com/translate?js=y&prev=_t&hl=en&ie=UTF-8&layout=1&eotf=1&u=http%3A%2F%2Fwww.veriu.com%2Fvp%2Findex.php%3Find%3Dlajme%26op%3Dshtypi%26media%3DShekulli&sl=sq&tl=en

flood water from the hydroelectric plants on the Drin River

Call to map, Albania with the flood crisis

here is an article I found:
Lets add a tag to those points , and start looking for more info on those towns,
I imported the gns names for that region, so we should find them or I have to import a bigger region

http://translate.google.com/translate?js=y&prev=_t&hl=en&ie=UTF-8&layout=1&eotf=1&u=http%3A%2F%2Fwww.kohajone.com%2Fhtml%2Fartikull_50353.html&sl=sq&tl=en&swap=1
" But yesterday there was no decline in the surfaces of flooded municipalities Velipoje, Dajc, Ana and Environment of Montenegro.
Water still keep the "occupied" Tera and home surfaces.

The Interior Ministry said yesterday, were flooded in total 9340 ha of land, home in 2169, while 5173 people were evacuated.

During the day Wednesday in the total figures have been 11400th ha, 2649 flats and 5148 evacuated residents.

Yesterday 25 people were evacuated and others in problematic areas flooded, as Dajci or Velipoja. "

Call to map, Albania with the flood crisis

here is a picture of the town, before :
http://www.shkodraonline.com/galeria/main.php?g2_itemId=3138&g2_imageViewsIndex=1

Call to map, Albania with the flood crisis

Well, I would have not thought about it but I saw all the news about haiti.
I have been following albania, because I am working alot with kosovo.

Call to map, Albania with the flood crisis

Not yet, I am working on it!

Call to map, Albania with the flood crisis

Ok, I have done an gns import for Skoder region, all the local names are loaded
osm.org/browse/node/614824958

Call to map, Albania with the flood crisis

osm.org/?lat=42.03944&lon=19.49556&zoom=16&layers=B000FTF This is the exact point of Bahçallëk, the town hit.

we should add in the details of the map.

Kosovo street data split into 100 street work packages

Thanks!

That is great, anyone can help!

New delivery of road data for Kosovo

Data uploading here:
http://www.archive.org/details/Kosova_Road_Data_from_iMMAP

Planimetria de Vitoria

I have created a new version of the split that emits only one layer
from the ways at a time. It stored the nodes and emits them just before the way.
this produces much smaller files and you can
tweak the constants(not parameters)
my $chunksize=100;
my $searchkey="VIA_PAV_ASFALTO";

that means, the asfalt layer will be chucked into 100 polygon files.

http://github.com/h4ck3rm1k3/TwoNickels/commit/f27405ee63a0d87ae12dc402307f3588ac52a217

perl2exe

translation :
Dear buddylist! :)

And can someone make exe-version Leshin converter osm2mp? This would greatly help me.

Because once it did, I understand that this is possible.

What will matter?

Smells like off topic!

Planimetria de Vitoria

One more thing,
you should check out the layer attribute that I added. You can see if the name of the layer is asphalt or somthing. Also one more thing to do is replace the U+1234 names in the text. I did not do that, but you can do that with a simple search and replace in the osm files.

We can extend the program and make it better; it was just a quick hack for you over new years.

mike

Working on libredwg

Hi all,

I am just starting to work on the libredwg project that can read DWG without the restrictions of the "open design thing" that means you can download it and use it.

The DWG format is a jealousy guarded binary format that changes with every release of Autocad.
http://en.wikipedia.org/wiki/.dwg

Unfortunately we are missing a specification of all the formats, and most importantly, a test case. I guess the spec from OpenDesign is good, but I heard it was buggy. Also Is it complete? I want to have test data to work with that I can understand.

The GNU project has declared creating an Autocad reader is high priority project.

My plan is follows :

1. create a set of files to use as test case.
Reuse existing test suites for SVG, Blender and other tools. I have posted links to them on the other mails that I reference at the bottom.

2. convert those test cases into DWG and DXF files and to SVG/pdf so we can understand them.

3. do that in batch for each version of autocad.

Given a large body of tests cases, inputs and outputs, it should be easier to work on the decoding of this data.

See also :
http://mail.python.org/pipermail/pythoncad/2010-January/000974.html
http://lists.gnu.org/archive/html/libredwg/2010-01/msg00013.html
osm.org/user/h4ck3rm1k3/diary/9160

Planimetria de Vitoria

I have made a splitter routine for you to split up the huge osm file into chunks

The splitter is here :
http://github.com/h4ck3rm1k3/TwoNickels/blob/master/split.pl

you can change the constant 1000000 to something else.

Also you can increase the memory of java
-Xms400m -Xmx1800m for mimimum 400 and max 1800 mb.

Here are the chunks :
http://bitbucket.org/h4ck3rm1k3/openstreetmap-data-brasil/src/b285f6f88846/

code

my $count=1;

sub begin
{
open OUT , ">OUT_${count}.osm";
$count++;
print OUT '' . "\n";
print OUT '' . "\n";
}

sub end
{
print OUT '' . "\n";
close OUT;
}

my $id=0;

begin;

sub emit
{
my $rem =$id % 100000;
if ($rem==0)
{
warn "$id and $rem $_";
end;
begin;
next;
}
}

while (<>)
{

if (/\

Working on libredwg

Does anyone have any test cases in DWG format? We need to collect very many for development of the software.
mike

More Autocad files online

Here is a Another one :
http://www.degradimi.info/dropbox/k_prishtina_com.dwg.zip

OpenStreetmap Albania started

For more todos in albania,
check this :
http://random.dev.openstreetmap.org/no-names/?zoom=14&lat=41.32779&lon=19.81968&layers=0B000

TwoNickels(dime) dxf2osm is running with polygons

Here is just one part of the map :
http://ia341329.us.archive.org/1/items/VitoriaOpenstreetmapData/OUT_1.osm.bz2

here is a pic:


http://3.bp.blogspot.com/_jN3026PBiXg/S0JO0TneI_I/AAAAAAAAORA/hpMvRExPbZY/s320/Screenshot-13.png