Skip to content

Commit 1e5cda2

Browse files
committed
Cleanup
1 parent ef0ffc6 commit 1e5cda2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

outdated/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# caltechdata_api outdated functions
2+
3+
These functions have yet to be updated to the InvenioRDM version of
4+
CaltechDATA. Many will be updated in the future, but for now they are available
5+
here for reference.
6+
7+
8+
Get geographic metadata from CaltechDATA with WKT representations in a csv file.
9+
You can import this to a GIS program like QGIS
10+
using a delimited text import and projection epsg:4326. You'll have to do one
11+
import for Geometry type Point and another for Geometry type Polygon.
12+
13+
```
14+
python get_geo.py caltechdata_geo.csv
15+
```
16+
17+
You can filter by keyword
18+
19+
```
20+
python get_geo.py caltechdata_geo.csv -keywords TCCON
21+
```
22+
23+

0 commit comments

Comments
 (0)