https://github.com/pacificclimate/design-value-explorer
Web application for interactively visualizing and downloading design value fields and tables.
https://github.com/pacificclimate/design-value-explorer
actions docker
Last synced: 5 months ago
JSON representation
Web application for interactively visualizing and downloading design value fields and tables.
- Host: GitHub
- URL: https://github.com/pacificclimate/design-value-explorer
- Owner: pacificclimate
- License: gpl-3.0
- Created: 2020-05-08T20:08:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-03T22:31:23.000Z (10 months ago)
- Last Synced: 2025-09-03T23:14:45.796Z (10 months ago)
- Topics: actions, docker
- Language: Python
- Homepage:
- Size: 120 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/pacificclimate/dash-dv-explorer/actions/workflows/python-ci.yml)
# Design Value Explorer
### *Note that the CI version of the tests is currently failing until this project goes through an upgrade cycle. [Upgrade Github Issue](https://github.com/pacificclimate/design-value-explorer/issues/242)*
Web application for visualizing and downloading design value fields and
tables.
## Documentation
- [Installation](docs/installation.md)
- [Configuration](docs/configuration.md)
- [Deployment for local development](docs/deployment-dev.md)
- [Deployment for production](docs/deployment-prod.md)
- [Testing](docs/testing.md)
- [Dev notes](docs/dev-notes.md)
## Changelog
For a summary of releases and changes, see [`NEWS.md`](NEWS.md).
## Releasing
To create a versioned release:
1. Increment `__version__` in `setup.py`
2. Summarize the changes from the last release in `NEWS.md`
3. IMPORTANT: Update the image tag in `docker/production/docker-compose.yml` to
the new version.
4. Commit these changes, tag the release, then push it all:
```bash
git add setup.py NEWS.md docker/production/docker-compose.yml
git commit -m"Bump to version x.x.x"
git tag -a -m"x.x.x" x.x.x
git push --follow-tags
```
## Authors
- Nic Annau, nannau@uvic.ca, Pacific Climate Impacts Consortium
- Rod Glover, rglover@uvic.ca, Pacific Climate Impacts Consortium