Changes between Version 1 and Version 2 of Cookbook gdal


Ignore:
Timestamp:
Jan 29, 2010 10:36:22 AM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cookbook gdal

    v1 v2  
     1= Using GDAL - Geospatial Data Abstraction Library = 
    12back to Recipes for EDA ["CookBook Eda"] 
     3== gdal == 
    24 
    3 The command files for gdal are in C:\OSGeo4W\share\gdal 
     5gdal 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 
     7Cédric => What I've found at this site is not really helpfull, it is only python and c++ code.[[BR]] 
     8 
     9In fact gdal comes with two main tools (executable files), the command files for gdal are in C:\OSGeo4W\share\gdal 
     10 call >cmd 
     11C:\OSGeo4W\bin\ogr2ogr 
     12or  
     13C:\OSGeo4W\bin\ogrinfo 
     14 
     15Some work with postgres and so far I've failed to make them work either in rgdal or gdal, fuck ! 
     16 
     17What works so far 
     18 
     19 
     20 
     21 
     22 
     23 
     24== rgdal == 
     25 
    426Similar content in rgal library in R but with less support 
    527best site for help is