# tablestore-grid
**Repository Path**: mirrors_aliyun/tablestore-grid
## Basic Information
- **Project Name**: tablestore-grid
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-08
- **Last Updated**: 2025-09-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# TableStore-Grid
Store and query gridded data by TableStore.
## Getting started
### Maven
```
com.aliyun.tablestore
tablestore-grid
1.0.0
```
### 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.
[test_echam_spectral.nc](https://www.unidata.ucar.edu/software/netcdf/examples/test_echam_spectral.nc)
### 2. create store and index
[CreateStoreExample.java](src/main/java/com/aliyun/tablestore/example/grid/CreateStoreExample.java)
### 3. import data
[DataImportExample.java](src/main/java/com/aliyun/tablestore/example/grid/DataImportExample.java)
### 4. fetch data
[DataFetchExample.java](src/main/java/com/aliyun/tablestore/example/grid/DataFetchExample.java)
### 5. query dataset by combination conditions
[MetaQueryExample.java](src/main/java/com/aliyun/tablestore/example/grid/MetaQueryExample.java)