Skip to content

Commit baf3ee4

Browse files
authored
ciresdem -> continuous-dems (#138)
1 parent c384277 commit baf3ee4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
*Fetchez Les Données*
66

7-
[![Version](https://img.shields.io/badge/version-0.4.2-blue.svg)](https://github.com/ciresdem/fetchez)
7+
[![Version](https://img.shields.io/badge/version-0.4.2-blue.svg)](https://github.com/continuous-dems/fetchez)
88
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
99
[![Python](https://img.shields.io/badge/python-3.8+-yellow.svg)](https://www.python.org/)
1010
[![PyPI version](https://badge.fury.io/py/fetchez.svg)](https://badge.fury.io/py/fetchez)
1111
[![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://cudem.zulip.org)
1212

13-
**Fetchez** is a lightweight, modular and highly extendable Python library and command-line tool designed to discover and retrieve geospatial data from a wide variety of public repositories. Originally part of the [CUDEM](https://github.com/ciresdem/cudem) project, Fetchez is now a standalone tool capable of retrieving Bathymetry, Topography, Imagery, and Oceanographic data (and more!) from sources like NOAA, USGS, NASA, and the European Space Agency.
13+
**Fetchez** is a lightweight, modular and highly extendable Python library and command-line tool designed to discover and retrieve geospatial data from a wide variety of public repositories. Originally part of the [CUDEM](https://github.com/continuous-dems/cudem) project, Fetchez is now a standalone tool capable of retrieving Bathymetry, Topography, Imagery, and Oceanographic data (and more!) from sources like NOAA, USGS, NASA, and the European Space Agency.
1414

1515
---
1616

@@ -56,13 +56,13 @@ pip install fetchez
5656
Download and install git (If you have not already): [git installation](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
5757

5858
```bash
59-
pip install git+https://github.com/ciresdem/fetchez.git#egg=fetchez
59+
pip install git+https://github.com/continuous-dems/fetchez.git#egg=fetchez
6060
```
6161

6262
Clone and install from source
6363

6464
```bash
65-
git clone https://github.com/ciresdem/fetchez.git
65+
git clone https://github.com/continuous-dems/fetchez.git
6666
cd fetchez
6767
pip install .
6868
```
@@ -192,7 +192,7 @@ Fetchez includes a powerful Hook System that allows you to chain actions togethe
192192
fetchez charts --hook unzip --hook pipe
193193
```
194194

195-
You can write your own custom hooks (e.g., to log downloads to a database or trigger a script) and drop them in ~/.fetchez/hooks/. See [CONTRIBUTING.md](https://github.com/ciresdem/fetchez/blob/main/CONTRIBUTING.md) for details.
195+
You can write your own custom hooks (e.g., to log downloads to a database or trigger a script) and drop them in ~/.fetchez/hooks/. See [CONTRIBUTING.md](https://github.com/continuous-dems/fetchez/blob/main/CONTRIBUTING.md) for details.
196196

197197
## 🔗 Pipeline Presets (Macros)
198198
Tired of typing the same chain of hooks every time? Presets allow you to define reusable workflow macros.
@@ -290,11 +290,11 @@ Drop your Python scripts into these configuration folders, and they will be auto
290290
2. Drop a python script there (e.g., `my_data.py`).
291291
3. Run it: `fetchez my_data`
292292

293-
See [CONTRIBUTING.md](https://github.com/ciresdem/fetchez/blob/main/CONTRIBUTING.md) for a full code example.
293+
See [CONTRIBUTING.md](https://github.com/continuous-dems/fetchez/blob/main/CONTRIBUTING.md) for a full code example.
294294

295295
## 🛠 Contributing
296296

297-
We welcome contributions! Please see [CONTRIBUTING.md](https://github.com/ciresdem/fetchez/blob/main/CONTRIBUTING.md) for details on how to register new modules or hooks with our metadata schema.
297+
We welcome contributions! Please see [CONTRIBUTING.md](https://github.com/continuous-dems/fetchez/blob/main/CONTRIBUTING.md) for details on how to register new modules or hooks with our metadata schema.
298298

299299
## 🔱 Disclaimer on Data Persistence
300300

@@ -310,6 +310,6 @@ We strive to keep our modules robust and our index fresh. If you encounter a bro
310310

311311
## ⚖ License
312312

313-
This project is licensed under the MIT License - see the [LICENSE](https://github.com/ciresdem/fetchez/blob/main/LICENSE) file for details.
313+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/continuous-dems/fetchez/blob/main/LICENSE) file for details.
314314

315315
Copyright (c) 2010-2026 Regents of the University of Colorado

0 commit comments

Comments
 (0)