Skip to content

Latest commit

 

History

History
 
 

TableStore-Grid

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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