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

feat: generate h3 polygons and create webmap #46

Open
wants to merge 36 commits into
base: main
Choose a base branch
from

Commits on May 16, 2024

  1. Create points_to_h3.py

    ioalexei committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9b33217 View commit details
    Browse the repository at this point in the history
  2. Revert "Create points_to_h3.py"

    This reverts commit 9b33217.
    ioalexei committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a0b7166 View commit details
    Browse the repository at this point in the history
  3. Create points_to_h3.py

    ioalexei committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9350375 View commit details
    Browse the repository at this point in the history
  4. Updates to points_to_h3

    - add h3pandas to dependencies
    - add app launch to end of file
    - use single aggregation (mean) instead of multiple
    - change order of arguments based on defaults
    ioalexei committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3a90717 View commit details
    Browse the repository at this point in the history
  5. Add webmap code and template

    ioalexei committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4621eba View commit details
    Browse the repository at this point in the history
  6. Tidying and formatting webmap script

    - adding Typer help and defaults
    - adding code to generate colours and breakpoints for map
    - formatting
    ioalexei committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c983a7f View commit details
    Browse the repository at this point in the history
  7. Fix interpolation breaks

    - fix interpolation breaks
    - fix hard coded template path
    ioalexei committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3947b57 View commit details
    Browse the repository at this point in the history
  8. Fix code to generate polygon colours

    Hard code colours into dataframe/json rather than using MapLibre interpolation
    ioalexei committed May 16, 2024
    Configuration menu
    Copy the full SHA
    dab6ad4 View commit details
    Browse the repository at this point in the history
  9. Delete gvi_webmap.html

    remove temp file
    ioalexei committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9508e16 View commit details
    Browse the repository at this point in the history
  10. Applying ruff checks

    ioalexei committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e517e9f View commit details
    Browse the repository at this point in the history
  11. Update maplibre_template.html

    - add pop to show gvi score when polygon is clicked
    ioalexei committed May 16, 2024
    Configuration menu
    Copy the full SHA
    be3e141 View commit details
    Browse the repository at this point in the history
  12. Update create_webmap.py

    - Round GVI scores to 2 decimal places for neater pop-ups
    ioalexei committed May 16, 2024
    Configuration menu
    Copy the full SHA
    35afb61 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b2bbf6a View commit details
    Browse the repository at this point in the history
  14. Update create_webmap.py

    - Reduce bounding box buffer from 0.5 degrees to 0.25
    - Set default zoom to 12
    ioalexei committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a7fcaa6 View commit details
    Browse the repository at this point in the history
  15. Update .env.example

    Update sample .env file to include placeholder for Maptiler api key
    ioalexei committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e4d864e View commit details
    Browse the repository at this point in the history
  16. Update create_webmap.py

    Fix line lengths
    ioalexei committed May 16, 2024
    Configuration menu
    Copy the full SHA
    98fdc08 View commit details
    Browse the repository at this point in the history
  17. Update points_to_h3.py

    Formatting
    ioalexei committed May 16, 2024
    Configuration menu
    Copy the full SHA
    05c662e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f07b66d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Merge pull request #1 from ioalexei/points-to-hex

    Points to hex to webmap
    ioalexei committed May 17, 2024
    Configuration menu
    Copy the full SHA
    79755ef View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    e2da466 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f75210 View commit details
    Browse the repository at this point in the history
  3. alphabetize new dependency

    danbjoseph committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d93dc6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    543d150 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Update README.md

    add info on MapTiler API key
    ioalexei committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    86aa021 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Fix single digit resolution error

    Add a leading `0` to cell resolution if it is  a single digit
    ioalexei committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2d039c9 View commit details
    Browse the repository at this point in the history
  2. Use empy basemap if no Maptiler key provided

    The Jinja template will use an empty basemap if there is no Maptiler API key in the .env file
    ioalexei committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    592679f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    889600d View commit details
    Browse the repository at this point in the history
  4. Formatting

    ioalexei committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0d556f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. fix env variable and update template

    Alexei committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2e3586c View commit details
    Browse the repository at this point in the history
  2. Combine output path and filename

    Alexei committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b42316d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    baaa5ef View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. add logiv for missing env variable

    Alexei committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ce00146 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. fix for blank env variable

    ioalexei committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5cb7516 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    64dc3c8 View commit details
    Browse the repository at this point in the history
  2. fix: ruff format

    danbjoseph committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4b5aec8 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    10c9347 View commit details
    Browse the repository at this point in the history