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: create a featureCollection from a geointerface #381

Merged
merged 5 commits into from
Dec 11, 2024
Merged

Conversation

12rambau
Copy link
Member

Fix #304

Copy link

codecov bot commented Nov 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.14%. Comparing base (da87ffa) to head (6d74be4).
Report is 65 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #381      +/-   ##
==========================================
- Coverage   90.22%   89.14%   -1.08%     
==========================================
  Files          27       27              
  Lines        1718     1815      +97     
  Branches       83       97      +14     
==========================================
+ Hits         1550     1618      +68     
- Misses        142      165      +23     
- Partials       26       32       +6     

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

Copy link
Member Author

@12rambau 12rambau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exposing the dynamic type is better for documentation

geetools/ee_feature_collection.py Outdated Show resolved Hide resolved
geetools/ee_feature_collection.py Outdated Show resolved Hide resolved
@12rambau 12rambau merged commit a367d90 into main Dec 11, 2024
10 of 11 checks passed
@12rambau 12rambau deleted the geojson branch December 11, 2024 06:51
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.

import geojson
2 participants