Joseph C. Jacob created SDAP-318: ------------------------------------ Summary: TimeSeriesSpark returns empty list bounding box larger than a hemisphere. Key: SDAP-318 URL: https://issues.apache.org/jira/browse/SDAP-318 Project: Apache Science Data Analytics Platform Issue Type: Bug Reporter: Joseph C. Jacob Attachments: flux_vineet_sdap.nc
The attached single-granule dataset covers a spatial bounds with longitudes in _*[-118.9, -116.5]*_ and latitudes in _*[33.4, 34.8].*_ SDAP's {color:#0747a6}+/timeSeriesSpark+{color} endpoint returns the expected time series if the job request specifies bounds within the western hemisphere. For example, the following bounds works as expected: *minLon=-180&minLat=-90&maxLon=0&maxLat=90*. However, any larger bounding box results in an empty list being returned from {color:#0747a6}+/timeSeriesSpark+{color}. For example, *minLon=-180&minLat=-90&maxLon=1&maxLat=90* results in the empty list. Note that the only difference in the two bounding boxes is that the one that fails has *maxLon=1* and the one that works fine has *maxLon=0*. Both bounds should result in the same time series since they both encompass the entire domain of the dataset. -- This message was sent by Atlassian Jira (v8.3.4#803005)