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 ef0ffc6 commit 1e5cda2Copy full SHA for 1e5cda2
outdated/README.md
@@ -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