Skip to content

ssh2611/Turf.Sharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turf.Sharp

C# porting of Turf.js "A modular geospatial engine written in JavaScript http://turfjs.org/"

Dependency

Porting status

Now porting is based on v 3.7.0 (https://github.com/Turfjs/turf/tree/v3.7.0)

AGGREGATION

  • collect

MEASUREMENT

  • along => done
  • area
  • bboxPolygon => done
  • bearing => done
  • center => done
  • centroid => done
  • destination => done
  • distance => done
  • envelope => done
  • lineDistance => done
  • midpoint => done
  • pointOnSurface
  • square

TRANSFORMATION

  • bezier
  • buffer
  • concave
  • convex
  • difference
  • intersect
  • simplify
  • union

MISC

  • combine
  • explode => done
  • flip
  • kinks
  • lineSlice
  • pointOnLine

HELPER

  • featureCollection
  • feature
  • lineString
  • multiLineString
  • point => done
  • polygon
  • multiPoint
  • multiPolygon
  • geometryCollection

DATA

  • random
  • sample

INTERPOLATION

  • isolines
  • planepoint
  • tin => done

JOINS

  • inside => done
  • tag => done

GRIDS

  • hexGrid
  • pointGrid
  • squareGrid
  • triangleGrid
  • within

CLASSIFICATION

  • nearest => done

META

  • propEach => done
  • coordEach => done
  • coordReduce => done
  • featureEach
  • getCoord => done

ASSERTIONS

  • featureOf
  • collectionOf
  • bbox => done
  • centerOfMass
  • circle => done
  • index
  • geojsonType
  • lineSliceAlong
  • propReduce
  • coordAll
  • geomEach
  • tesselate

About

C# porting of Turf.js "A modular geospatial engine written in JavaScript http://turfjs.org/"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%