issues
search
NOAA-OWP
/
gval
A high-level Python framework to evaluate the skill of geospatial datasets by comparing candidates to benchmark maps producing agreement maps and metrics.
https://noaa-owp.github.io/gval/
Other
22
stars
0
forks
source link
Public rasterize and vectorize method
#149
Closed
GregoryPetrochenkov-NOAA
closed
1 year ago
GregoryPetrochenkov-NOAA
commented
1 year ago
This PR addresses #143.
Changes
pyproject.toml: Change patch version to 0.1.2
gval_data_frame.py: Add rasterize function
gval_xarray.py: Add vector function
compute_comparison.py: Change default to szudzik if arguments are not present
test/cases accessors.py: Add test case for dataframe rasterize function
This PR addresses #143.
Changes