Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extents not easily extensible as the connections to the reference systems are not clear #168 #196

Merged
merged 4 commits into from
May 2, 2019

Conversation

cportele
Copy link
Member

Update extent object based on the discussion in #168

Resolves #168

The text in Core does not have examples for the more complete cases that extensions may use. This would be how an example from the discussion in the issue would be represented:

{
  "extent":{
    "spatial": {
      "bbox": [[180, -56, -180, 83]],
      "crs":"http://www.opengis.net/def/crs/OGC/1.3/CRS84"
    },
    "temporal":{
      "interval": [["2015-06-23T00:00:00Z", "2015-06-24T00:00:00Z"], ["2015-06-23T00:00:00Z", "2015-06-24T00:00:00Z"]],
      "trs": "http://www.opengis.net/def/uom/ISO-8601/0/Gregorian"
    },
    "thermal":{
      "range": [0, 273.15],
      "uom": "http://www.opengis.net/def/uom/SI/kelvin"
    }
  }
}

Resolves #168

The text in Core does not have examples for the more complete cases that extensions may use. This would be how an example from the discussion in the issue would be represented:

```
{
  "extent":{
    "spatial": {
      "bbox": [[180, -56, -180, 83]],
      "crs":"http://www.opengis.net/def/crs/OGC/1.3/CRS84"
    },
    "temporal":{
      "interval": [["2015-06-23T00:00:00Z", "2015-06-24T00:00:00Z"], ["2015-06-23T00:00:00Z", "2015-06-24T00:00:00Z"]],
      "trs": "http://www.opengis.net/def/uom/ISO-8601/0/Gregorian"
    },
    "thermal":{
      "range": [0, 273.15],
      "uom": "http://www.opengis.net/def/uom/SI/kelvin"
    }
  }
}
```
@cportele cportele added this to the Part 1, Second Draft Release milestone Apr 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

extents not easily extensible as the connections to the reference systems are not clear
2 participants