> I'm currently looking into various mapping libraries to automatically
> generate some nice looking maps for a couple of projects. The only actively
> maintained projects that I've found for doing this sort of thing in python
> are basemap (matplotlib extension) and mapnik's python bindings. They both
> look really nice, but I want to make sure I'm not missing any others. What
> python libraries do you folks use for mapping?

Hi
another option could be using MapServer with MapScript Python bindings [0].
In any case I think the best implementation nowadays for Python is Mapnik.
Or, depending on the architecture, create a WMS with MapServer,
GeoServer, etc and access it via OWSLib [1]
P

[0] http://mapserver.org/mapscript/python.html
[1] http://trac.gispython.org/lab/wiki/OwsLib

-- 
Paolo Corti
GIS specialist and web developer
web: http://www.paolocorti.net
twitter: @paolo_corti
_______________________________________________
Community mailing list
Community@lists.gispython.org
http://lists.gispython.org/mailman/listinfo/community

Reply via email to