136 packages
example-eez-two
This is a geoprocessing project. It was created using the `geoprocessing init` command, as part of the tutorial to [create a new project](https://github.com/seasketch/geoprocessing/wiki/Tutorials#create-a-new-geoprocessing-project).
example-project-five
This is a geoprocessing project. It was created using the `geoprocessing init` command, as part of the tutorial to [create a new project](https://github.com/seasketch/geoprocessing/wiki/Tutorials#create-a-new-geoprocessing-project).
example-project-foo
This is a geoprocessing project. It was created using the `geoprocessing init` command, as part of the tutorial to [create a new project](https://github.com/seasketch/geoprocessing/wiki/Tutorials#create-a-new-geoprocessing-project).
example-project-samoa
This is a geoprocessing project. It was created using the `geoprocessing init` command, as part of the tutorial to [create a new project](https://github.com/seasketch/geoprocessing/wiki/Tutorials#create-a-new-geoprocessing-project).
example-project-sub
This is a geoprocessing project. It was created using the `geoprocessing init` command, as part of the tutorial to [create a new project](https://github.com/seasketch/geoprocessing/wiki/Tutorials#create-a-new-geoprocessing-project).
example-project-three
This is a geoprocessing project. It was created using the `geoprocessing init` command, as part of the tutorial to [create a new project](https://github.com/seasketch/geoprocessing/wiki/Tutorials#create-a-new-geoprocessing-project).
example-project-world
This is a geoprocessing project. It was created using the `geoprocessing init` command, as part of the tutorial to [create a new project](https://github.com/seasketch/geoprocessing/wiki/Tutorials#create-a-new-geoprocessing-project).
@seasketch/geoprocessing
Geoprocessing and reporting framework for SeaSketch 2.0
@seasketch/geostats-types
Types for metadata describing vector and raster data, useful for cartography and data handling in SeaSketch
@seasketch/shapefile-importer
Convert shapefile contents to sketches and upload to the SeaSketch database
@turf/along
Calculates a point along a line at a specific distance
@turf/angle
Finds the angle formed by two adjacent segments.
@turf/area
Calculates the geodesic area in square meters of one or more polygons.
@turf/bbox
Generates a bounding box around a GeoJSON feature.
@turf/bbox-clip
Takes a Feature and a bbox and clips the feature to the bbox using lineclip.
@turf/bbox-polygon
Converts a bounding box to a GeoJSON polygon.
@turf/bearing
Takes two points and finds the geographic bearing between them.
@turf/bezier
turf bezier module
@turf/bezier-spline
Smooths a line into a curve using Bézier splines, great for visualizing routes.
@turf/boolean-clockwise
Takes a ring and return true or false whether or not the ring is clockwise or counter-clockwise.
@turf/boolean-concave
Takes a polygon and return true or false as to whether it is concave or not.
@turf/boolean-contains
Determines whether the second geometry is completely within the first geometry.
@turf/boolean-crosses
Checks if two geometries cross each other.
@turf/boolean-disjoint
Checks if two geometries have no overlapping areas.
@turf/boolean-equal
Determine whether two geometries of the same type have identical X,Y coordinate values