Changes between Initial Version and Version 1 of BluePrintGISLibrariesOGR


Ignore:
Timestamp:
01/14/09 00:12:37 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISLibrariesOGR

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