Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
moore
Generates Moore neighborhoods of any range/dimension
@writetome51/array-get-adjacent-at
Returns chosen number of adjacent items in array beginning at chosen index
@writetome51/array-remove-adjacent-at
Removes adjacent items from an array, beginning at a chosen index
merge-polygons
Merge non continuous geojson polygons into multiples concave polygons based on polygons distance.
@writetome51/array-replace-adjacent-at
Replaces adjacent items in the array with same number of new adjacent items
@writetome51/array-get-and-remove-adjacent-at
Function removes and returns adjacent array items beginning at specified index
merge-simple-polygons
Merge two (adjacent) simple polygons into one.
usneighboringstates
Provide a helper to get the list of all US states and list of neighboring states for each state
has-adjacent-sibling-selector
Check if a selector string has an adjacent sibling selector
simplify-ranges
Merge and normalize adjacent or overlapping integer ranges
@writetome51/array-remove-between
Function removes chunk of adjacent items from the middle of the array
error-if-array-too-short-to-meet-adjacent-items-request
Function triggers error if array is too short to return a requested number of adjacent items beginning at a particular index
@writetome51/array-replace-adjacent-to-value
Replaces adjacent items near (or including) a specified value in the array
von-neumann
Generates Von Neumann neighborhoods of any range/dimension
unconventional-neighbours
Generates unconventional neighbourhoods of any range/dimensions
simple-adjacent-splitter
Simple function of rearranging an array where no adjacent(similar) item are next to each other.
@writetome51/array-remove-adjacent-to-value
Array-handling function that removes items adjacent to (or near) a given value.
geo-xy
A set of functions to translate spherical approximation of an earth angular coordinates (lat, lng) to a cartesian coordinates (x, y) on an adjacent to sphere plane in some center point and then translate back to display on a map.