You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
When spatial_subset is run on a dataset that includes a non-spatial variable with only a 'time' dimension, such dataset will be 'expanded' to a time/lat/lon dataset covering the whole subset.
Expected behavior
subset_spatial shouldn't change non-spatial data variables.
Steps to reproduce the problem
Open ocean color dataset
run spatial_subset on it
Observe the crs variable changing dtype from float to int and having time/lat/lon dimensions afterwards.
Specifications
cate 2.0.0.dev21
The text was updated successfully, but these errors were encountered:
When
spatial_subset
is run on a dataset that includes a non-spatial variable with only a 'time' dimension, such dataset will be 'expanded' to a time/lat/lon dataset covering the whole subset.Expected behavior
subset_spatial
shouldn't change non-spatial data variables.Steps to reproduce the problem
spatial_subset
on itcrs
variable changingdtype
fromfloat
toint
and havingtime/lat/lon
dimensions afterwards.Specifications
cate 2.0.0.dev21
The text was updated successfully, but these errors were encountered: