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

SDAP-495 - ABoVE Lidar Vizualization #297

Draft
wants to merge 44 commits into
base: develop
Choose a base branch
from

Commits on Oct 24, 2023

  1. Lidar subsetting + renderers

    rileykk committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    b7121b5 View commit details
    Browse the repository at this point in the history
  2. PNG renderer

    rileykk committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    39f95dc View commit details
    Browse the repository at this point in the history
  3. CSV and ZIP renderers

    rileykk committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    6c54a97 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    b6e1c6f View commit details
    Browse the repository at this point in the history
  2. Added slicing params to lidar alg spec

    rileykk committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    91b88ce View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Improved plotting + slices

    rileykk committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    3bad8c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Improved plotting + slices

    rileykk committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b4bfc85 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    5af6086 View commit details
    Browse the repository at this point in the history
  2. Fit data from multiple scenes to common grid

    Enabled by query option mapToGrid
    rileykk committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4caee50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a791007 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'RKuttruff/SDAP-495-stv-lidar' into SDAP…

    …-495-stv-lidar
    
    # Conflicts:
    #	analysis/webservice/algorithms/Lidar.py
    rileykk committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3087df2 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. lidar 3d plotting

    rileykk committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    3234e65 View commit details
    Browse the repository at this point in the history
  2. Update .asf.yaml (apache#293)

    Co-authored-by: rileykk <[email protected]>
    RKuttruff and rileykk authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    639d7d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. SDAP-495 3d plotting fixes

    rileykk committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    01bea57 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. minor tweaks

    rileykk committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    30ce242 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    c636a3a View commit details
    Browse the repository at this point in the history
  2. Remove mpl backend call

    rileykk committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    cdf4e7a View commit details
    Browse the repository at this point in the history
  3. Changelog

    rileykk committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    7bb8bcb View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    421b86d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'RKuttruff/SDAP-495-stv-lidar' into SDAP…

    …-495-stv-lidar
    rileykk committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0c58a7b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Slicing improvements:

    - Removed restriction that lat and/or lon slices cannot be used with arbitrary line slices, though the png result can get a bit long if all three are used
    - ZIP output now contains CSV files for slices as well as main subset
    - Vastly improved time for JSON, CSV and ZIP outputs
    rileykk committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e982f4b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Response for no data in bounds

    rileykk committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b93ec8b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Better handling of close-together flightlines

    still could use improvement...
    rileykk committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    deb62e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Merge branch 'develop' into SDAP-495-stv-lidar

    # Conflicts:
    #	CHANGELOG.md
    #	analysis/conda-requirements.txt
    rileykk committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5f7b2a3 View commit details
    Browse the repository at this point in the history
  2. Lidar updates

    rileykk committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3879137 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Merge branch 'develop' into SDAP-495-stv-lidar

    # Conflicts:
    #	analysis/conda-requirements.txt
    #	poetry.lock
    #	pyproject.toml
    rileykk committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b4c1e40 View commit details
    Browse the repository at this point in the history
  2. poetry re-lock after deps update from merge

    rileykk committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    dec1e81 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Properly scale CC before plotting

    rileykk committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    15a80be View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Major Lidar update

    - Handle multivar collection
    - Validations
    - Plotting tweaks
    rileykk committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    11e6382 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Disable Lidar 3d & minor updates

    rileykk committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f356b42 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Bugfix for lat/lon slices of custom size

    rileykk committed May 15, 2024
    Configuration menu
    Copy the full SHA
    1075063 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Merge remote-tracking branch 'origin/develop' into SDAP-495-stv-lidar

    # Conflicts:
    #	CHANGELOG.md
    #	poetry.lock
    rileykk committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    40fbad0 View commit details
    Browse the repository at this point in the history
  2. poetry re lock

    rileykk committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6256486 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jul 9, 2024

  1. Merge remote-tracking branch 'origin/develop' into SDAP-495-stv-lidar

    # Conflicts:
    #	poetry.lock
    #	pyproject.toml
    rileykk committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f2e8b3f View commit details
    Browse the repository at this point in the history
  2. poetry lock

    rileykk committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    72d7bef View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

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

Commits on Sep 23, 2024

  1. Merge remote-tracking branch 'origin/develop' into SDAP-495-stv-lidar

    # Conflicts:
    #	analysis/webservice/algorithms/__init__.py
    #	analysis/webservice/nexus_tornado/request/renderers/NexusGIFRenderer.py
    #	analysis/webservice/nexus_tornado/request/renderers/__init__.py
    #	poetry.lock
    rileykk committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    abaac86 View commit details
    Browse the repository at this point in the history
  2. Poetry re-lock

    rileykk committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    81450a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc6bf6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1839a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

Commits on Oct 14, 2024

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