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

Restructure geotop read functions #193

Closed
dbrakenhoff opened this issue Jun 15, 2023 · 0 comments
Closed

Restructure geotop read functions #193

dbrakenhoff opened this issue Jun 15, 2023 · 0 comments

Comments

@dbrakenhoff
Copy link
Collaborator

get_geotop() should return raw data similar to get_regis():

  • Download data, and only transpose and flip axes to adhere to our grid definition (z: top -> bottom, y: north -> south, x: west -> east).

rename current implementation of get_geotop:

  • Split getting data (see get_geotop above) and converting to layer model (geotop_to_layermodel) into two separate functions.
  • OR keep the two combined and only rename function.
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

No branches or pull requests

2 participants