Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ambarja/ee-cptcity
ee-cptcity is a module for Google Earth Engine where you can find multiple colour palettes of different themes related to cartography, technical illustration and design. Currently ee-cptcity module has more 300 of color palettes available for the users.
https://github.com/ambarja/ee-cptcity
colorpalettes colors cptcity earthengine esri googleearthengine grass peru qgis saga
Last synced: about 17 hours ago
JSON representation
ee-cptcity is a module for Google Earth Engine where you can find multiple colour palettes of different themes related to cartography, technical illustration and design. Currently ee-cptcity module has more 300 of color palettes available for the users.
- Host: GitHub
- URL: https://github.com/ambarja/ee-cptcity
- Owner: ambarja
- License: mit
- Created: 2022-03-05T03:38:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T23:34:17.000Z (over 2 years ago)
- Last Synced: 2024-01-29T11:10:53.869Z (9 months ago)
- Topics: colorpalettes, colors, cptcity, earthengine, esri, googleearthengine, grass, peru, qgis, saga
- Language: JavaScript
- Homepage: https://ambarja.github.io/ee-cptcity/
- Size: 20.1 MB
- Stars: 19
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# **cptcity for the Google Earth Engine JavaScript API (Code Editor)**
## 📋 **Table of contents**
1. What is Google Earth Engine ?
2. What is cptcity and why ?
3. Top of the cpt palettes
4. Calling module and use it!### 🔴 **1. What is Google Earth Engine ?**
Google Earth Engine is a cloud-based platform that helps access high-performance computing resources for processing and analyzing large geospatial datasets [(Noel Golerick et al.,2017).](https://www.sciencedirect.com/science/article/pii/S0034425717302900)### 🔴 **2. What is cptcity and why ?**
Cptcity is a solium platform where you can find multiple colour palettes for various themes related to cartography, technical illustration and design. The archive supports various formats and is organised by author. Cptcity currently has colour palettes for the most popular desktop Geographic Information Systems such as **QGIS**, **GRASS** , **SAGA** , **ARCGIS** , and others. Currently, it has **7000 colour palettes**, however in this second version of ee-cptcity module more than **300** colour palettes were incorporated along with 2 popular palettes like **rocket** , **mako** and **turbe**.
### 🔴 **3. Top of the cpt palettes**
The 75 most popular cpt files with the number downloaded shown in parentheses. The arrows indicate the change in rank in the last month. This list is compiled from the files downloaded in the last year (a total of 21,647 files) and is updated irregularly, most recently on 04/03/2022.
### 🔴 **4. Calling module and use it!**
```{r, eval = FALSE}
var cpt = require('users/ambarja/ee-cptcity:cptcity');
``````{r, eval = FALSE}
var srtm = ee.Image('NASA/NASADEM_HGT/001')
.select('elevation')var viz = {
min: 400,
max: 4000,
palette: cpt.pal.grass_elevation
};
``````{r, eval = FALSE}
Map.setZoom(1);
Map.addLayer(srtm,viz,'Elevation(m)');
```
## 📚 **References**
- _David Montero, 2021, ee-pokepalettes, https://github.com/davemlz/ee-pokepalettes_
- _Gennadii Donchyts, Fedor Baart & Justin Braaten ,2020,https://github.com/gee-community/ee-palettes_
- _Sergio Ibarra Espinosa, 2017, cptcity, https://github.com/ibarraespinosa/cptcity_