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

Update nasa_connector.py #77

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Update nasa_connector.py #77

wants to merge 13 commits into from

Conversation

DanielRobertNicoud
Copy link
Contributor

Description

Provide new function for NASA data to extract data for an area. Should speed up the NASA data extraction greatly when included in the workflow.

Fixes # (issue)

Checklist:

  • I have read the CONTRIBUTING GUIDE and made sure this Pull Request is compliant with it.
  • I have read the DATA MODEL and DATA SOURCES and made sure this Pull Request is compliant with it.
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Added functions to extract meteo data by area (less precise but much, much faster).

nasa_connector has a new optional parameter 'precision', defaults to 'area', ie the new extraction. 'point' is the older method.
Rewrote area_partition. Method is "by hand" but faster than k-means.
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.

1 participant