Skip to content

Commit ecd81c1

Browse files
committed
Revert "Filtering Geospatial Data (#2165)"
This reverts commit e5d79cb.
1 parent 3bd179b commit ecd81c1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pygeoapi/provider/xarray_.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ def get_fields(self):
117117
if not self._fields:
118118
for key, value in self._data.variables.items():
119119
if key not in self._data.coords:
120-
if not {self.time_field, self.x_field, self.y_field}.issubset(value.dims):
121-
continue
122120
LOGGER.debug('Adding variable')
123121
dtype = value.dtype
124122
if dtype.name.startswith('float'):

0 commit comments

Comments
 (0)