<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Thinking in GIS - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-b8fd6d3e" type="application/json"/><link>http://thinkingingis.disqus.com/</link><description></description><atom:link href="http://thinkingingis.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Mon, 14 May 2012 11:05:38 -0000</lastBuildDate><item><title>Re: Installing MapServer on Ubuntu</title><link>http://www.paolocorti.net/2008/01/10/installing-mapserver-in-ubuntu/#comment-528517691</link><description>&lt;p&gt;Thanks for these elements. They were useful in my discovering of mapserver. It worked in my case with : onSubmit="configure()".&lt;/p&gt;

&lt;p&gt;KB.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kb</dc:creator><pubDate>Mon, 14 May 2012 11:05:38 -0000</pubDate></item><item><title>Re: Implementing the C# mapscript code (c# mapscript tutorial, part 5)</title><link>http://www.paolocorti.net/2006/07/26/implementing-the-c-mapscript-code/#comment-517730584</link><description>&lt;p&gt;Hi, it looks the source code in this page is far from complete.&lt;br&gt;Take a look at method "private void Page_Load" and then in the line : " for(int i=0;i "&lt;/p&gt;

&lt;p&gt;Does anyone have the complete source code ?&lt;/p&gt;

&lt;p&gt;Thanks !&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Diordonez</dc:creator><pubDate>Thu, 03 May 2012 11:46:53 -0000</pubDate></item><item><title>Re: Thinking in GIS</title><link>http://www.paolocorti.net/2006/07/03/creating-the-mapfile-and-data-configuration/#comment-515537107</link><description>&lt;p&gt;Hello sir, i appreciate your effort to get this project done, but the links you provide is not working, could you fix it those links?&lt;br&gt;Thanks,&lt;br&gt;Regards.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bobancopp</dc:creator><pubDate>Tue, 01 May 2012 19:49:25 -0000</pubDate></item><item><title>Re: Thinking in GIS</title><link>http://www.paolocorti.net/2006/07/03/creating-the-mapfile-and-data-configuration/#comment-506498659</link><description>&lt;p&gt;Hi, I'm new in mapserver implementation.  Could you please advice me where can i get data.zip file? Currently the above download link is not working. &lt;br&gt;Thanks&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yimon Han</dc:creator><pubDate>Sun, 22 Apr 2012 21:57:57 -0000</pubDate></item><item><title>Re: A quick look at the WFS GDAL Driver</title><link>http://www.paolocorti.net/2011/03/23/a-quick-look-at-the-wfs-gdal-driver/#comment-500644224</link><description>&lt;p&gt;that's a really useful article Paolo! thanks. Dan.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel McInerney</dc:creator><pubDate>Wed, 18 Apr 2012 05:56:49 -0000</pubDate></item><item><title>Re: MapScript C# Tutorial - Programming MapServer in the ASP .NET Framework</title><link>http://www.paolocorti.net/2006/07/01/mapscript-c-tutorial-programming-mapserver-in-the-asp-net-framework/#comment-477812532</link><description>&lt;p&gt;Hi. tutorials data has problem.if its possible please fix it&lt;br&gt;Best Regards.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Meysam Ghanizadeh</dc:creator><pubDate>Tue, 27 Mar 2012 17:46:28 -0000</pubDate></item><item><title>Re: The Pinax Tutorial #2: Developing the basic application and plugging it in Pinax</title><link>http://www.paolocorti.net/2009/11/29/the-pinax-tutorial-2-developing-the-basic-application-and-plugging-it-in-pinax/#comment-455357889</link><description>&lt;p&gt;Amazing tutorial ... &lt;br&gt;Thanks so much!!!&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Houcheng</dc:creator><pubDate>Sat, 03 Mar 2012 10:13:33 -0000</pubDate></item><item><title>Re: Python for geospatial developers</title><link>http://www.paolocorti.net/2012/02/03/python_for_geospatial_developers/#comment-432781566</link><description>&lt;p&gt;You can do the same with GeoDjango or MapFish, is just a personal choice. &lt;br&gt;As said, I do not know MapFish, but with GeoDjango you are free to use any JavaScript mapping library you like including OpenLayers, Leaflet and others.&lt;br&gt;If you are using OpenLayers there are a couple of JavaScript libraries integrating it with major JavaScript frameworks: GeoExt and MapQuery.&lt;br&gt;For Django there are also a couple of packages that simplify the life of developers interacting with OpenLayers: django-floppyforms and django-olwidget&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paolo Corti</dc:creator><pubDate>Wed, 08 Feb 2012 04:46:53 -0000</pubDate></item><item><title>Re: Python for geospatial developers</title><link>http://www.paolocorti.net/2012/02/03/python_for_geospatial_developers/#comment-432392169</link><description>&lt;p&gt;Thanks for the response! If you know of any comparisons/overviews of frameworks like these, they would be very welcome!&lt;/p&gt;

&lt;p&gt;One difference I see between Mapfish and Geodjango is that Mapfish integrates client-side Javascript GUI components in the form of GeoExt, including OpenLayers. Geodjango doesn't seem to have this, right? What do you use to build a dynamic/Ajax web interface (incl. maps, legends etc.) on top of Geodjango? I'm looking for a framework to create a web application for viewing relatively simple geographic data on a map and for viewing and editing associated data (all in a PostGIS database), as well as generating some reports. I have experience with GIS programming, but not much with frameworks (including MVC, ORM...) like these, so I'm looking for something simple and elegant, but not too simple . ;-) Would you recommend Geodjango for this, or are there other (open source) solutions you can think of? (At first view, Django looks quite extensive and complex - but I could be mistaken.) Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arjen</dc:creator><pubDate>Tue, 07 Feb 2012 17:52:50 -0000</pubDate></item><item><title>Re: Python for geospatial developers</title><link>http://www.paolocorti.net/2012/02/03/python_for_geospatial_developers/#comment-432001649</link><description>&lt;p&gt;Hi Markus!&lt;br&gt;But it looks to me that is just a way to execute and run GRASS commands from within Python script, and not a first class Python API to the underlying GRASS classes: am I wrong?&lt;br&gt;In any case, nice option for GRASS developers :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paolo Corti</dc:creator><pubDate>Tue, 07 Feb 2012 11:52:57 -0000</pubDate></item><item><title>Re: Python for geospatial developers</title><link>http://www.paolocorti.net/2012/02/03/python_for_geospatial_developers/#comment-431994198</link><description>&lt;p&gt;Arjen, I have a very few knowledge of the Mapfish framework, and I am definitely not able to do a comparison between the two ones.&lt;br&gt;As far as I know it has a different approach than GeoDjango.GeoDjango has many goddesses including an an high level Python API interface to GDAL (OGR) and GEOS and is based on the Django web framework, as the name suggests.Mapfish uses Shapely, is based on the Pylons web framework (still a Python one) and does not provide an interface to GDAL, AFAIK.Looks like there are Mapfish versions for Rails and Symfony as well.But yep, we need to include this project to this post list as well, so I am going to edit the post and apologies to the Mapfish team ;)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paolo Corti</dc:creator><pubDate>Tue, 07 Feb 2012 11:47:28 -0000</pubDate></item><item><title>Re: Python for geospatial developers</title><link>http://www.paolocorti.net/2012/02/03/python_for_geospatial_developers/#comment-431980563</link><description>&lt;p&gt;Phil, at the time I have choose Python, also Ruby (and Rails) where on my mind. I even blogged about it and worked with it for a couple of projects.&lt;br&gt;You are right, the fact that plenty of GIS libraries exist for Python and not for Ruby where a major fact for opting for the former. For me also Python syntax is better than Ruby, but it is personal taste ;)&lt;br&gt;Regarding Python 3, I would definitely leave it out from your workflows at this time and concentrate on the version (most likely 2.7) that supports all of these libraries.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paolo Corti</dc:creator><pubDate>Tue, 07 Feb 2012 11:35:33 -0000</pubDate></item><item><title>Re: Python for geospatial developers</title><link>http://www.paolocorti.net/2012/02/03/python_for_geospatial_developers/#comment-431318094</link><description>&lt;p&gt;Thanks Paolo!&lt;/p&gt;

&lt;p&gt;I'm also really interested in your view on different frameworks/toolkits for web mapping such as GeoDjango and Mapfish. What specific advantages do they have? Which one is suitable for which tasks? I'm evaluating different frameworks for creating a commercial web mapping application - would be nice to hear your opinion!&lt;/p&gt;

&lt;p&gt;Arjen.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arjen</dc:creator><pubDate>Mon, 06 Feb 2012 19:29:30 -0000</pubDate></item><item><title>Re: Python for geospatial developers</title><link>http://www.paolocorti.net/2012/02/03/python_for_geospatial_developers/#comment-431043803</link><description>&lt;p&gt;Also GRASS GIS offers meanwhile a Python API:  &lt;a href="http://grass.osgeo.org/wiki/GRASS_and_Python" rel="nofollow"&gt;http://grass.osgeo.org/wiki/GR...&lt;/a&gt; Through this access to powerful analytical algorithms is available even to the casual Python programmer.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">markusN</dc:creator><pubDate>Mon, 06 Feb 2012 14:22:59 -0000</pubDate></item><item><title>Re: Python for geospatial developers</title><link>http://www.paolocorti.net/2012/02/03/python_for_geospatial_developers/#comment-428829934</link><description>&lt;p&gt;Some good advice from Sean here: &lt;a href="http://sgillies.net/blog/488/diving-into-python/" rel="nofollow"&gt;http://sgillies.net/blog/488/d...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom Kralidis</dc:creator><pubDate>Fri, 03 Feb 2012 14:47:01 -0000</pubDate></item><item><title>Re: Python for geospatial developers</title><link>http://www.paolocorti.net/2012/02/03/python_for_geospatial_developers/#comment-428693031</link><description>&lt;p&gt;Ruby has irb, which does the same thing as Python's command line interpreter.&lt;/p&gt;

&lt;p&gt;I love Ruby and Perl but for some reason I have always had trouble getting into the flow of things with Python.  It's mostly my own shortcomings as a programmer, but I'm trying to overcome them seeing as how seemingly every GIS package has some Python component to it these days.  Perhaps I could ask you a bit of advice, should I be ignoring Python 3 tutorials for now, or are any / all of the OSgeo tools you listed above going to start migrating towards 3 in the near future?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phil</dc:creator><pubDate>Fri, 03 Feb 2012 11:56:18 -0000</pubDate></item><item><title>Re: Installing MapServer on Ubuntu</title><link>http://www.paolocorti.net/2008/01/10/installing-mapserver-in-ubuntu/#comment-414752457</link><description>&lt;p&gt;Thanks to sharing a nice post. It is very convenient, if you're in your Linux machine root login. In this guide, we will use Linux to run on the console and install the software and required libraries. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">host gis</dc:creator><pubDate>Wed, 18 Jan 2012 17:14:45 -0000</pubDate></item><item><title>Re: GDAL 1.9.0 Released</title><link>http://www.paolocorti.net/2012/01/10/gdal_19_released/#comment-407529602</link><description>&lt;p&gt;WOW! Two very cool new features. I can't wait to try them out.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gregor at GreenInfo</dc:creator><pubDate>Tue, 10 Jan 2012 20:12:24 -0000</pubDate></item><item><title>Re: GDAL 1.9.0 Released</title><link>http://www.paolocorti.net/2012/01/10/gdal_19_released/#comment-407371086</link><description>&lt;p&gt;Grandi tutti quelli che sviluppano GDAL e grande tu che condividi i tuoi test :) &lt;br&gt; &lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrea Borruso</dc:creator><pubDate>Tue, 10 Jan 2012 15:46:17 -0000</pubDate></item><item><title>Re: Managing documentation's translations with Open Source tools</title><link>http://www.paolocorti.net/2012/01/05/managing_documentation_translations_with_open_source_tools/#comment-406087386</link><description>&lt;p&gt;Hi Jean, at a very basic extent, yes, that are the steps that must be implemented for migrating QGIS documentation to rst and Sphinx&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paolo Corti</dc:creator><pubDate>Mon, 09 Jan 2012 05:17:38 -0000</pubDate></item><item><title>Re: Managing documentation's translations with Open Source tools</title><link>http://www.paolocorti.net/2012/01/05/managing_documentation_translations_with_open_source_tools/#comment-406087026</link><description>&lt;p&gt;Hi Mat, good point :)&lt;br&gt;Managing multiple versions of doc is also a key aspect to consider. So far, I agree with what you came out at SO: the doc specific to a release must just live in code repository.&lt;br&gt;We can then pull it out when we need to publish the doc for each release.&lt;br&gt;Look at the Django approach: &lt;a href="https://code.djangoproject.com/browser/django/tags/releases/1.3.1/docs" rel="nofollow"&gt;https://code.djangoproject.com...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paolo Corti</dc:creator><pubDate>Mon, 09 Jan 2012 05:16:12 -0000</pubDate></item><item><title>Re: Managing documentation's translations with Open Source tools</title><link>http://www.paolocorti.net/2012/01/05/managing_documentation_translations_with_open_source_tools/#comment-402128768</link><description>&lt;p&gt;So now there is just to :&lt;br&gt;- port latex to rst&lt;br&gt;- create a new style (it can be done using libreoffice I think)&lt;br&gt;- port all the existing translations&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jean-Roc Morreale</dc:creator><pubDate>Fri, 06 Jan 2012 05:31:15 -0000</pubDate></item><item><title>Re: Managing documentation's translations with Open Source tools</title><link>http://www.paolocorti.net/2012/01/05/managing_documentation_translations_with_open_source_tools/#comment-401868309</link><description>&lt;p&gt;Some time ago ago I asked similar question on SO, though regarding docs for multiple-versions of software:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://stackoverflow.com/q/7850093/151641" rel="nofollow"&gt;http://stackoverflow.com/q/785...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mateusz Loskot</dc:creator><pubDate>Thu, 05 Jan 2012 19:38:57 -0000</pubDate></item><item><title>Re: Managing documentation's translations with Open Source tools</title><link>http://www.paolocorti.net/2012/01/05/managing_documentation_translations_with_open_source_tools/#comment-401363571</link><description>&lt;p&gt;Hobu has just told me via Twitter that Sphinx now, from 1.1, is supporting Internationalization :)&lt;br&gt;&lt;a href="http://sphinx.pocoo.org/intl.html" rel="nofollow"&gt;http://sphinx.pocoo.org/intl.h...&lt;/a&gt;&lt;br&gt;So if you are rendering your .rst files via Sphinx you do not need po4a at all&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paolo Corti</dc:creator><pubDate>Thu, 05 Jan 2012 12:57:43 -0000</pubDate></item><item><title>Re: A day with GeoDjango</title><link>http://www.paolocorti.net/2009/04/01/a-day-with-geodjango/#comment-400326493</link><description>&lt;p&gt;thanks for this! &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">FoRever Zambia</dc:creator><pubDate>Wed, 04 Jan 2012 08:07:27 -0000</pubDate></item></channel></rss>
