What is GeoTrellis?
masterGeoTrellis is a Scala library and framework designed for high-performance raster data processing at scale. It leverages Apache Spark to handle arbitrarily large datasets (terabyte-level and beyond).
Key Capabilities:
- Raster Operations: Implements Map Algebra operations and vector-to-raster/raster-to-vector conversions.
- I/O: Fast reading and writing of raster data.
- Rendering: Tools to render rasters into PNGs.
- Metadata: Ability to store raster metadata as JSON.
- Scalability: Designed for both sub-second RESTful endpoint responses and large-scale batch processing.