Awesome
FlowmapBlue
FlowmapBlue is a free tool for representing aggregated numbers of movements between geographic locations as flow maps. It is used to visualize urban mobility, commuting behavior, bus, subway and air travels, bicycle sharing, human and bird migration, refugee flows, freight transportation, trade, supply chains, scientific collaboration, epidemiological and historical data and many other topics.
<a href=https://flowmap.blue/><img src=https://user-images.githubusercontent.com/351828/144013336-53bad978-74d1-4d39-be94-a0bd7a4f4f90.jpg width=400> </a>
Developing
Add .env
file to the project root with a Mapbox access token:
NEXT_PUBLIC_MapboxAccessToken=Your_Own_Mapbox_Access_Token_Goes_Here
Then run:
yarn
yarn dev
Attribution
If you use FlowmapBlue in your own project, please make sure to include proper attribution. Use one of these images and link them to the FlowmapBlue website:
<img src="./public/images/powered-by-FlowmapBlue-flat.svg" width="150"> <img src="./public/images/powered-by-FlowmapBlue-mono-flat.svg" width="150">License
FlowmapBlue source code is free non-commercial usage. If you want to use it in a commercial project, please <a href="mailto:ilya@boyandin.me?subject=FlowmapBlue">reach out to us</a>.
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.