Difference between revisions of "OSGeo Python Library"

From OSGeo
Jump to navigation Jump to search
(addeed mailing list for Python GIS SIG)
Line 64: Line 64:
  
 
It is proposed to license the OSGeo Python Library under ... TBD. Certainly OSI compliant.
 
It is proposed to license the OSGeo Python Library under ... TBD. Certainly OSI compliant.
 +
 +
== Communication ==
 +
 +
A new mailing list is created: [http://groups.google.com/group/python-gis-sig Unofficial Python GIS SIG]
  
 
== Interested people ==
 
== Interested people ==

Revision as of 07:56, 1 October 2009

Motivation

Several OSGeo software projects support Python. However, a global abstraction layer is lacking which would help to do "OSGeo Python programming". We think of well documented bindings to the various software projects which are handled as plugins (or whatever appropriate).

Functionality

Shared functions may include

  • Import/Export of data
  • Linking to external data sources
  • Reprojection tools
  • GIS analysis
  • Plotting and printing

Programming Language

  • Python
  • SWIG
  • ...

Existing code to be recycled

Efforts outside the OSGEO world

Architecture

Draft concept:

 +----------------------------------------------------------------+
 |                                                                |
 |                      OSGeo Python Library                      |   User API
 |                                                                |
 +---------+------------+-------------+-----------+---------+-----+
 |         |            |             |           |         |     |
 | File IO | Streams IO | Projections | Analytics |  Print  | ... |   Abstraction Layer
 |         |            |             |           |         |     |
 +---------+------------+-------------+-----------+---------+-----+
 |                      |             |           |         |     |
 |        GDAL/xxx      |   PROJ4     |   GRASS   |  QGIS   | ... |   OSGeo and related projects
 |                      |             |           |Mapserver|     |   with Python bindings
 |                      |             |           |         |     |
 +----------------------+-------------+-----------+---------+-----+


License

It is proposed to license the OSGeo Python Library under ... TBD. Certainly OSI compliant.

Communication

A new mailing list is created: Unofficial Python GIS SIG

Interested people