-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.qmd
23 lines (16 loc) · 1.08 KB
/
README.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: "Navigating spatial scales"
output: gfm
---
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/nismod/scale-nav/run-package.yml?style=flat)
![PyPI - Version](https://img.shields.io/pypi/v/scalenav?style=flat&logoColor=grey&logoSize=auto&labelColor=blue&color=gray&link=https%3A%2F%2Fpypi.org%2Fproject%2Fscalenav%2F)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/scalenav?style=flat)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/scalenav)
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE,eval = FALSE,include = TRUE)
```
## 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](https://ischlo.github.io/presentations/down_scaling){target="\_blank"}
### THIS MODULE IS UNDER DEVELOPMENT
More content will be added soon.