3 | | The command files for gdal are in C:\OSGeo4W\share\gdal |
| 5 | gdal url:[http://www.gdal.org/][[BR]] is a translator library for raster geospatial data formats that is released under an X/MIT style Open Source license by the Open Source Geospatial Foundation. As a library, it presents a single abstract data model to the calling application for all supported formats. It also comes with a variety of useful commandline utilities for data translation and processing. [[BR]] |
| 6 | |
| 7 | Cédric => What I've found at this site is not really helpfull, it is only python and c++ code.[[BR]] |
| 8 | |
| 9 | In fact gdal comes with two main tools (executable files), the command files for gdal are in C:\OSGeo4W\share\gdal |
| 10 | call >cmd |
| 11 | C:\OSGeo4W\bin\ogr2ogr |
| 12 | or |
| 13 | C:\OSGeo4W\bin\ogrinfo |
| 14 | |
| 15 | Some work with postgres and so far I've failed to make them work either in rgdal or gdal, fuck ! |
| 16 | |
| 17 | What works so far |
| 18 | |
| 19 | |
| 20 | |
| 21 | |
| 22 | |
| 23 | |
| 24 | == rgdal == |
| 25 | |