Skip to content

Commit 286b241

Browse files
committed
Add docs
1 parent 31e6b29 commit 286b241

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,20 @@ python edit.py example.json -ids 352 -fnames logo.gif
2727
Successfully modified record https://cd-sandbox.tind.io/records/352
2828
```
2929

30+
Get geo points from CaltechDATA. You can import this to a GIS program like QGIS
31+
using a delimited text import and projection epsg:4326
32+
33+
```
34+
python get_geo.py caltechdata_geo.csv
35+
```
36+
37+
You can filter by keyword
38+
39+
```
40+
python get_geo.py caltechdata_geo.csv -keywords TCCON
41+
```
42+
43+
3044
## Setup
3145

3246
Install by typing 'pip install caltechdata_api'

0 commit comments

Comments
 (0)