Recent Releases of https://github.com/bayer-group/geospatialswift

https://github.com/bayer-group/geospatialswift - Spike in Polygon Validation

  • In compliance with PostGIS valid polygon, a polygon cannot have spikes. A spike in the scope of this project is defined as being less than 5 degrees while greater than 0 degrees (a line)

- Swift
Published by SchlNate over 4 years ago

https://github.com/bayer-group/geospatialswift - Internal improvements

- Swift
Published by schlingding over 6 years ago

https://github.com/bayer-group/geospatialswift - Simple Violations / OpenGIS Compliance

Introducing simple geometry violations which follow the OpenGIS compliancy of geometries.

https://postgis.net/docs/usingpostgisdbmanagement.html#OGC_Validity

Thanks to @mifanbing for the majority of the work!

- Swift
Published by schlingding over 6 years ago

https://github.com/bayer-group/geospatialswift - Performance Enhancements

  • Rebuilt the XCode project as a Package
  • Removed most protocols in favor of public struct objects
  • Increased performance all around
  • Added an option to pass in pre-validated GeoJson which is parsed without validation. This will have a a significant performance boost with the side effect of the application crashing if the GeoJson was not validated. The older parse methods still validate but should only need to be run once when pulling in new data and thereafter can be considered validated.
  • Large performance boost for Geohash coding and neighbors
  • Significant API changes
  • TimberSwift is no longer a dependency in favor of now passing back invalid geo json errors.

- Swift
Published by schlingding over 6 years ago

https://github.com/bayer-group/geospatialswift - Swift 5

- Swift
Published by schlingding over 7 years ago

https://github.com/bayer-group/geospatialswift - General Enhancements

- Swift
Published by schlingding over 7 years ago

https://github.com/bayer-group/geospatialswift - Added Timber Swift

  • Delegates logging to using application
  • Clean up

- Swift
Published by bdlindsay about 8 years ago

https://github.com/bayer-group/geospatialswift - Initial Release

- Swift
Published by schlingding about 8 years ago