-
### 💡 Description
Per https://pds.nasa.gov/datasearch/subscription-service/sm_select_subscriptions.cfm
- [ ] Add new mission PSYCHE. Its instruments are GRS, NS, MAG, IMAGER.
- [ ] Remove all…
-
Hello when starting to test this out, I was immediately faced with the issue below.
```Loading the data...
Done.
data found from 2018-03-25 14:14:30 to 2018-03-26 05:49:05
Converting to millis…
-
dsio --es-uri http://localhost:9200/ --kibana-uri http://localhost:5601/app/kibana data/cardata_sample.csv
Loading the data...
Done.
data found from 2013-05-24 23:51:37 to 2013-05-25 00:14:13
Co…
-
Hi,
When I tried installing with go get as explained in the readme, I get this:
```
➜ dsio go get -u github.com/nshmura/dsio
# github.com/nshmura/dsio/core
../go/src/github.com/nshmura/dsio/…
-
After executing "dsio data/cardata_sample.csv", can not open bokeh dashboard
[env]
1 windows 7
2 python 3.6.2
3 anaconda 3
[problem]
1 executing "dsio data/cardata_sample.csv"
(tensorflow) …
-
both `query` and `upsert` interactively ask the user for confirmation after each batch of entries:
https://github.com/nshmura/dsio/blob/bd941641acb0201322c8a789acee77a3b7a584d5/action/query.go#L310
…
-
one would expect that '''query''' produces an output file that can be read back by '''upsert'''.
this does **not** work, because query will duplicate the '''entities:'' key for each batch, essentiall…
-
**Describe the bug**
It is not possible to load the data published via xcube serve anymore:
```
ds = open_cube('s3bucket/local',
format_name='zarr',
…
-
-
`xcube.core.dsio.open_cube` currently raises an exception if applied to a dataset with irregular geographic co-ordinates. Some datasets have co-ordinates which are very nearly regular and can for many…