Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CartoDB/CartoColor
CartoColors as a node module
https://github.com/CartoDB/CartoColor
Last synced: 3 months ago
JSON representation
CartoColors as a node module
- Host: GitHub
- URL: https://github.com/CartoDB/CartoColor
- Owner: CartoDB
- Created: 2016-04-14T16:06:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T08:11:53.000Z (6 months ago)
- Last Synced: 2024-05-29T20:14:09.342Z (6 months ago)
- Language: JavaScript
- Size: 81.1 KB
- Stars: 218
- Watchers: 13
- Forks: 17
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-frontend-gis - CartoColor - A set of custom color palettes built on top of well-known standards for color use on maps. (🎨 Colour advice / Advanced)
README
# CARTOColors
CARTOColors are a set of custom color palettes built on top of well-known standards for color use on maps, with next generation enhancements for the web and CARTO basemaps. Choose from a selection of sequential, diverging, or qualitative schemes for your next CARTO powered visualization.This repo provides resources to use CARTOColors as a node module inspired by https://github.com/saikocat/colorbrewer.
## Resources
+ [Color by Data: Introducing CARTOColors](https://carto.com/blog/introducing-cartocolors/)
+ [CARTOColors landing page](https://carto.com/carto-colors)
+ [CARTOColor Scheme Names](https://github.com/CartoDB/CartoColor/wiki/CARTOColor-Scheme-Names)## Availability in other languages
+ Python: [Palletable](https://jiffyclub.github.io/palettable/)
+ R: [rcartocolor](https://github.com/Nowosad/rcartocolor)## Licensing
CARTOColors is licensed under [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/).
## Credits/Additional Information
+ CARTOColors as a node module inspired by https://github.com/saikocat/colorbrewer
+ In the file `cartocolor.js`, you will find CARTOColor schemes tagged as `sequential`, `diverging`, and `qualititative` and their unique [scheme name](https://github.com/CartoDB/CartoColor/wiki/CARTOColor-Scheme-Names).
+ In addition to CARTOColors, `cartocolor.js` includes [ColorBrewer](colorbrewer.org) schemes that are available for use in [CARTO Builder](carto.com/builder). You can find those definitions [here](https://github.com/CartoDB/CartoColor/blob/master/cartocolor.js#L1836-L1849).
+ CARTOColors includes a color-blind friendly qualitative scheme named [Safe](https://github.com/CartoDB/CartoColor/blob/master/cartocolor.js#L1633-L1733) we included this scheme based on the research and recommendations of [Paul Tol](https://personal.sron.nl/~pault/data/colourschemes.pdf).