An open API service indexing awesome lists of open source software.

https://github.com/kamangir/hubble

🔭 tools to access and process Hubble Space Telescope imagery and other datasets on AWS Open Data Registry
https://github.com/kamangir/hubble

ai astronomy aws hubble opendata python space telescope

Last synced: 12 months ago
JSON representation

🔭 tools to access and process Hubble Space Telescope imagery and other datasets on AWS Open Data Registry

Awesome Lists containing this project

README

          

# 🔭 hubble (hubblescope)

`hubble` 🔭 is a set of tools to access and process [Hubble Space Telescope imagery](https://registry.opendata.aws/hst/) and other datasets on [AWS Open Data Registry](https://registry.opendata.aws/).

```bash
pip install hubblescope
```

```bash
> hubble help
🔭 hubble-3.295.1
🔭 tools to access and process Hubble Space Telescope imagery and other datasets on AWS Open Data Registry.

hubble download \
[~dryrun,filename=|all,~ingest,upload] \
[.|] \
[.|]
. hst/ -> .
hubble list [dataset] [.|]
. list , example: hst.
hubble list [object] [.|]
. list in hst, example in hst: public/u4ge/u4ge0106r.
hubble select [dataset]
. select , example: hst.
hubble select [object]
. select in hst, example in hst: public/u4ge/u4ge0106r.
```

`hubble` supports `list`ing `dataset`s and the `objects`s in them and downloading the `object`s. here is an example use for ingesting the object `public/u4ge/u4ge0106r` from the dataset [Hubble Space Telescope](https://registry.opendata.aws/hst/) (`hst`),

```bash
abcli select; open .
hubble select dataset hst
hubble select object public/u4ge/u4ge0106r
hubble download ~dryrun
```

![image](./assets/hst/u4ge0106r_c0m.gif)

![image](./assets/hst/2023-09-15-19-34-36-01196.png)

also see [`notebooks/hst.ipynb`](./notebooks/hst.ipynb)

---

[![PyPI version](https://img.shields.io/pypi/v/hubblescope.svg)](https://pypi.org/project/hubblescope/)