Metadata-Version: 2.1
Name: hubblescope
Version: 4.5.1
Summary: 🔭 tools to access and process Hubble Space Telescope imagery and other datasets on AWS Open Data Registry.
Home-page: https://github.com/kamangir/hubble
Author: Arash Abadpour (Kamangir)
Author-email: arash@kamangir.net
License: Public Domain
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Unix Shell
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: blueness
Requires-Dist: abcli
Requires-Dist: astropy[recommended]
Requires-Dist: boto3
Requires-Dist: geojson
Requires-Dist: geopandas
Requires-Dist: matplotlib
Requires-Dist: opencv-python
Requires-Dist: pymysql==0.10.1
Requires-Dist: pyyaml
Requires-Dist: pylint
Requires-Dist: pytest
Requires-Dist: python-dotenv[cli]
Requires-Dist: tqdm

# 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
 > 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=<filename>|all,~ingest,upload] \
	[.|<hubble-object-name>] \
	[.|<object-name>]
 . hst/<hubble-object-name> -> <object-name>.
hubble list [dataset] [.|<hubble-dataset-name>]
 . list <hubble-dataset-name>, example: hst.
hubble list [object] [.|<hubble-object-name>]
 . list <hubble-object-name> in hst, example in hst: public/u4ge/u4ge0106r.
hubble select [dataset] <hubble-dataset-name>
 . select <hubble-dataset-name>, example: hst.
hubble select [object] <hubble-object-name>
 . select <hubble-object-name> 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](https://raw.githubusercontent.com/kamangir/hubble/main/assets/hst/u4ge0106r_c0m.gif)

![image](https://raw.githubusercontent.com/kamangir/hubble/main/assets/hst/2023-09-15-19-34-36-01196.png)

also see [`https://raw.githubusercontent.com/kamangir/hubble/main/notebooks/hst.ipynb`](https://raw.githubusercontent.com/kamangir/hubble/main/notebooks/hst.ipynb)
