Skip to content

riatelab/geoviz

Repository files navigation

npm jsdeliver license code size github stars

Geoviz JavaScript library

Tags #cartography #maps #geoviz #dataviz #JSspatial #Observable #FrontEndCartography

geoviz is a JavaScript library for designing thematic maps. The library provides a set of d3 compatible functions that you can mix with the usual d3 syntax. The library is designed to be intuitive and concise. It allow to manage different geographic layers (points, lines, polygons) and marks (circles, labels, scale bar, title, north arrow, etc.) to design pretty maps. Its use is particularly well suited to Observable notebooks. Maps deigned with geoviz are:

🌳 Thematic ✒️ Vectorial 👆 Interactive ♻️ Interoperable 🔎 Zoomable

Installation

In the browser

<script src="https://cdn.jsdelivr.net/npm/geoviz" charset="utf-8"></script>

In Observable

geoviz = require("geoviz")

Documentation

About

d3-based javascript library for thematic maps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published