nodejs-toolbox-catalog icon indicating copy to clipboard operation
nodejs-toolbox-catalog copied to clipboard

Geospatial category

Open louwers opened this issue 1 year ago • 2 comments

louwers avatar Aug 28 '24 21:08 louwers

@louwers Thanks for the suggestion. Do you have an example library that would fit in this category?

Maximization avatar Aug 29 '24 06:08 Maximization

https://turfjs.org/ comes to mind. https://www.npmjs.com/package/@turf/turf

https://www.npmjs.com/package/geolib seems another popular option

https://www.npmjs.com/package/@maplibre/maplibre-gl-native is a very neat package that allows you to render images of maps (I am a maintainer of the underlying C++ library).

louwers avatar Aug 29 '24 09:08 louwers

@louwers I've added a Geospatial Analysis with the two libraries you've mentioned: https://nodejstoolbox.com/categories/geospatial-analysis. maplibre-gl-native seems to be frontend/app focused, instead of a backend/Node.js library. If you have any additions let me know.

Maximization avatar Oct 18 '24 07:10 Maximization