.. GIRS documentation master file, created by sphinx-quickstart on Wed Dec 14 14:25:13 2016. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. GIRS |release| ============== ``girs`` (Geographic Information and Remote Sensing) is a wrapper around gdal/ogr written in python with additional geoprocessing algorithms. Why GIRS? _________ 1. Python bindings crashes if not used correctly. A wrapper class maintains the scope of gdal/ogr dataset, avoiding known gotchas (see https://trac.osgeo.org/gdal/wiki/PythonGotchas). 2. It is repository for diverse gdal and ogr geoprocessing methods 3. It contains additional methods, extending gdal/ogr features. GIRS supports operational geoprocessing using gdal/ogr. GIRS is licensed under MIT license (https://opensource.org/licenses/MIT). Package structure _________________ GIRS is divided into the following packages: * feat: feature data geoprocessing (ogr) * raster: raster data geoprocessing (gdal) * rasterfeat: geoprocessing combining features and rasters (ogr/gdal) Tutorials _________ .. toctree:: :maxdepth: 2 tutorial/installation tutorial/tutorial tutorial/structure tutorial/gdaldoc reference/index Indices and tables __________________ * :ref:`genindex` * :ref:`modindex` * :ref:`search`