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

feat: Segmentize for GeosCapi geometries. #364

Merged
merged 9 commits into from
Nov 15, 2023
Merged

Commits on Oct 11, 2023

  1. feat: Segmentize for GeosCapi geometries.

    Modify geometry to have no segment longer then the max segment distance.
    
    Feature is equal to:
    [ST_Segmentize](https://postgis.net/docs/ST_Segmentize.html)
    [shapely segmentize](https://shapely.readthedocs.io/en/latest/reference/shapely.GeometryCollection.html#shapely.GeometryCollection.segmentize)
    
    Notes:
    - ffi support is planned: https://github.com/dark-panda/ffi-geos/pull/34/files
    - I decided against calling the method like the Geos feature because it
      is popular as segmentize through PostGIS and shapely.
    arkirchner committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    da33d9f View commit details
    Browse the repository at this point in the history
  2. rubocop

    arkirchner committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7259b5c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. formart c code

    arkirchner committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    4a869ef View commit details
    Browse the repository at this point in the history
  2. Check for type errors

    arkirchner committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    87b8e18 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

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

Commits on Oct 30, 2023

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

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    3c1ff0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0faaada View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

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