Piotr Zaborowski

Results 7 issues of Piotr Zaborowski

http://docs.ogc.org/is/18-058/18-058r1 (/ogcapi-features-2/1.0.1) Includes URIs: http://www.opengis.net/spec/ogcapi-features-2/1.0/conf/crs and http://www.opengis.net/spec/ogcapi-features-2/1.0/req/crs and not 1.0.1 version of these. It makes links in the 18-058r1 refer to the previous version, probably unconsciously for the reader.

default EDR template supports only SST parameter, this change allow to present any property and several at once. # Overview default EDR template supports only SST parameter, this change allow...

# Overview changes to confirm to https://schemas.opengis.net/covjson/1.0/coveragejson.json - time axis changed to values (was interval) - time axis first in range as expected by https://github.com/Reading-eScience-Centre/leaflet-coverage and dependancies - parameter description...

bug
stale

**Description** Following inconsistencies with the https://schemas.opengis.net/covjson/1.0/coveragejson.json: * time axis is rendered as interval (start, stop, num), while schema allows only values - brakes covjson JS tools to properly render time...

bug
stale

# Overview # Related Issue / discussion https://github.com/geopython/pygeoapi/issues/1780 # Additional information Proposed change: - dismiss reordering of axes as it will not work without data transposition - can be done...

OGC API - Environmental Data Retrieval

**Description** in provider/xarray_.py gen_covjson function following code: ``` minx, miny, maxx, maxy = metadata['bbox'] mint, maxt = metadata['time'] try: tmp_min = data.coords[self.y_field].values[0] except IndexError: tmp_min = data.coords[self.y_field].values try: tmp_max =...

bug
OGC API - Environmental Data Retrieval
stale

**Description** Current implementation of the XarrayEDRProvider generate time axis with label read from the source file into time_field with default value of 'time'. Time axes is defined by start, stop...

bug