Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(utils): add bulk image download from catalog #16

Merged
merged 2 commits into from
Sep 15, 2024
Merged

Conversation

mirsazzathossain
Copy link
Owner

@mirsazzathossain mirsazzathossain commented Sep 15, 2024

  • Implemented celestial_capture_bulk function to automate the retrieval of images for all objects in a given catalog using coordinates.
  • Integrated NASA SkyView Virtual Observatory for querying and downloading FITS images.
  • Added support for handling different types of catalogs with class labels.
  • Implemented error handling for invalid coordinates and failed downloads.
  • Configurable survey and image directory path.
  • Added unit tests for the bulk download functionality using mock objects.

Closes #11

- Implemented `celestial_capture_bulk` function to automate the retrieval of images for all objects in a given catalog using coordinates.
- Integrated NASA SkyView Virtual Observatory for querying and downloading FITS images.
- Added support for handling different types of catalogs with class labels.
- Implemented error handling for invalid coordinates and failed downloads.
- Configurable survey and image directory path.
- Added unit tests for the bulk download functionality using mock objects.
Copy link

codecov bot commented Sep 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Flag Coverage Δ
unittests 100.0% <100.0%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
rgc/utils/data.py 100.0% <100.0%> (ø)

@mirsazzathossain mirsazzathossain merged commit b022bea into main Sep 15, 2024
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bulk Image Download from Catalog
1 participant