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

Update download of 1" elevation data #272

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jun 28, 2024

  1. Update download of 1" elevation data

    Elevation data from Viewfinder Panoramas can only be downloaded in chunks of 24 tiles. 
    Direct tile downloads based on latitude and longitude are not supported anymore.
    w8sl authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    633594f View commit details
    Browse the repository at this point in the history
  2. Update requirements.txt

    We need to pin numpy to the latest supported version (1.26.4)
    Usually we pin also Shapely, until compatibility with new version is confirmed. 
    Dependencies of requests (certifi, charset-normalizer, 
    idna and urllib3) are managed automatically by pip install
    w8sl authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e5e786f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Update requirements.txt

    Remove pinned version of Shapely
    w8sl authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    fc09f6f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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

Commits on Oct 10, 2024

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