jsGeoDa (beta)
-- by Xun Li, Luc Anselin
Spatial data analysis in browser!!
jsgeoda is the first javascript library for spatial data analysis with functionalities of choropleth mapping, spatial weights, local indicators of spatial association, spatial clustering, and cluster analysis. With a few lines of code, you can run spatial data analysis in a web browser or in Node.js:
jsgeoda can be easily integrated with your web application. the US Covid Altas is the first web application that integrates jsgeoda to run high power spatial analytics in the browser without server needed:
Hands-On Tutorials:
1.Hello jsgeoda!
https://codesandbox.io/s/1-hello-jsgeoda-foq4j
2. Load spatial data
https://codesandbox.io/s/2-load-spatial-data-dgcux
3. Choropleth Mapping
https://codesandbox.io/s/3basicmapping-lcguj
4. Spatial Weights
https://codesandbox.io/s/4spatial-weights-owi84
5. Univariate LISA
https://codesandbox.io/s/5lisaunivariate-zhhop
6. Multivariate LISA
https://codesandbox.io/s/6lisamultivariate-4w3hk
7. Spatial Clustering
Last updated