Skip to content

Releases: openfigis/RFigisGeo

0.3-2

23 Jan 13:57
Compare
Choose a tag to compare

fix in CWP grid generation

0.3-1

23 Jan 13:56
Compare
Choose a tag to compare
check target crs in intersection

RFigisGeo v 0.3

14 Feb 10:57
Compare
Choose a tag to compare
RFigisGeo-0.3

update date for github release (stable)

RFigisGeo v 0.2

02 Apr 11:26
Compare
Choose a tag to compare

The package includes:

  • a generic algorithm for Spatial Data Reallocation (SPREAD)
  • support of geometryless data in readWFS
  • a fix for exportFeatures function (GML output format)
  • a unit test approach for the existing functions

Details at: https://github.com/openfigis/RFigisGeo/wiki/Change-History#rfigisgeo-02

RFigisGeo v 0.1

13 Dec 08:17
Compare
Choose a tag to compare

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.