-
We experienced that the resulting bounding box of the intersection between hits (files) had `minx > maxx`. This may be because the VectorDatasets consist of points, and the intersection between these …
-
Right now if _both_ time and geo are not marked primary data transformation page hangs.
-
-
Due to poor geoJSON support in Terria, we only supports points (using `geo_point_2d` field).
Most `geo` datasets will also have a `geo_shape` field, which contains GeoJSON features.
When is impr…
-
The original idea of using `skiprows` together with `nrows` parameter in `pandas.read_csv` was a bad idea.
Pandas is using a bafflingly memory-intensive way of implementing `skiprows`. On using `skip…
-
Currently it is possible to add negative numbers (and maybe non-numeric values as well?) to the database using the CSV import feature. This causes datasets to break when exporting to ETSource. It woul…
-
There are many single-cell data sets that we want to load into Gemma that are not available in GEO. These typically come from random web sites, not a particular repository.
We have some antiquated …
-
## Challenge Description
When
* starting a new project, or
* moving an existing project into another domain, or
* maintaining your project for a long period of time,
you somehow need to f…
-
Hello,
This behavior occurs on both CRAN and dev versions.
``` r
library(terra)
#> terra 1.8.0
library(curl)
#> Using libcurl 7.88.1 with OpenSSL/3.0.14
filename
``` r
terra::gdal(li…
-
We have at least one dataset coming in that uses ST. Should assess what metadata to collect and what file formats to require. There's both imaging and transcriptomics components, so this might require…