Skip to content

RFigisGeo v 0.1

Compare
Choose a tag to compare
@eblondel eblondel released this 13 Dec 08:17
· 1 commit to 0.1 since this release

A first tag for RFigisGeo v0.1
The package includes few functionalities:

Utilities

  • method findP4s. Method used internally in readWFS to try to create CRS sp object according to the srsName attribute syntax. In case of text (e.g. GCS_WGS_84), the method scans reference systems WKT definitions to find a match and assign appropriate CRS object.
  • method readWFS to read data from WFS (for now requires a long/lat axis ordering, WFS 2.0 not supported)
  • method exportFeatures (to export data to known format, for now: GML and SHAPE-ZIP)

Algorithms

  • method to perform intersection beween 2 feature collections. The algorithm also includes areaCRS parameter to allow calculating intersecting areas with custom Spatial Reference System.