Documentation Index
Fetch the complete documentation index at: https://mintlify.com/terrafloww/rasteret/llms.txt
Use this file to discover all available pages before exploring further.
Function Signature
Description
Load a persisted Rasteret Collection artifact from Parquet. Use this to reopen a collection previously written bybuild(), build_from_stac(), build_from_table(), or Collection.export().
If you already have a read-ready Arrow table/dataset in memory, use as_collection() instead.
Parameters
Path to the Parquet file or dataset directory.
Optional name override.
Returns
A Collection object loaded from disk, ready for spatial queries and pixel reads.
Usage Example
Related Functions
- build() - Build a new Collection from a registered dataset
- as_collection() - Wrap an in-memory Arrow object as a Collection
- Collection - Collection class reference