Metadata-Version: 2.4
Name: nstk-data
Version: 0.1.0
Summary: Offline Orekit and Cartopy data bundle for Nebula Space Toolkit.
Author-email: Nathan Spencer <nathanss1997@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# nstk-data

`nstk-data` is the offline data bundle for the `nstk` package.

It ships:

- Orekit data under `nstk_data/orekit-data`
- Cartopy offline raster and Natural Earth assets under `nstk_data/cartopy`

Typical local development flow:

```bash
pip install -e /path/to/nstk-data
pip install -e /path/to/nstk
```

Once published, installing `nstk` will pull in `nstk-data` as a dependency.
