Closed davenquinn closed 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)
@CannonLock has mostly handled this.
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)