Skip to content

Commit

Permalink
readme with badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ischlo committed Oct 14, 2024
1 parent d217a7e commit fb2a768
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
Navigating spatial scales
================
# Navigating spatial scales


[![python](https://img.shields.io/badge/Python-3.9-3776AB.svg?style=flat&logo=python&logoColor=white)](https://github.com/nismod/scale-nav/blob/main/.github/workflows/run-package.yml)
![version](https://img.shields.io/badge/version-0.0.1-blue)

## 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 adds to that the data
indexing functionalities and aims to add to that the data
transformations that need to be done when navigating between levels of
the hierarchy under certain constraints and prior knowledge about the underlying data.
the hierarchy.

A presentation on the topic can be found
<a href="https://ischlo.github.io/presentations/down_scaling"
Expand Down
9 changes: 5 additions & 4 deletions README.Rmd → README.qmd
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
title: "Navigating spatial scales"
# author: "Ivann Schlosser"
# date: "2024-08-16"
output: github_document
output: gfm
---

[![python](https://img.shields.io/badge/Python-3.9-3776AB.svg?style=flat&logo=python&logoColor=white)](https://github.com/nismod/scale-nav/blob/main/.github/workflows/run-package.yml)
![version](https://img.shields.io/badge/version-0.0.1-blue)


```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE,eval = FALSE,include = TRUE)
```

## Introduction
Expand Down
Binary file removed base_layers_files/figure-html/cell-12-output-1.png
Binary file not shown.

0 comments on commit fb2a768

Please sign in to comment.