We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd179b commit ecd81c1Copy full SHA for ecd81c1
1 file changed
pygeoapi/provider/xarray_.py
@@ -117,8 +117,6 @@ def get_fields(self):
117
if not self._fields:
118
for key, value in self._data.variables.items():
119
if key not in self._data.coords:
120
- if not {self.time_field, self.x_field, self.y_field}.issubset(value.dims):
121
- continue
122
LOGGER.debug('Adding variable')
123
dtype = value.dtype
124
if dtype.name.startswith('float'):
0 commit comments