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

downloaden en vergridden scheiden #47

Open
OnnoEbbens opened this issue Apr 14, 2022 · 3 comments
Open

downloaden en vergridden scheiden #47

OnnoEbbens opened this issue Apr 14, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@OnnoEbbens
Copy link
Collaborator

Op dit moment worden de download en vergrid functies vaak in één keer aangeroepen. Bijv. in de functies nlmod.read.ahn.get_ahn() en nlmod.read.knmi.get_recharge(). Het zou handig zijn om deze functies van elkaar te kunnen scheiden. Dus dat je in het project eenmaal de data die je nodig hebt download en daarna naar deze data verwijst en deze vergrid bij het maken van een specifiek model.

Je kan dan bijv. het AHN van heel je projectgebied op fijne schaal downloaden (eenmalig en langzaam) en deze voor verschillende modellen vergridden (snel).

@dbrakenhoff
Copy link
Collaborator

Naming:

  • all functions that download source data should start with download_*
  • think about name for regridding data array to model coordinates and adding to dataset

@dbrakenhoff dbrakenhoff added the enhancement New feature or request label Oct 27, 2022
@dbrakenhoff
Copy link
Collaborator

Move surface_water download methods to nlmod/read/

@OnnoEbbens
Copy link
Collaborator Author

Add this workflow to example notebooks.

Still create a way to this for knmi data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants