Skip to content

bigopensky/gis-se-snippet

Repository files navigation

GIS related Code Snippets, Tests and GIS-Stack-Exchange Examples

The page contains some code snippets, tests and examples mostly related to Geographic Informations Systems. Some of the provided code feeds the Q&A at GIS Stack Exchange forum.

Contents

GIS Stack Exchange using R-Scripts

GDAL Related Raster Access using the C-API

  • gdal-tif-cut Example to cut geo-referenced subsamples from a geotiff using plain C

  • geo-json-perl Test case to query GeoJSON with GDAL and Perl using the C-API.

  • gpc-transform Build an affine transform and calculate coordinates for- and backward using GDAL and C.