-
I downloaded the latest ED, but the test data set "ed2_data" was not found.
For example, ED2IN:/n/gstore/Labs/moorcroft_lab_protected/data/ed2_data/soil_ed22/Quesada+RADAM+IGBP/Quesada+RADAM+IGBP_'
-
- [ ] : adapt PROCESS function for 2D variables
- [ ] : variable EPOT, EPOT_T, EPOT_S
- [ ] : variable MLD
- [x] : variable CCC
- [x] : Enable optional mask arguments, with several dimension possi…
-
如题,我们有个业务场景用到RDF4J,但是RDF4J支持的开源数据库极少,想了解下咱们[gStore](https://github.com/pkumod/gStore)是否有计划支持RDF4J,谢谢。
-
![image](https://user-images.githubusercontent.com/43509569/64030725-b5051000-cb79-11e9-9ade-33d13fe44ea0.png)
-
## Description
A clear and concise description of the issue. Please include quotes or references to line numbers if applicable, and state which of the following applies (if any):
* Somethin…
-
When I invoke `tsc` upon my project, I got the following error in `node_modules/gstore-node/lib/index`, due to lack of `nsql-cache` module's type definition.
How other people overcome this?
```
…
-
Dear maintainers,
I just tried your code on [this small NT file](https://github.com/wallscope/olympics-rdf/blob/master/data/olympics-nt-nodup.zip) with 1,781,625 triples on an Ubuntu 20.04 machine …
-
I've successfully built with
```
make pre
make
```
Now I would like to do something like
`make DESTDIR="$pkgdir" install`
but this isn't available.
-
Is there a proper way to query on a nested property like this example below.
`
interface KeyValue {
key: string;
value: string;
}
interface KeyValueContainer {
container: KeyVal…
-
使用本地自己建立的gStore时,查询某些问题时:
{"question":"Who is the producer of Seven Separate Fools?","message":"Unkown Exception","status":"500"}
而有些问题则可以正确返回数据,请问什么情况会导致500错误呢?
谢谢!