You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**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.
14
14
15
15
---
16
16
@@ -56,13 +56,13 @@ pip install fetchez
56
56
Download and install git (If you have not already): [git installation](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
@@ -192,7 +192,7 @@ Fetchez includes a powerful Hook System that allows you to chain actions togethe
192
192
fetchez charts --hook unzip --hook pipe
193
193
```
194
194
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.
196
196
197
197
## 🔗 Pipeline Presets (Macros)
198
198
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
290
290
2. Drop a python script there (e.g., `my_data.py`).
291
291
3. Run it: `fetchez my_data`
292
292
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.
294
294
295
295
## 🛠 Contributing
296
296
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.
298
298
299
299
## 🔱 Disclaimer on Data Persistence
300
300
@@ -310,6 +310,6 @@ We strive to keep our modules robust and our index fresh. If you encounter a bro
310
310
311
311
## ⚖ License
312
312
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.
314
314
315
315
Copyright (c) 2010-2026 Regents of the University of Colorado
0 commit comments