No articles match
Vector API Overview1 months ago
Background | Rationale | Vector API components | Core bindings | Class GDALVector | OGR stand-alone functions | Supporting APIs | Spatial Reference Systems | Geometry | Virtual Systems Interface | General data management | Workflow considerations | Data retrieval | Interoperability | Data type specifications | Code examples | Inspect data sources | Manage data sources and schemas | Traditional row-based data retrieval | Fetch all features or progressively in batches | Read using ArrowArrayStream | Reproject vector layers | Write a new feature in an existing layer | Rewrite/replace an existing feature | Delete a feature | Batch write features from data frame input | Write to GeoJSON | OGR facilities for vector geoprocessing
Raster Attribute Tables3 months ago
Format of GDAL RAT | Read/build/set attribute tables | Display attribute tables | Using in QGIS | See also | Data sources
GDAL Config Quick Reference6 months ago
Overview | General options | Performance and caching | Networking | PROJ | Warp | GeoTIFF | HTTP/HTTPS | AWS S3 buckets | Google Cloud Storage | Microsoft Azure Blob | Microsoft Azure Data Lake | SOZip
Raster API Tutorial6 months ago
Opening a raster dataset | Getting dataset information | Fetching a raster band | Reading raster data | Closing the dataset | Techniques for creating datasets | Using createCopy() | Using create() | See also | Data sources