hydroframe / hf_hydrodata

Other
5 stars 0 forks source link

Add variables to point.get_site_variables() output #165

Closed amy-defnet closed 5 months ago

amy-defnet commented 5 months ago

This Pull Request adds some additional variables to the DataFrame returned from the point.get_site_variables() function. The additional variables include the dataset name, temporal resolution, aggregation, and variable name as they would be input as parameters into the get_point_data() or get_point_metadata() functions. The conus1 and conus2 grid mappings are also merged on.

These updates are being made to support the "get observations" step in the HydroGEN project model evaluation framework development.