Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pzaborowski committed Aug 12, 2024
1 parent 5cf2ee3 commit 1b5432c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pygeoapi/provider/xarray_.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ def gen_covjson(self, metadata, data, fields):
metadata['time_steps']]
}
cj['ranges'][key]['values'] = data[key].values.flatten().tolist() # noqa
#cj['ranges'][key]['values'] = data[key].transpose('lat','lon','time').values.flatten().tolist() # noqa
except IndexError as err:
LOGGER.warning(err)
raise ProviderQueryError('Invalid query parameter')
Expand Down

0 comments on commit 1b5432c

Please sign in to comment.