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
- Host: GitHub
- URL: https://github.com/kamangir/hubble
- Owner: kamangir
- License: cc0-1.0
- Created: 2023-09-11T02:16:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T20:17:52.000Z (over 1 year ago)
- Last Synced: 2025-06-26T23:28:04.163Z (about 1 year ago)
- Topics: ai, astronomy, aws, hubble, opendata, python, space, telescope
- Language: Jupyter Notebook
- Homepage: https://registry.opendata.aws/hst/
- Size: 4.15 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```


also see [`notebooks/hst.ipynb`](./notebooks/hst.ipynb)
---
[](https://pypi.org/project/hubblescope/)