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

Implemented GeoInterface. #175

Merged
merged 10 commits into from
Aug 4, 2022

Commits on Jun 12, 2022

  1. Implemented GeoInterface.

    evetion committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    7d5c218 View commit details
    Browse the repository at this point in the history
  2. Fix Project.toml

    evetion committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    1aafe2a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Dispatch on Type.

    evetion committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    3e35f4e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Upgrade Julia to 1.6

    evetion committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    53d85c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

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

Commits on Aug 3, 2022

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

Commits on Aug 4, 2022

  1. add GeoInterface compat

    visr committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    7aa0692 View commit details
    Browse the repository at this point in the history
  2. using GeoInterface

    The trait names can get quite long and are exported, and not much else is exported.
    visr committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    0a01573 View commit details
    Browse the repository at this point in the history
  3. add test macro to testgeometry

    Not strictly needed since they trigger AssertionErrors if not ok, but good to count towards the tests since they return true if they don't fail.
    visr committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    839f463 View commit details
    Browse the repository at this point in the history
  4. add GeoInterface.convert

    visr committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    e1e1f6e View commit details
    Browse the repository at this point in the history