Trends in web mapping

A while ago, Alan McConchie and Beth Schechter of Stamen held a presentation titled Anatomy of a Web Map at Maptime SF, a weekly map hack-night hosted at Stamen Design. The slides can be viewed at maptime.github.io/anatomy-of-a-web-map (allow some seconds for loading). Click through for a thorough refresher and some innovative web map technologies. Even if you are familiar with the topic, you … Continue reading Trends in web mapping

Ubiquity of Python

I have written about the ubiquity of Python before and I’ve also given a talk in that direction at this year’s FOSSGIS conference (“Python as ‘glue’ in the GIS software domain: Sun glare analysis of road traffic accidents”). There is also a video of my talk here (but beware, it’s in German). So, this post by Tal … Continue reading Ubiquity of Python

Projection from WGS1984 to Swiss national grid (CH1903 LV03)

In my last project I used (standalone) Python for geoprocessing. Since ArcGIS or something like that was not there to help with projecting geodata from one coordinate system to another, I wrote a function which converts well-known WGS1984 to Swiss national grid coordinates (Swissgrid, CH1903 LV03). Swisstopo has the formulas of an approximate transformation and also funtions in C#, Javascript … Continue reading Projection from WGS1984 to Swiss national grid (CH1903 LV03)

Py all means

Over on his blog, Bill Dollins muses about the range and ubiquity of the Python language in the geospatial realm. It’s true – if you work with ESRI products on a daily basis (like I do) you almost can’t get away without using Python one way or the other, be it for scripting some workflow, … Continue reading Py all means

Processing 0195

Starting from yesterday the Processing team offers Processing 0195 pre-release for download. Lots of bugs have been fixed and 0195 is considered a stepping stone for a Processing 1.5 stable release in a few days. (via Ben Fry) Continue reading Processing 0195