|
18 | 18 | Every cold start re-parses satellite image metadata over HTTP - per |
19 | 19 | scene, per band. Sentinel-2, Landsat, NAIP, every time. Your colleague |
20 | 20 | did it last Tuesday, CI did it overnight, PyTorch respawns DataLoader |
21 | | -workers every epoch. A single project racks up **millions of redundant |
| 21 | +workers every epoch. A single project repeats **millions of redundant |
22 | 22 | requests** before a pixel moves. |
23 | 23 |
|
24 | 24 | Rasteret parses those headers **once**, caches them in Parquet, and its |
@@ -94,7 +94,7 @@ Each entry includes license metadata sourced from the authoritative STAC API, |
94 | 94 | and a `commercial_use` flag for quick filtering. |
95 | 95 |
|
96 | 96 | The catalog is open and community-driven. Each dataset entry is ~20 lines of |
97 | | -Python: One PR adds a dataset; every user gets accelerated access on the next release. |
| 97 | +Python: One PR adds a dataset; every user gets access on the next release. |
98 | 98 |
|
99 | 99 | Pick any ID and pass it to `build()`. Don't see your dataset? Use |
100 | 100 | `build_from_stac()` for any STAC API, `build_from_table()` for existing |
@@ -251,13 +251,13 @@ Full docs at **[terrafloww.github.io/rasteret](https://terrafloww.github.io/rast |
251 | 251 |
|
252 | 252 | ## Contributing |
253 | 253 |
|
254 | | -The catalog grows fastest with community help: |
| 254 | +The catalog grows with community help: |
255 | 255 |
|
256 | 256 | - **Add a dataset**: write a ~20 line descriptor in `catalog.py`, open a PR. See [prerequisites](https://terrafloww.github.io/rasteret/how-to/dataset-catalog/#prerequisites-for-contributing-a-built-in-dataset) and [guide](https://terrafloww.github.io/rasteret/how-to/dataset-catalog/#add-your-own-catalog-entries-advanced) |
257 | 257 | - **Improve docs**: fix a typo, add an example, clarify a section |
258 | 258 | - **Build something new**: ingest drivers, cloud backends, readers. See [Architecture](https://terrafloww.github.io/rasteret/explanation/architecture/) |
259 | 259 |
|
260 | | -Every contribution benefits the whole community. |
| 260 | +All contributions are welcome. |
261 | 261 | See [Contributing](https://terrafloww.github.io/rasteret/contributing/) for dev setup and we are happy to discuss all aspects of library. |
262 | 262 | Ideas welcome on [GitHub Discussions](https://github.com/terrafloww/rasteret/discussions) or join our [Discord](https://discord.gg/V5vvuEBc) to just chat. |
263 | 263 |
|
|
0 commit comments