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

Support specifying coordinate reference system (CRS) of geometries #1339

Merged
merged 11 commits into from
Apr 4, 2024
Merged

Commits on Mar 29, 2024

  1. Support specifying coordinate reference system (CRS) of geometries

    Fixes #1254
    
    Breaking changes:
    - Adds new required TOML key "crs"
    - Adds new required `Model` parameter "crs"
    Hofer-Julian committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c95893d View commit details
    Browse the repository at this point in the history
  2. Update test data

    Hofer-Julian committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b7029da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bccebd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e718620 View commit details
    Browse the repository at this point in the history
  5. Stop appending to GeoPackage

    visr committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0186a86 View commit details
    Browse the repository at this point in the history
  6. Update to_xugrid and add tests

    visr committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    521e1c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Add set_crs method

    Hofer-Julian committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b6669a3 View commit details
    Browse the repository at this point in the history
  2. *Actually* set crs

    Hofer-Julian committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6a72aaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5046d02 View commit details
    Browse the repository at this point in the history
  4. Move crs

    Hofer-Julian committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    39133c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    984bb9a View commit details
    Browse the repository at this point in the history