GeoJSON
GeoJSON is a wrapper library that makes it easy to store, access, manipulate, and update GeoJSON objects as immutable entities. It also has convenience features, such as tolerance limits & validations for GeoJSON Geometries.
GeoJSON is a wrapper library that makes it easy to store, access, manipulate, and update GeoJSON objects as immutable entities. It also has convenience features, such as tolerance limits & validations for GeoJSON Geometries.
GIS is a one-stop shop for GIS work, such as generating layers for Leaflet, CRUD and auto-cleaning features for routes & tracks. It is made to be extensible, so you can derive your own custom objects and methods of manipulating & cleaning them.
Need more out of a shapes library than basic lines, curves, & bounding box collisions for video games? This library allows deep and complex modeling of polylines, polygons, and more, with an ability to get detailed shape properties and segment information, such as normal vectors.
Contains methods & objects for mathematical operations, such as vector math, point/curve intersections, coordinate conversions, 2D interpolations, cube root derivations, parametric equations, and more!
JavaScript lacks many useful data structures, such as Linked Lists, Heaps, and LRUs. This library implements such structures, including making them easily extendable for those that want further customization.
Conveniently converts between different units. Beginning with unit primitives, it builds on those to convert between more complex units, such as speed, stress, etc. The library is also set up for users to extend it in order to add support for units conversions not yet added.
The library also handles formatting with unit conversions, such as displaying Latitude/Longitude coordinates, recorded as decimal degrees, as degrees/minutes/seconds, e.g. `77.65367°` = `77°39'13.2''W`
The history library contains data structures with which one can undo or redo certain actions in a program based on state, actions, or a hybrid of both.
Libraries that allow high end math, geometry & structural engineering capabilities for calculations, drafting, rendering & analysis.