ILWIS Python API How to... - 52North/IlwisCore GitHub Wiki
These "How to..."s explain some steps for working with the ILWIS Python API and give examples of how you can use it for your work. You can find a general overview of all available objects and classes of the Python API in the tutorial.
How to...
- create IlwisObjects in Python * Loading of Data
- store Data
- make use of Operations for * FeatureCoverages * Reproject FeatureCoverages * RasterCoverages * Reproject RasterCoverages * Clip a Raster * Use the Pixel Iterator * Work with multiple Bands * Tables
- handle Geometries * Spatial Reference Systems * GeoReferences * Get Metadata
- work with Tabular Data * loading * accessing * altering
- include ilwisobjects with other Python packages
- get Statistics
- create * a completely new RasterCoverage * a new DataDefinition