Other Hacks
Up one levelCollection of mapping hacks. As I write new scripts I'll publish them here.
-
Raster query through Python API of GDAL
- I spend some time to figure out how to query raster values through GDAL using the Python API - I couldn't find an example. So now here it is.
-
Parse geo RSS and store the data in PostGIS
- This python script request a geo RSS feed and store the data in a PostGIS database. In this case its earthquake data from earthquake.usgs.gov. It could easily be modified to request / parse other feeds. The script can be set to run on regular basis by a cron job.