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 cfe, topmodel, and lgar calibratable parmeters; ngen.cal python < 3.9 pin fiona<1.10.0 #187

Merged
merged 5 commits into from
Sep 25, 2024

Commits on Sep 4, 2024

  1. feat: update CfeParams

    aaraney committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f874292 View commit details
    Browse the repository at this point in the history
  2. feat: add LgarParams

    aaraney committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b262a2f View commit details
    Browse the repository at this point in the history
  3. feat: update TopmodelParams

    aaraney committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e971d46 View commit details
    Browse the repository at this point in the history
  4. chore: ngen cal pin fiona<1.10.0; python < 3.9

    fiona v 1.10.0 deprecated  'fiona.path' field (seem to have been removed?)
    https://github.com/Toblerity/Fiona/releases/tag/1.10.0
    
    geopandas geojson reader uses fiona.
    
    geopandas v0.14 dropped support for python<3.9. so, ngen.cal
    installations are effectively pinned to geopandas <= v0.14.
    transitively, ngen.cal needs to pin fiona<1.10.0 for compatibility.
    https://geopandas.org/en/stable/docs/changelog.html#version-0-14-sep-15-2023
    aaraney committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    27f262f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. doc: improve docstrings

    Co-authored-by: Nels <[email protected]>
    aaraney and hellkite500 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f10f552 View commit details
    Browse the repository at this point in the history