About 50 results
Open links in new tab
  1. GDAL — GDAL documentation

    GDAL is a translator library for raster and vector geospatial data formats that is released under an MIT style Open Source License by the Open Source Geospatial Foundation.

  2. Download — GDAL documentation

    The GDAL port in the vcpkg dependency manager is kept up to date by Microsoft team members and community contributors. You can download and install GDAL using the vcpkg as follows:

  3. What is GDAL? — GDAL documentation

    What is GDAL? GDAL is a translator library for raster and vector geospatial data formats that is released under an MIT style Open Source License by the Open Source Geospatial Foundation.

  4. gdal — GDAL documentation

    gdal Added in version 3.11. Main "gdal" entry point. Synopsis Usage: gdal <COMMAND> [OPTIONS] where <COMMAND> is one of: - convert: Convert a dataset (shortcut for 'gdal raster convert' or 'gdal …

  5. Programs — GDAL documentation

    The gdal command is provisionally provided as an alternative interface to GDAL and OGR command line utilities. The project reserves the right to modify, rename, reorganize, and change the behavior of …

  6. API — GDAL documentation

    There is a set of generic SWIG interface files in the GDAL source tree (subdirectory swig) and a set of language bindings based on those. Currently active ones are:

  7. Python API — GDAL documentation

    Building as part of the GDAL library source tree Usage Numpy Tutorials Gotchas Examples Examples Getting information on a raster dataset using dedicated methods Getting information on a raster …

  8. User oriented documentation — GDAL documentation

    GDAL Band Algebra Multidimensional Raster Data Model Vector Data Model Geographic Networks Data Model Multi-threading OGR SQL dialect and SQLITE SQL dialect GDAL Virtual File Systems Feature …

  9. FAQ — GDAL documentation

    It allows users to display most GDAL raster and vector supported formats and provides access to most GDAL utilities through its Processing toolbox. You can also consult the list of software using GDAL.

  10. Raster API tutorial — GDAL documentation

    At this time access to raster data via GDAL is done one band at a time. Also, there is metadata, block sizes, color tables, and various other information available on a band by band basis.