Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kaylakremer/where-did-the-wine-go

Where did the wine go? Mapping winery data with Arcade and Cedar Chart from Esri's ArcGIS API
https://github.com/kaylakremer/where-did-the-wine-go

arcade arcgis cedar charts esri esri-javascript-api javascript maps wine

Last synced: about 1 month ago
JSON representation

Where did the wine go? Mapping winery data with Arcade and Cedar Chart from Esri's ArcGIS API

Awesome Lists containing this project

README

        

# Where Did The Wine Go? 🍷🤔
#### Mapping winery data with Arcade and Cedar Chart for Esri ArcGIS

## About
This is an expansion of a tutorial [@mhanley00](https://github.com/mhanley00/) and I did from a recent Esri workshop we attended. It features the Arcade expression language and Cedar Charts.

The deployed app can be found here: [https://wheredidthewinego.kaylakremer.now.sh/](https://wheredidthewinego.kaylakremer.now.sh/)

## Resources
- [Hacking_JavaScript](https://github.com/jofraley/Hacking_JavaScript/blob/master/labs/jsapi/cedar_charts/index.html)
- [JavaScript Charts for ArcGIS](https://tomwayson.github.io/Charts-and-Custom-Visualizations-Beyond-the-Map/#/)
- [Cedar](https://esri.github.io/cedar/)
- [Arcade](https://developers.arcgis.com/javascript/latest/guide/arcade/)
- [Custom Popups](https://developers.arcgis.com/javascript/latest/sample-code/popup-custom-action/index.html)