-
The `grep` output below shows that the R API uses the `_do_subset_xts` function, but the older `do_subset_xts` function is still exposed in the API. The `na_omit_xts` function also calls the older `d…
-
This is a new warning being generated by the tests, and I don't think there are actually should be collinear variables here so I'm not sure what's happening.
``` r
suppressPackageStartupMessages(l…
-
After some debugging, it seems like there is an issue with the L2SS service when ordering from Earthdata Search with a shapefile for subsetting. We have confirmed we are successfully passing a valid s…
-
Migrated from [Jira](https://nsidc.org/jira/browse/QGR-74):
While working the hydrologic sub-basins layer:
Using earthpy.clip, we saw the NE Ocean layer clip away North America when subsetting, but …
-
In at least two places in the subsetting service (date filters, date distribution ranges), the client is sending date values with format 'yyyy-MM-ddThh:mm:ssZ' (with a trailing 'Z'). The subsetting s…
-
When subsetting by variable, if `NA` is included in the `variable` argument along with other strings, the matched variables are duplicated in the output.
Example:
```r
example_draws() |>
subset_…
-
Rather than overwriting a setting in a system file, perhaps we should look into setting this with [`ini_subsetting`](http://forge.puppetlabs.com/puppetlabs/inifile)
-
When using ICEPYX, I notice that in the geolocation of my subset file, that the ph_index_beg appears to begin at 0. Does ICEPYX reset this during the subsetting?
#edit
I have checked a few files I…
-
With avar1, each output axis corresponds to the same input axis. So limiting an input axis can easily be translated to new limits for the same output axis.
With avar2, the relationship between inpu…
-
We'd like to be able to use multifilter variables as featured variables (for example "Bacteria in stool" in MALED).
This might require some changes on the front end. We would want to show "Bacteria…