About Webgeoda Scaffolding
WebGeoDa Scaffolding is a set of easy-to-use frontend JavaScript toolkits to get started building and exploring client-side geospatial analytics.
Last updated
WebGeoDa Scaffolding is a set of easy-to-use frontend JavaScript toolkits to get started building and exploring client-side geospatial analytics.
Last updated
WebGeoDa is a set of tools, templates, and scaffolding to quickly and easily develop geospatial data dashboards. WebGeoDa builds on the GeoDa suite of geospatial software and extends jsGeoDa through accessible and ready-to-go examples.
WebGeoDa capabilities have four areas of complexity. It's easy to learn, but with a high ceiling for customization: āš» Add your geospatial data (GeoJSON), join it to your tabular data (CSV) right in the browser. Specify your variables with a simple JSON specification, and your map is ready to be published!
š Customize and add static pages to describe your data and the context of your dashboard. WebGeoDa provides some built-in styling tools using Plain CSS and a reasonably approachable JSX, similar to HTML.
šŗ Add additional map features using Mapbox and Deck.gl, or explore additional data insights through interactive tooltip and sidebar functions.
š¦ŗ Dive directly into the WebGeoDa scaffolding with full control over custom react hooks, the jsGeoDa WebAssembly + WebWorker geospatial engine, a fast Redux-backed state, and extensible and accessible components.
WebGeoDa focuses on enabling exploratory data dashboards with complex data, the need for diverse variables, and high performance in-browser analytics. You can make maps with a variety of color-binning techniques and spatial statistical methods, like Hotspot cluster analysis, through a simple JSON based data and variable configuration.
To get started with WebGeoDa, you'll need:
Node.js
and know how use the terminal
Degit
, a package to copy Github repositories (or you can directly fork the WebGeoDa example repository)
Some experience with HTML and JSON to get started, JavaScript to dive deeper
Ready to get going? See the Getting Started docs
WebGeoDa is based on Next.js and React, although we've worked to keep much of the syntax as familiar to users of Vanilla Javascript, HTML, and CSS. The ecosystem of JavaScript frameworks has become a complex place, and this project serves as a scaffolding to make jumping in a little bit easier.
This project is licensed under GPL-3, meaning you're free to use this for whatever you'd like! However, your project should be shared under the same license.
Very intentionally, WebGeoDa doesn't require your data to be uploaded to an external server, and you control when and where your WebGeoDa dashboard exists. There is no proprietary service that you're connected to, and you can run this locally for your own purposes, on a personal web server, or through a host of different deploying options. Free. Forever.