From 867aa772919c58faf74117489769148c142511a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Mateo=20Garc=C3=ADa?= Date: Fri, 5 Jan 2024 11:04:42 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caa1c88..187a028 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # georeader -[![Article DOI:10.1038/s41598-023-47595-7](https://img.shields.io/badge/Article%20DOI-10.1038%2Fs41598.023.47595.7-blue)](https://doi.org/10.1038/s41598-023-47595-7) ![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/spaceml-org/georeader?sort=semver) ![PyPI](https://img.shields.io/pypi/v/georeader-spaceml) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/georeader-spaceml) ![PyPI - License](https://img.shields.io/pypi/l/georeader-spaceml) +[![Article DOI:10.1038/s41598-023-47595-7](https://img.shields.io/badge/Article%20DOI-10.1038%2Fs41598.023.47595.7-blue)](https://doi.org/10.1038/s41598-023-47595-7) ![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/spaceml-org/georeader?sort=semver) [![PyPI](https://img.shields.io/pypi/v/georeader-spaceml)](https://pypi.org/project/georeader-spaceml/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/georeader-spaceml)](https://pypi.org/project/georeader-spaceml/) [![PyPI - License](https://img.shields.io/pypi/l/georeader-spaceml)](https://github.com/spaceml-org/georeader/blob/main/LICENSE) Read data from rasters: very few dependencies, reads from cloud storage and lazy loading. From d112724d3e0f6c7087b2b58fc4cc44eca63f0439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Mateo=20Garc=C3=ADa?= Date: Fri, 5 Jan 2024 11:05:17 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 187a028..6697c4f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # georeader -[![Article DOI:10.1038/s41598-023-47595-7](https://img.shields.io/badge/Article%20DOI-10.1038%2Fs41598.023.47595.7-blue)](https://doi.org/10.1038/s41598-023-47595-7) ![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/spaceml-org/georeader?sort=semver) [![PyPI](https://img.shields.io/pypi/v/georeader-spaceml)](https://pypi.org/project/georeader-spaceml/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/georeader-spaceml)](https://pypi.org/project/georeader-spaceml/) [![PyPI - License](https://img.shields.io/pypi/l/georeader-spaceml)](https://github.com/spaceml-org/georeader/blob/main/LICENSE) +[![Article DOI:10.1038/s41598-023-47595-7](https://img.shields.io/badge/Article%20DOI-10.1038%2Fs41598.023.47595.7-blue)](https://doi.org/10.1038/s41598-023-47595-7) [![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/spaceml-org/georeader?sort=semver)](https://github.com/spaceml-org/georeader/releases) [![PyPI](https://img.shields.io/pypi/v/georeader-spaceml)](https://pypi.org/project/georeader-spaceml/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/georeader-spaceml)](https://pypi.org/project/georeader-spaceml/) [![PyPI - License](https://img.shields.io/pypi/l/georeader-spaceml)](https://github.com/spaceml-org/georeader/blob/main/LICENSE) Read data from rasters: very few dependencies, reads from cloud storage and lazy loading. From 7ab3afda29efc77f7ac5ef10962170ea9d84c145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Mateo=20Garc=C3=ADa?= Date: Fri, 5 Jan 2024 11:18:28 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6697c4f..a06e195 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ Other: Used in other projects: * [georeader with ml4floods to automatically download and produce flood extent maps](https://spaceml-org.github.io/ml4floods/content/ml4ops/HOWTO_postprocess_inference.html) * [georeader with STARCOP to simulate Sentinel-2 from AVIRIS images](https://github.com/spaceml-org/STARCOP/blob/main/notebooks/simulate_aviris_2_sentinel2.ipynb) +* [georeader with STARCOP to run plume detection in EMIT images](https://github.com/spaceml-org/STARCOP/blob/main/notebooks/inference_on_raw_EMIT_nc_file.ipynb) ## Citation From 629c4a4a3bd3b59d5fe23d672500a26f5145cc3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Mateo=20Garc=C3=ADa?= Date: Fri, 5 Jan 2024 11:22:16 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a06e195..2d4bef0 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Other: * [Read high resolution tile layers](https://github.com/spaceml-org/georeader/blob/main/notebooks/read_from_tileserver.ipynb) Used in other projects: -* [georeader with ml4floods to automatically download and produce flood extent maps](https://spaceml-org.github.io/ml4floods/content/ml4ops/HOWTO_postprocess_inference.html) +* [georeader with ml4floods to automatically download and produce flood extent maps: the Kherson Dam Break example](https://spaceml-org.github.io/ml4floods/content/ml4ops/HOWTO_postprocess_inference.html) * [georeader with STARCOP to simulate Sentinel-2 from AVIRIS images](https://github.com/spaceml-org/STARCOP/blob/main/notebooks/simulate_aviris_2_sentinel2.ipynb) * [georeader with STARCOP to run plume detection in EMIT images](https://github.com/spaceml-org/STARCOP/blob/main/notebooks/inference_on_raw_EMIT_nc_file.ipynb)