https://github.com/nismod/scale-nav
Module containing downscaling functionalities [Under development]
https://github.com/nismod/scale-nav
data-science h3 python spatial spatial-analysis
Last synced: 3 months ago
JSON representation
Module containing downscaling functionalities [Under development]
- Host: GitHub
- URL: https://github.com/nismod/scale-nav
- Owner: nismod
- License: mit
- Created: 2024-08-16T10:00:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-29T18:26:42.000Z (8 months ago)
- Last Synced: 2025-12-17T02:22:18.181Z (7 months ago)
- Topics: data-science, h3, python, spatial, spatial-analysis
- Language: Jupyter Notebook
- Homepage: https://nismod.github.io/scale-nav/
- Size: 25.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Navigating spatial scales




## Introduction
This is a python module that helps change scales of spatial data sets.
It relies on the [H3](https://h3geo.org) hexagonal grid’s hierarchical
indexing functionalities and aims to add to that the data
transformations that need to be done when navigating between levels of
the hierarchy.
A presentation on the topic can be found
here
### THIS MODULE IS UNDER DEVELOPMENT
The package website introduces the use cases and the different functionalities that are covered so far.
## Main functionalities
### Rastapar
The command line tool allows for efficient, multi core ingestion of rasters into parquet tables.
### Scalenav modules
A set of modules provides python functions for performing a operations with data sets expressed as H3 cells. Additionaly, a module with the equivalent high performance functions written with ibis and duckdb.