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

Hierarchical data output #8

Open
changliao1025 opened this issue Jul 29, 2022 · 3 comments
Open

Hierarchical data output #8

changliao1025 opened this issue Jul 29, 2022 · 3 comments

Comments

@changliao1025
Copy link
Owner

Since the model is using the hierarchical data model to calculate the attributes of each cell, it is desirable to update the output structure.
For example, the model can output individual segments/subbasins/watersheds.

@changliao1025
Copy link
Owner Author

Ideally, we can use the json library to output them directly in json format. Or we can use text-based and let the Python frontend to convert to json.

@changliao1025
Copy link
Owner Author

  1. calculate segment characteristics
  2. calculate segment travel length
  3. calculate subbasin characteristics
  4. calculate subbasin travel length
  5. calculate subbasin cell travel length
  6. update cell attributes

@changliao1025
Copy link
Owner Author

Stream segments may also be output individually. This will be used by the Python frontend for the segment operation.

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

1 participant