Martin Pačes

Results 7 issues of Martin Pačes

CDF_EPOCH values close to the end of the date are wrongly converted to `datetime.datetime` objects. E.g., following code: ``` import spacepy.pycdf for cdf_epoch in [63570441599979.984, 63570441599999.984, 63570441600019.984]: timestamp = spacepy.pycdf.lib.epoch_to_datetime(cdf_epoch)...

bug
upstream

There is a whole chain of issues as this case is not treated properly by both EOxServer and GDAL. . Basically, whole referenceable coverages' handling must be reviewed and fixed....

Component: EOxServer Coverages

Synopsis: Currently the _WMS views_ for Referenceable Datasets are _created on-the-fly_ by warping and range-stretching of the original data which is _very slow_ for fairly big real satellites products making...

Component: EOxServer Coverages
Component: EOxServer Services
Priority: major
Type: enhancement

There is a bug in the axis scaling part of the renderer: ``` Traceback (most recent call last): File "/usr/local/eoxserver/eoxserver/services/views.py", line 68, in ows result = handler.handle(request) File "/usr/local/eoxserver/eoxserver/services/ows/wcs/basehandlers.py", line...

Component: EOxServer Services
Component: EOxServer Tests
Type: bug

In case of an error due to a server bug or misconfiguration the server should not respond with the misleading `400 Bad Request` error response (as it does right now)...

Component: EOxServer Services
Priority: minor
Type: bug

The GetCoverage for referenceable datasets SHALL NEVER return pixels outside of the extent of the full original dataset. In other words, the subsetting shall return a subset of the image...

Component: EOxServer Coverages
Component: EOxServer Services
Priority: critical
Type: bug

Currently the EOxServer has no notion of spatial reference of the polygon masks. The geometries are simply considered to be in WGS84 coordinates. The EOxServer shall respect the projection of...

Component: EOxServer Coverages
Component: EOxServer Services
Component: MapServer
Priority: major
Type: enhancement