Currently, geospatial testing is limited to checking the functionality of templates (standard and auto templates). We have a simple test case for an UNCHUNKED weather dataset.
We need to create testing for chunked and unchunked cases (running into an error currently that we didn't catch because of this shortfall, where chunked datasets fail but unchunked do not).
Rename test_geospatial::test_analysis_standoff to reflect that it is an unchunked test
We need to add chunked templating testing as well. To make sure the templating function correctly captures/transforms the chunking of the input weather to the output template.
Geospatial Testing
Currently, geospatial testing is limited to checking the functionality of templates (standard and auto templates). We have a simple test case for an UNCHUNKED weather dataset.
We need to create testing for chunked and unchunked cases (running into an error currently that we didn't catch because of this shortfall, where chunked datasets fail but unchunked do not).
test_geospatial::test_analysis_standoff
to reflect that it is an unchunked test