Query, analyse, and visualise CoreStack's microwatershed and Earth science data through a clean, composable Python API.
Project description
CoreLens
A Python library for querying, analysing, and visualising geospatial Earth science data built on CoreStack.
CoreLens provides a unified interface over microwatersheds, administrative boundaries, and pluggable domain entities — with lazy Parquet I/O (powered by Polars), seasonal time-series support, and spatial statistical analysis.
Quickstart
pip install core-lens
from core_lens import AoI
from core_lens.entities import MWSEntity, TehsilEntity
# Register entities
AoI.register(MWSEntity)
AoI.register(TehsilEntity)
# Create an AoI scoped to a specific Tehsil
aoi = AoI(data_root="/path/to/data", tehsil="Pangi")
# Access entities scoped to this AoI
mws_view = aoi.mws
# Materialise and plot
static_result = mws_view.static
aoi.plot(overlay=static_result)
Documentation
Full documentation is available in the docs/ directory. It includes:
- Core Concepts: Understanding AoI, Views, and Results.
- Example Queries: Time filtering, aggregations, spatial joins, and statistics.
- Plugin System: How to add custom entities.
To build the docs locally:
cd docs
make html
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
core_lens-0.1.dev113.tar.gz
(283.6 kB
view details)
File details
Details for the file core_lens-0.1.dev113.tar.gz.
File metadata
- Download URL: core_lens-0.1.dev113.tar.gz
- Upload date:
- Size: 283.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"44","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
740ce4dc4d0146de6ade14fcb9a59a4e960a93f99f59f6b58939b6f9a9aea8c2
|
|
| MD5 |
65defaefa88496f05e8a10b43fddea33
|
|
| BLAKE2b-256 |
a36c53f4564ad6f56a3d8bb27d8641f7ca072cdcdb688b8e83e9f0e782e6efb7
|