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

Feature/geo as optional dependency #569

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

sandorkertesz
Copy link
Collaborator

This PR makes earthkit-geo an optional dependency. To install it we need to use:

pip install earthkit-data[geo]

It is also installed with:

pip install earthkit-data[all]

earthkit-geo is currently only used for the Field.points_unrotated() method.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.89%. Comparing base (e7ce5e7) to head (9b8b39e).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #569      +/-   ##
===========================================
- Coverage    90.14%   89.89%   -0.26%     
===========================================
  Files          149      149              
  Lines        10972    10975       +3     
  Branches       519      519              
===========================================
- Hits          9891     9866      -25     
- Misses         914      942      +28     
  Partials       167      167              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sandorkertesz sandorkertesz merged commit 7b9dd3e into develop Dec 16, 2024
107 checks passed
@sandorkertesz sandorkertesz deleted the feature/geo-as-optional-dependency branch December 16, 2024 08:24
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.

2 participants