Skip to content

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