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

Georust: Use pure rust libraries for shapes and geometries (RTree) #29

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on May 18, 2024

  1. geos: use v3.11

    fix deps
    gauteh committed May 18, 2024
    Configuration menu
    Copy the full SHA
    b00de2b View commit details
    Browse the repository at this point in the history
  2. ci: global static

    gauteh committed May 18, 2024
    Configuration menu
    Copy the full SHA
    e9fa78a View commit details
    Browse the repository at this point in the history
  3. update deps

    gauteh committed May 18, 2024
    Configuration menu
    Copy the full SHA
    3953fa9 View commit details
    Browse the repository at this point in the history
  4. update deps

    gauteh committed May 18, 2024
    Configuration menu
    Copy the full SHA
    f77429f View commit details
    Browse the repository at this point in the history
  5. py 3.11

    gauteh committed May 18, 2024
    Configuration menu
    Copy the full SHA
    7872c9f View commit details
    Browse the repository at this point in the history
  6. abi 3.10, default simd

    gauteh committed May 18, 2024
    Configuration menu
    Copy the full SHA
    5554415 View commit details
    Browse the repository at this point in the history
  7. convert to geo types

    gauteh committed May 18, 2024
    Configuration menu
    Copy the full SHA
    d92b2d6 View commit details
    Browse the repository at this point in the history
  8. load wkb and use geo types

    gauteh committed May 18, 2024
    Configuration menu
    Copy the full SHA
    d0e190e View commit details
    Browse the repository at this point in the history
  9. tests: remove geos test

    gauteh committed May 18, 2024
    Configuration menu
    Copy the full SHA
    7b20812 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    11a94ea View commit details
    Browse the repository at this point in the history
  11. nightly: simd

    gauteh committed May 18, 2024
    Configuration menu
    Copy the full SHA
    6fb7640 View commit details
    Browse the repository at this point in the history
  12. py03: fix deprecated

    gauteh committed May 18, 2024
    Configuration menu
    Copy the full SHA
    90d5479 View commit details
    Browse the repository at this point in the history
  13. ci: mac add target

    gauteh committed May 18, 2024
    Configuration menu
    Copy the full SHA
    478e7de View commit details
    Browse the repository at this point in the history
  14. ci: package -> python

    gauteh committed May 18, 2024
    Configuration menu
    Copy the full SHA
    532cba2 View commit details
    Browse the repository at this point in the history
  15. ci: python also test

    gauteh committed May 18, 2024
    Configuration menu
    Copy the full SHA
    a2c6f42 View commit details
    Browse the repository at this point in the history
  16. Revert "ci: python also test"

    This reverts commit a2c6f42.
    gauteh committed May 18, 2024
    Configuration menu
    Copy the full SHA
    01ca7dc View commit details
    Browse the repository at this point in the history
  17. nightly: -simd

    gauteh committed May 18, 2024
    Configuration menu
    Copy the full SHA
    a6c9014 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. wip: use RTree

    gauteh committed May 19, 2024
    Configuration menu
    Copy the full SHA
    b8e3a21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60bc592 View commit details
    Browse the repository at this point in the history
  3. check if envelope first

    gauteh committed May 19, 2024
    Configuration menu
    Copy the full SHA
    47b4783 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. test: test load prepared

    gauteh committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    997f67b View commit details
    Browse the repository at this point in the history
  2. add geom_from_embedded

    gauteh committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b25a10a View commit details
    Browse the repository at this point in the history
  3. fix prep geom test

    gauteh committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7494120 View commit details
    Browse the repository at this point in the history
  4. use patch geo

    gauteh committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a2b8355 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. from_embedded

    gauteh committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    c017b53 View commit details
    Browse the repository at this point in the history
  2. use prepared geoms

    gauteh committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    e413778 View commit details
    Browse the repository at this point in the history
  3. don't use prepared geoms

    gauteh committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    d890564 View commit details
    Browse the repository at this point in the history