Skip to content

Add concepts and wkt handling

Harry Minsky requested to merge add-concepts-handling into main

This commit adds handling for arches concepts and collections into the etl script, using both cli import commands and a http request to the 'make_collection' route, which is otherwise unavailable as functionality in the cli. It introduces the process of registering an oauth application to the etl process, which is necessary to make authenticated http requests.

It also adds handling for WKT geometric data, converting latitutde and longitude columns into valid WKT data for import.

Merge request reports