Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge enhancements #218

Merged
merged 8 commits into from
Mar 22, 2023
Merged

Merge enhancements #218

merged 8 commits into from
Mar 22, 2023

Commits on Mar 16, 2023

  1. added in retrieval of OpenStreetMap data according to publication dat…

    …e of offline file as per #158, and fixed up issue where 'region' variable was mis-used on two occasions following a previous refactoring (with the result that the 2-letter country code in output results was instead replaced with the last configured region, being 'vic'; there was no practical impact, but this is now resolved)
    carlhiggs committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    358e23d View commit details
    Browse the repository at this point in the history
  2. removed example results from policy review to make more clear this is…

    … just for demonstration purposes
    carlhiggs committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    a0ce735 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. amended sqlalchemy engine invocation in time intensive scripts to avo…

    …id server timeout addressing #212; also amended progress bar addressing #220
    carlhiggs committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    7692a3b View commit details
    Browse the repository at this point in the history
  2. added in start/end/duration information to analyse scripts as per #223;…

    … renamed 3_generate_reports.py to 3_generate_resources.py as per #222; also updated population analysis script to check if resources already exist in database, and only create them if required (saves time if you happen to re-run the script, not recreating things already created)
    carlhiggs committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    de24aac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30a3384 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. updated analysis to use region files within region folder, and to not…

    … recreate areas of open space every time the process is run (if it exists, it will be acknowledge as already existing and skipped)
    carlhiggs committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2b7afa5 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. updated configuration file directions, and allowed for initialisation…

    … of a new study region template configuration file with directions for editing
    carlhiggs committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    cf7d0aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10e580f View commit details
    Browse the repository at this point in the history