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

Use JTS geometries in vector package #2932

Merged
merged 24 commits into from Jul 11, 2019

Commits on Jul 10, 2019

  1. [WIP] Move to JTS geometries in vector package [skip ci]

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    61fbd08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92cb20c View commit details
    Browse the repository at this point in the history
  3. Remove typedIntersection

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    f0df18f View commit details
    Browse the repository at this point in the history
  4. Push JTS changes into raster

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    c9937a1 View commit details
    Browse the repository at this point in the history
  5. Update vectortile package to JTS

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    d64b5b5 View commit details
    Browse the repository at this point in the history
  6. Update geotools package to JTS

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    fc7a669 View commit details
    Browse the repository at this point in the history
  7. Update layer package to JTS

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    e2e185d View commit details
    Browse the repository at this point in the history
  8. Update store package to JTS

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    0a6f948 View commit details
    Browse the repository at this point in the history
  9. Update shapefile package to JTS

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    10d10ce View commit details
    Browse the repository at this point in the history
  10. Update spark package to JTS

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    243f846 View commit details
    Browse the repository at this point in the history
  11. Update geomesa package to JTS

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    9c52c36 View commit details
    Browse the repository at this point in the history
  12. Repair vector tests

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    654f0ee View commit details
    Browse the repository at this point in the history
  13. Fixup after rebase

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    61d2383 View commit details
    Browse the repository at this point in the history
  14. Fixup after rebase

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    50fbfd4 View commit details
    Browse the repository at this point in the history
  15. Fix a whoopsie with Extent JSON encoding

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    7e172ba View commit details
    Browse the repository at this point in the history
  16. Restore dimensionality check [skip ci]

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    24c1618 View commit details
    Browse the repository at this point in the history
  17. Prefer & over typedIntersection

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    417d9cd View commit details
    Browse the repository at this point in the history
  18. Update vector documentation

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    585bc74 View commit details
    Browse the repository at this point in the history
  19. Repair vector tests

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    08363c4 View commit details
    Browse the repository at this point in the history
  20. Update CHANGELOG [skip ci]

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    6ced7bb View commit details
    Browse the repository at this point in the history
  21. Remove raster dependency from vector-testkit

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    0f9b843 View commit details
    Browse the repository at this point in the history
  22. Remove unused MultiGeometry typeclass

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    7f6a61f View commit details
    Browse the repository at this point in the history
  23. Drop unused imports

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    ce7ac99 View commit details
    Browse the repository at this point in the history
  24. Drop unused import

    Signed-off-by: jpolchlo <jpolchlopek@azavea.com>
    jpolchlo committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    9e42206 View commit details
    Browse the repository at this point in the history