This repository contains code related to the migration of the legacy SPI database into the BiohubBC/SIMS environment.
There are three main components:
A Java application that is designed to work on a prepared PostgreSQL database (see documentation on preparation steps in Confluence).
To execute, ensure you have Java 17 runtime, adjust ./src/main/resources/application.properties with correct database coordinates and run:
./gradlew bootRun
Standalone application for importing GeoDB data into PostGIS. Documented in the ./geodb-import directory.
In ./useful-sql-snippets