h4ck3rm1k3's Comments
Post | When | Comment |
---|---|---|
Archeological Site map for Prizren/ Kosovo | Point 1 should be this church
Dataset extracted :
Attempts at swapping the xy and other things failed. Command used :
example :
|
|
Updates of KPAOnline Scraper | here is the shell command :
for x in resultPAmun.asp\?IS\=*PZ; do perl ~/Desktop/maps/openstreetmapkosova/convert2.pl $x; done > newtest2.osm |
|
Updates of KPAOnline Scraper | here is my new script : scraper:
#street converter:
use strict; |
|
Updates of KPAOnline Scraper | Here is my changeset.
|
|
nato attack sites in kosovo | Kosovo: Applying Geographic Information Systems in an International Humanitarian Crisis
Kosovo: Applying GIS in an International Humanitarian Crisis
Mineseeker airship :
Mine report kosovo :
(open mine maps anyone) Explosive ordnance disposal and mine clearance in Kosovo
http://www.wsws.org/articles/2002/jun2002/trep-j28.shtml http://www.washingtonpost.com/wp-dyn/content/article/2006/12/09/AR2006120900353_pf.html http://www.icrc.org/web/eng/siteeng0.nsf/html/explosive-remnants-of-war-brochure-311201 http://articles.latimes.com/1999/jun/15/local/me-46797 'According to a KFOR map minefields are mainly present on the westerns slopes of the mountain range (confirming the report by jimorothy) but this map only depicts minefields which are known to UNMIK/KFOR and also it is not up to date (2005).
KFOR in mine awareness program
http://www.b92.net/eng/news/society-article.php?yyyy=2008&mm=10&dd=27&nav_id=54535 Yugoslavia: Education Programs Warn Kosovo's Children About Landmines
GIS in the Kosovo ethnic conflict solution. The project "Sentinel".
http://www.reliefweb.int/rw/rwb.nsf/db900SID/MHII-65952Q?OpenDocument
http://www.defenselink.mil/news/newsarticle.aspx?id=42738
http://www.bulgaria-italia.com/fry/docs/Military_Agreement.htm
a. Detailed records, positions and descriptions of all mines, unexploded ordnance, explosive devices, demolitions, obstacles, booby traps, wire entanglement, physical or military hazards to the safe movement of any personnel in Kosovo laid by FRY Forces. http://www.rta.nato.int/Pubs/RDP.asp?RDP=RTO-EN-SET-116
|
|
nato attack sites in kosovo | Lyx,
|
|
screenscraping | here are my commands :
cs2cs -E +proj=utm +zone=34T +units=m +proj=tmerc -f "%.9f" < points.txt > convert.txt
There were two data errors in the input :
my convert script :
use strict; |
|
screenscraping | here is my first point
|
|
screenscraping | That is
|
|
screenscraping | So Kosovo is 34T/North http://home.hiwaay.net/~taylorc/toolbox/geography/geoutm.html for this property :
The webpage says:
|
|
nato attack sites in kosovo | drlizau suggested :
|
|
screenscraping |
More utm stuff :
Converters:
|
|
new splitter | then put the getosm.pl in a file and run it. http://www.pastebin.ca/1521672 here is the splitter.pl
http://www.pastebin.ca/1521669 getkosova.sh http://www.pastebin.ca/1521674 getosm.pl
|
|
Pageranking the streetnames | Here is the result list : 0
|
|
name updates for kosovo | for each node :
|
|
name updates for kosovo | idea for deletes :
|
|
RT:<Komzpa> phurl: http://theageoflove.ru/josm.exe my JOSM WAREZ MEGAPACK | Well,
|
|
Merging names | bzr branch lp:~kosova/+junk/openstreetmapkosova
there is an kosova.osm in there you can update that in josm
Mergenames will scan the file and produce a new osm file that contains only the duplicates. the you run mergenamessorted.pl to create the deletes in a new osmfile
|
|
Merging names | Here is my splitting script,
my $startx = 41.78;
my $starty= 20.04;
my $steps = 5; my $stepx = 0.25;
#osm.org/api/0.6/map?bbox=43.33,43.486,21.8,21.98
for( my $x = $startx; $x <= $stopx; $x += $stepx)
warn "x is now $x\n"; for(my $y = $starty; $y <= $stopy; $y += $stepy)
|
|
Test conversions for kosovo |
here are the points from the pdf
and with this command you can try and convert it
and with this perl script you can take the results and turn them into osm
Somewhere along the line, there is an error |