Skip to content

Commit

Permalink
whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pzaborowski committed Sep 19, 2024
1 parent f0c2dd0 commit d3c6726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygeoapi/provider/xarray_.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,12 @@ def gen_covjson(self, metadata, data, fields):
LOGGER.debug('Creating CoverageJSON domain')
startx, starty, stopx, stopy = metadata['bbox']
mint, maxt = metadata['time']

selected_fields = {
key: value for key, value in self.fields.items()
if key in fields
}

cj = {
'type': 'Coverage',
'domain': {
Expand Down

0 comments on commit d3c6726

Please sign in to comment.