Turf is a JavaScript and TypeScript geospatial analysis library and toolkit used for performing spatial analysis and geometric operations on GeoJSON data. It functions as a modular spatial engine that allows for the generation, manipulation, and classification of geographic datasets within web and node environments. The library provides a set of utility functions to programmatically create structured points, lines, and polygons. It enables the calculation of distances, areas, and geometric relationships between geographic coordinates, supporting both browser-based geospatial analysis and clie
gdal3.js is a port of Gdal applications (gdaltranslate, ogr2ogr, gdalrasterize, gdalwarp, gdaltransform) to Webassembly. It allows you to convert raster and vector geospatial data to various formats and coordinate systems.
flatten-js is a javascript library for manipulating abstract geometrical shapes like point, vector, line, ray, segment, circle, arc and polygon. Shapes may be organized into Planar Set - searchable container which support spatial queries.
Geometric.js is a JavaScript library for working with points, lines, polygons, and angles. It uses plain JavaScript arrays for geometry primitives, includes TypeScript declarations for editor autocomplete and type checking, and works in modern browsers and Node.js.
harrystevens/geometric 的主要功能包括:Data Processing Tools, JavaScript Geospatial Libraries。
harrystevens/geometric 的开源替代品包括: turfjs/turf — Turf is a JavaScript and TypeScript geospatial analysis library and toolkit used for performing spatial analysis and… geotiff/geoblaze — Blazing Fast JavaScript Raster Processing Engine. alexbol99/flatten-js — flatten-js is a javascript library for manipulating abstract geometrical shapes like point, vector, line, ray,… bjornharrtell/jsts — JavaScript Topology Suite. flatgeobuf/flatgeobuf — A performant binary encoding for geographic data based on flatbuffers that can hold a collection of Simple Features… bugra9/gdal3.js — gdal3.js is a port of Gdal applications (gdaltranslate, ogr2ogr, gdalrasterize, gdalwarp, gdaltransform) to…