What Basemaps are available in Planet's Google Earth Engine & NICFI integration?

Question

Which NICFI Basemaps are available in GEE & how are they organized?

Answer

"PlanetScope Tropical Normalized Analytic Biannual" & "PlanetScope Tropical Normalized Analytic Monthly series Basemaps"

The NICFI Basemaps are organized by the major rainforest regions (Amazon, Congo, and Indonesia) into 3 regional Image Collections: Tropical Americas, Tropical Africa, and Tropical Asia. 

Bi-annuals and monthlies are included in the same regional Image Collections

projects/planet-nicfi/assets/basemaps/africa

projects/planet-nicfi/assets/basemaps/asia

projects/planet-nicfi/assets/basemaps/americas

To add to your map:

var imageCollection = ee.ImageCollection('projects/planet-nicfi/assets/basemaps/africa');

Map.addLayer(imageCollection.first(), {gain: 0.15, bands:["R", "G", "B"]})
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.