pysatgeo¶
pysatgeo is a lightweight Python package for raster and vector geospatial
processing.
What It Covers¶
The package is intentionally small and organized by topic:
pysatgeo.rasterfor raster processing workflowspysatgeo.vectorfor vector utilitiespysatgeo.raster_analysisfor normalization, clustering, and reclassificationpysatgeo.terrainfor DEM-related helperspysatgeo.samplingfor point generation and raster samplingpysatgeo.rankingfor simple ranking and AHP calculations
Current Shape Of The Repo¶
This repository was originally broader and more experimental. The current cleanup focuses on:
- keeping only maintained modules in the package
- exposing a consistent top-level import experience
- documenting the modules that still belong in the public API
- backing the core behavior with automated tests
Where To Start¶
Start with:
Installationif you want to set up an environmentUsageif you want working examplesAPI Referenceif you want function-by-function documentation