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

Geos ccw analysis #229

Merged
merged 8 commits into from
Nov 18, 2020
Merged

Geos ccw analysis #229

merged 8 commits into from
Nov 18, 2020

Commits on Nov 11, 2020

  1. Add clockwise analysis for GEOS_CAPI

    Add a `RGeo::Geos::Analysis.ccw?` method which itself uses the
    GEOSCoordSeq_isCCW_r to determine if a geometry is counter-clockwise.
    
    Also add an error.h header to help throwing errors when there is an
    issue in the c extension. And add a `RGeo::GeosError` for GEOS related
    errors.
    BuonOmo committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    8b640b0 View commit details
    Browse the repository at this point in the history
  2. Change from require to require_relative

    This helps a lot a developer which has a global version installed and
    tries to contribute to the library, since it will strictly look for
    related files...
    BuonOmo committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    163a68f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    8afda5c View commit details
    Browse the repository at this point in the history
  2. Add +LinearRing#ccw?+ method. Change CAPI +ccw?+ implementation to ig…

    …nore the function completely if the GEOS version is too low.
    keithdoggett committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    01ba6b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    954d27c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. add a note about validity

    BuonOmo committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    eefd5af View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

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

Commits on Nov 18, 2020

  1. complete history.md

    BuonOmo committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    7ead114 View commit details
    Browse the repository at this point in the history