| 1 | OGR Library for GIS |
| 2 | |
| 3 | OGR is a great library for converting between different Vector layer types: |
| 4 | * http://gdal.org/ogr/ |
| 5 | |
| 6 | There are decent Python bindings + it an be wrapped by WorldMill: |
| 7 | * http://trac.gispython.org/lab/wiki/WorldMill |
| 8 | |
| 9 | Should we include this to do a lot of work for us? |
| 10 | |
| 11 | Adds to requirements significantly, e.g. on Win32 need at least Mb of DLLs: |
| 12 | {{{ |
| 13 | gdal15.dll |
| 14 | geos_c.dll |
| 15 | geotiff.dll |
| 16 | hdf_fw.dll |
| 17 | hdf5dll.dll |
| 18 | jpeg_osgeo.dll |
| 19 | libcurl.dll |
| 20 | libexpat.dll |
| 21 | libmysql.dll |
| 22 | libpq.dll |
| 23 | libtiff.dll |
| 24 | mfhdf_fw.dll |
| 25 | netcdf.dll |
| 26 | ogdi_32b1.dll |
| 27 | proj.dll |
| 28 | sqlite3.dll |
| 29 | ssleay32.dll |
| 30 | szlibdll.dll |
| 31 | xerces-c_2_7.dll |
| 32 | zlib_osgeo.dll |
| 33 | zlib1.dll |
| 34 | }}} |
| 35 | |
| 36 | ---- |
| 37 | [wiki:BluePrintGISLibraries GIS Libraries] |