Skip to content

mt-climate-office/report-builder

Repository files navigation

report-builder

Automated Reporting and Plotting of Climate Projections

Initialize and Restore the Database

Spin up the database docker container:

docker compose up --build -d db

Then, copy the backup script to the container and run the setup script:

docker cp ./setup/setup.sql db:/
docker exec -it db psql -U mco -d blm -a -f /setup.sql

About

Automated Reporting and Plotting of Climate Projections

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages