-
Archives
- June 2013
- January 2013
- November 2012
- October 2012
- August 2012
- May 2012
- April 2012
- March 2012
- January 2012
- December 2011
- November 2011
- September 2011
- July 2011
- June 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
-
Meta
Tag Archives: spatialite
The SpatiaLite Cookbook
Alessandro‘s new SpatiaLite Cookbook is rather good.
current tools of my trade
Mark asked: What kind of GIS software are you using? Well, since you asked:- SpatiaLite: spatial awesome built on SQLite. I love it because I don’t need to play DBA. QGIS: for maps ogr: for file format futzing proj: for … Continue reading
ward maps: kinda working, sorta
Now I’ve sorted out formatting the labels and scraping the data, I should be almost ready to produce a pretty map. Well, almost. The DBF component of a shapefile seems somewhat resistant to adding a column, and SQLite doesn’t seem … Continue reading
reblog: finding things that are inside other things
My post diary of a geonumpty to my main blog is really what got me started thinking about abstract geographic data. In it, I (with a lot of external help) develop queries to count points in areas with the same … Continue reading
tale of two cities: coordinate reference systems, and what on earth is the maywood tot lot?
For reasons that are not particularly clear, the Toronto.ca|Open data is in two different coordinate reference systems (CRS), MTM 3 Degree Zone 10, NAD27 (EPSG 2019) and UTM 6 Degree Zone 17N NAD27 (EPSG 26717). This confuses QGIS even if … Continue reading
my first real spatial query: finding nearby libraries
Me and Catherine are quite partial to libraries. I’m going to use the address points database we made yesterday to find the libraries within 2km of a given address. It’s not a very useful query, but it shows the very … Continue reading
a simple geocoder for toronto
I’m going to use SpatiaLite and the Toronto One Address Repository to try some simple geocoding. That is, given an address, spit out the real-world map coordinates. As it happens, the way the Toronto data is structured it doesn’t really … Continue reading