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 e01111e commit 3bd179bCopy full SHA for 3bd179b
1 file changed
pygeoapi/provider/xarray_.py
@@ -117,7 +117,7 @@ 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): # noqa
+ 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
0 commit comments