kevinmarlis commented on pull request #156:
URL:
https://github.com/apache/incubator-sdap-nexus/pull/156#issuecomment-1071770069
I temporarily deployed a test web app image to AQACF with the code changes.
I tested on a dataset known to fail the time series algorithm when using a
large bounding box. I used bounds of -180, -90, 180, 90 and received results:
```
{
"meta": [
{
"shortName": "nasa-merra-2-0.5-hourly-global-CDH",
"bounds": {
"east": 180.0,
"west": -180.0,
"north": 90.0,
"south": -90.0
},
"time": {
"start": 1530532800,
"stop": 1531569600,
"iso_start": "2018-07-02T12:00:00+0000",
"iso_stop": "2018-07-14T12:00:00+0000"
}
}
],
"data": [
[
{
"min": 0.00021394588111434132,
"max": 0.11129041761159897,
"mean": 0.00703836853349493,
"cnt": 440,
"std": 0.01253395141553278,
"time": 1530534600,
"iso_time": "2018-07-02T12:30:00+0000",
"ds": 0
}
], ...
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]