@@ -3,7 +3,7 @@ Low-Memory GEOgraphic information system library - lmgeo
...
@@ -3,7 +3,7 @@ Low-Memory GEOgraphic information system library - lmgeo
Lmgeo is a Python raster GIS library with low memory requirements. Aim is to provide software building blocks with a low-memory footprint that can be used to automate specific tasks without necessarily requiring common GIS software like ArcGIS or QGIS.
Lmgeo is a Python raster GIS library with low memory requirements. Aim is to provide software building blocks with a low-memory footprint that can be used to automate specific tasks without necessarily requiring common GIS software like ArcGIS or QGIS.
These building blocks can be used in the following ways:
These building blocks can be used in the following ways:
- as basis for easy-to-use GIS applications with an interface designed according to the so-called LIME approach (less is more). Non-expert users such applications can be taught how to use such applications for recurring tasks which would otherwise require the intervention of expert users.
- as basis for easy-to-use GIS applications with an interface designed according to the so-called LIME approach (less is more). Non-expert users can be taught how to use such applications for recurring tasks which would otherwise require the intervention of expert users.
- as part of integrated software that deals with more than only the domain of GIS
- as part of integrated software that deals with more than only the domain of GIS
- to automate tasks which would cause ArcGIS / QGIS to reserve a lot of memory and would slow down the execution
- to automate tasks which would cause ArcGIS / QGIS to reserve a lot of memory and would slow down the execution
- to automate tasks that are error-prone in ArcGIS - e.g. certain raster GIS operations.
- to automate tasks that are error-prone in ArcGIS - e.g. certain raster GIS operations.