We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e6b29 commit 286b241Copy full SHA for 286b241
README.md
@@ -27,6 +27,20 @@ python edit.py example.json -ids 352 -fnames logo.gif
27
Successfully modified record https://cd-sandbox.tind.io/records/352
28
```
29
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
44
## Setup
45
46
Install by typing 'pip install caltechdata_api'
0 commit comments