RTIInternational / teehr

Tools for Exploratory Evaluation in Hydrologic Research
https://rtiinternational.github.io/teehr/
MIT License
8 stars 8 forks source link

Investigate `exactextract` for gridded aggregations #275

Open samlamont opened 5 days ago

samlamont commented 5 days ago

Python bindings are available for the exactextract package which summarizes gridded data to polygons based on fractional pixel coverage.

It seems to fairly well supported/maintained and used by others CIROH, so it might make sense to implement in TEEHR for the sake of consistency.

First we should understand the implications on performance, etc. compared to the current approach.

samlamont commented 1 day ago

Maybe the fetching methods should be pulled out into their own package?

mgdenno commented 1 day ago

Yeah, it would seem to make sense that some of the functionality we have should not be in Teehr. I think we originally added it because you can't evaluate data you don't have,so we needed a way to fetch it. Perhaps we should split it off and make it its own package now that we have a better sense of what the core functionality is. Maybe as part of the upcoming doc updates we should try to document what is and isn't in the core vision.