For windows ailing weather, winter is slowly creeping. There is growing so days when off, but not to go into the countryside. Better than sitting on your ass at home is something to do. But what? You can dust off the good old JOSM and OSM community to help with the tracing of digital cadastral maps. Instructions are here on site in JOSM Be the architect and build houses just download an improved version of Tracer. The new version of the Tracer-old has improved loading the surrounding tiles, so you will not have to wait longer if you move a bit further.
But what map? You can choose from digitized municipalities Cuzco . We are interested in DCM column [%], which determines the percentage of entering the village in the Land Registry digital maps. So pick up a town map you want and if it has let go 100% into it (if you have someone nepředběhl
)
For advanced and proficient
To systematically map the newly digitized community? However, you must know what is newly added. I tried to think about it and I dropped out of two things. As for windows and linux. I hope that someone will be useful.
Windows
This guide could work for Linux, but I have not tested it. You need Firefox (but Come on! No flame!) And it extension Update Scanner . This extension monitors changes to the site and arranged a yellow highlight shows the changes. The largest is vopruz naklikání data into this addon. Open a page from the list of computerized municipal right-click and select the track page. Naklikáte according to your threshold changes (probably not very many), but zero tolerance indicates that the site was a change even if it only changes the date in the bottom of the page> false alarm. Hand searching I chose because, if the changes are automatically searched every day, I could come up a little. This way I have control over the search will be compared to the current state, not always against it yesterday when I looked at it and could vybodnout something I missed. Data are always up front just after half past nine, it does not cost you ten minutes to try 
Update Scanner - Data Cuzco
Linux
Smaller pig script
but it seems that the function is the same as the previous windows widget. If you think of something better, please. Start as soon as you get to hand, the impression you make the actual data. And when you run the next time, see what changes. All orders should manage any Linux distribution, just install all elinks.
The script can be downloaded here - http://osm.gpsfreemaps.net/tools/cuzk.sh
#! / Bin / bash
# Download the data
wget -O praha.cuzk
wget -O jihocesky.cuzk
wget -O jihomoravsky.cuzk
wget -O karlovarsky.cuzk
wget -O kralovehradecky.cuzk
wget -O liberecky.cuzk
wget -O moravskoslezky.cuzk
wget -O olomoucky.cuzk
wget -O pardubicky.cuzk
wget -O plzensky.cuzk
wget -O stredocesky.cuzk
wget -O ustecky.cuzk
wget -O vysocina.cuzk
wget -O zlinsky.cuzk
# Start to generate an HTML table
echo "<HTML>"> tabulka.html
echo "<HEAD>" >> tabulka.html
echo "<META http-equiv="Content-Type" CONTENT="text/html\; charset=UTF-8">" >> tabulka.html
echo "</ HEAD>" >> tabulka.html
echo "<BODY>" >> tabulka.html
echo "<table>" >> tabulka.html
# Fill it downloaded data
egrep "class = \" Row | td class = \ "cell | td class = \" village "praha.cuzk tabulka.html >>
egrep "class = \" Row | td class = \ "cell | td class = \" village "jihocesky.cuzk tabulka.html >>
egrep "class = \" Row | td class = \ "cell | td class = \" village "jihomoravsky.cuzk tabulka.html >>
egrep "class = \" Row | td class = \ "cell | td class = \" village "karlovarsky.cuzk tabulka.html >>
egrep "class = \" Row | td class = \ "cell | td class = \" village "kralovehradecky.cuzk tabulka.html >>
egrep "class = \" Row | td class = \ "cell | td class = \" village "liberecky.cuzk tabulka.html >>
egrep "class = \" Row | td class = \ "cell | td class = \" village "moravskoslezky.cuzk tabulka.html >>
egrep "class = \" Row | td class = \ "cell | td class = \" village "olomoucky.cuzk tabulka.html >>
egrep "class = \" Row | td class = \ "cell | td class = \" village "pardubicky.cuzk tabulka.html >>
egrep "class = \" Row | td class = \ "cell | td class = \" village "plzensky.cuzk tabulka.html >>
egrep "class = \" Row | td class = \ "cell | td class = \" village "stredocesky.cuzk tabulka.html >>
egrep "class = \" Row | td class = \ "cell | td class = \" village "ustecky.cuzk tabulka.html >>
egrep "class = \" Row | td class = \ "cell | td class = \" village "vysocina.cuzk tabulka.html >>
egrep "class = \" Row | td class = \ "cell | td class = \" village "zlinsky.cuzk tabulka.html >>
Ending # HTML table
echo "</ table>" >> tabulka.html
echo "</ BODY>" >> tabulka.html
echo "</ HTML>" >> tabulka.html
# You will download elinks to this one, you need
plus stripped of unnecessary crap
tabulka.html elinks-dump | egrep-v "^ \ s * [0-9] | References | Visible links"> aktualni.cmp
# Match will set
diff aktualni.cmp predchozi.cmp
# Cleaning
m aktualni.cmp predchozi.cmp
rm *. Cuzco
The latest comments