UW-Macrostrat / macrostrat

A geological data platform for exploration, integration, and analysis
Apache License 2.0
4 stars 1 forks source link

Create importer for TA1 datasets #33

Closed davenquinn closed 9 months ago

davenquinn commented 9 months ago

The TA1 geopackage format is how CriticalMAAS teams will be providing data. This format may evolve slightly, but it's based on a Geopackage format that should be easy to import.

The format is described in the https://github.com/DARPA-CRITICALMAAS/ta1-geopackage repository. We will want to experiment with the current ingestion scripts to see if they can be used to import the data. Otherwise, we can build a new pipeline that essentially inverts the TA1 data exporter in this repository (https://github.com/UW-Macrostrat/macrostrat/blob/a0860396f48d7aef7a12504052a66cd63c01dabb/cli/macrostrat/cli/io/criticalmaas/__init__.py#L2)

davenquinn commented 9 months ago

@CannonLock has mostly handled this.