xarray-spatial
xarray-spatial copied to clipboard
Assess Quality of Existing Tools
- [ ] Download validation data: http://xarray-spatial.s3.amazonaws.com/xarray-test-data.zip
For each one of the validations below:
- Load the validation tif`
- Calculate the equivalent output using Xarray-Spatial
- Check if they are the same. If not, why not?
- [ ] Validate
Hillshadeagainst example output - [ ] Validate
Slopeagainst example output - [ ] Validate
Aspectagainst example output - [ ] Validate
Curvatureagainst example output - [ ] Validate
Zonal Statisticsagainst example output - [ ] Validate
Viewshedagainst example output - [ ] How are
Edge pixelshandled in validation data vs. Xarray-Spatial? Useslopeas the example for your investigation. - [ ] Validate
Polygon Rasterization(datashader's) against the output in the test data
https://github.com/makepath/xarray-spatial/issues/3
@brendancol, will this issue be worked on?