Free geographical data: Installment 1
National Land Survey of Finland: Geoscience Australia: Ordnance Survey
National Land Survey of Finland: Geoscience Australia: Ordnance Survey
Map Tile Sources Here is a list of free sources for map tiles. I’ll expand this list as I find more free tiles. Notice that some websites require an attribution. I’ll perhaps update this post with the attribution line for…
Database stuff First I’ll describe the database that backs the service. PostGIS database backend Here is how to make a simple table in PostgreSQL, that can store geo-tagged “observations”. It uses a hstore type for key-value pairs and a geography…
The Agency for Digitisation in Denmark has just published their agenda for publication of so called “Basic Data”. The following page is in english: Good Basic Data for Everyone – a Driver for Growth and Efficiency
There is no excerpt because this is a protected post.
Slides GWR_Presentation.pdf Articles MethodsReviewPaperNCRM-006.pdf mennis_cj06.pdf
I have found some tutorials (1 and 2) for using the hstore column type in PostgreSQL. This blog post is specific to querying OpenStreetMap data using the tags column in relations ways and nodes (the tags column is a hstore).
This blog post is made as a “note-to-self” so that I can remember the procedure. You are of course welcome to read along. It’s does nothing fancy, simply imports the planet.osm file into PostGIS using Osmosis with the Snapshot Schema.…
I’m learning about matplotlib, and actually just bought the book Matplotlib for Python Developers. Geographical plots Browsing stackoverflow, the matplotlib homepage, and other resources, I eventually came by this stackoverflow post, which mentions BaseMap. Since the data that I’m plotting…
This table lists the number of total tiles for increasing zoom-level in a tile cache. The tile cache is assumed to be pyramidal: . level 1: 1 tile level 2: 5 tiles level 3: 21 tiles level 4: 85 tiles…