| 1 | === GIS Libraries === |
| 2 | |
| 3 | There are many libraries which can potentially make use of: |
| 4 | * [http://trac.gispython.org/lab/wiki/Shapely Shapely] - wraps [http://geos.refractions.net GEOS] |
| 5 | * [http://trac.gispython.org/lab/wiki/WorldMill WorldMill] - wraps [http://gdal.org GDAL] |
| 6 | * [http://pypi.python.org/pypi/pyproj pyproj] - wraps [http://trac.osgeo.org/proj/ Proj] |
| 7 | * [http://trac.gispython.org/lab/wiki/Rtree Rtree] - spatial indices for speed optimisation |
| 8 | |
| 9 | Many other frameworks make use of Geo Components so these can be looked at for ideas: |
| 10 | * [http://geodjango.org/docs/ GeoDjango] |
| 11 | * !TurboGears |
| 12 | * http://turbogears.org/2.0/docs/main/ToscaWidgets/Cookbook/OpenLayersMap.html |
| 13 | * http://turbogears.org/2.0/docs/main/Extensions/Geo/ |
| 14 | * [http://mapfish.org MapFish server] - based on Pylons |
| 15 | * [http://www.primagis.fi/ PrimaGIS] - extensions for Plone |
| 16 | * [http://featureserver.org FeatureServer] |
| 17 | |
| 18 | We could also look at using [http://www.jython.org Jython] to access Java libraries: |
| 19 | * [http://geotools.codehaus.org GeoTools] - as used by [http://geoserver.org GeoServer], uDig, etc |
| 20 | * [https://trac.mapfish.org/trac/mapfish/wiki/PrintModuleDoc MapFish Printing] |
| 21 | |
| 22 | ---- |
| 23 | [[wiki:BluePrintGeographicInformationSystems GIS BluePrints]] |