https://catalogue.data.wa.gov.au/dataset/operating-mines
- Large dataset, Google Maps has trouble rendering it, performance would need to be resolved.
- Utilise tectonic unit to see a 3D rendered visualisation
- Improve on markers with modal with commodities
- TDD
Reference: https://portal.ga.gov.au/persona/minesatlas
- Provide a better and more elegant visualisation to make better business decisions for resources and energy industries.
export GOOGLE_MAP_API={google_api_key}
Set up a python virtual environment conda
All the dependencies are in environment.yml
cd /Flask
export FLASK_APP=server.py
export FLASK_ENV=development
flask run
Install dependencies
Open http://localhost:3000 to view it in your browser.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.