Skip to content

geos 0.1.3

Compare
Choose a tag to compare
@paleolimbot paleolimbot released this 07 Nov 15:11
  • Add support for new features in GEOS 3.10, including
    geos_is_within_distance(), geos_prepared_is_within_distance(),
    geos_read_geojson(), geos_write_geojson(),
    geos_constrained_delaunay_triangles(), geos_densify(),
    and a new argument flavor to geos_write_wkb() and
    geos_write_hex() to allow ISO WKB output instead of
    EWKB output for geometries with Z values (#57).
  • Fix crash when EMPTY points were passed to
    geos_project() or geos_project_normalized() (#52, #61).
  • Use geos_simplify(), geos_strtree_query(), and
    geos_clip_by_rect() to speed up plotting for polygons/
    lines with many vertices (#59, #61).
  • Update tests to use testthat 3rd edition (#62).
  • Add temporary workaround for intermittent crashes
    when importing large objects using geos_geometry_writer()
    (workaround uses sf::st_as_binary() and geos_read_wkb()
    until the source of the crash can be determined) (#56).