Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 970 Bytes

File metadata and controls

30 lines (15 loc) · 970 Bytes

TableStore-Grid

Store and query gridded data by TableStore.

Getting started

1. download example data:

Before we begin, you should download the following test data(test_echam_spectral.nc) which we will use in this example and configure the file path in ExampleConfig.java.

https://www.unidata.ucar.edu/software/netcdf/examples/files.html

test_echam_spectral.nc

2. create store and index

CreateStoreExample.java

3. import data

DataImportExample.java

4. fetch data

DataFetchExample.java

5. query dataset by combination conditions

MetaQueryExample.java