eblondel / cleangeo

Cleaning geometries from spatial objects in R

Home Page:https://github.com/eblondel/cleangeo/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create package structure & import base functions

eblondel opened this issue · comments

Base functions include the following utilities:

  • clgeo_GeometryReport: provide a geometry validity report (list)
  • clgeo_CollectionReport: provide a collection validity report (data.frame)
  • clgeo_SuspiciousFeatures: provide the list of indexes of suspicious features (vector)
  • clgeo_Clean: cleans a Spatial* object (at now limited to SpatialPolygons)
  • clgeo_SummaryReport: report summary (table)