Examples¶
Python notebook examples¶
Important
geeViz.geeView map outputs will not display correctly in these example notebooks below. They will correctly display when you run them.
Getting Started using geeViz¶
- Starter geeViz geeView Notebook
- Importing
geeViz.geeView
- Adding a GEE image (NLCD) to the
Map
and viewing and querying it - Visualizing multiple layers on the map
- Introducing map query lookup tables and custom styles
- Visualizing vectors and rasters on the map
- Visualizing GEE layers as a local geojson vector
- Using geeView’s
Map.addTimeLapse
function to visualize animageCollection
- Importing
Visualize multi-temporal imageCollections¶
Visualize Annual NLCD¶
Visualize MapBiomas Datasets¶
Visualize Aboveground Biomass¶
Visualize Dynamic World¶
Visualize the Global Land Cover Dataset¶
Visualize LCMS and LCMAP Outputs¶
Leverage geeViz.getImagesLib to consistently process Landsat data¶
Interactively summarize data¶
- Visualizing Area Summaries
- Basic Area Charting
- Line and Sankey Charts
- Ways of adding area charting layers
- Charting Non-Thematic Data
- Charting Images
- Charting Images Without Color and Name Properties
- Charting Time Lapses
- Charting Thematic Data without set properties
- Comparing map output versions
- Other charting summary zone selection methods
Learn how geeViz compares to geeMap¶
Run LandTrendr¶
Visualize LandTrendr Outputs¶
Visualize LCMS and LCMAP Outputs¶
Visualize CCDC Outputs¶
Crosswalk LCMS Levels¶
- Learn to crosswalk LCMS datasets to different levels
- First, we’ll take a look at the various levels for LCMS data
- Learn how to crosswalk and symbolize LCMS products at a specific level
- Crosswalk and visualize all LCMS products and levels
- The v2024-10 release introduces a new set of classes for Change
- Now, we’ll look at how to crosswalk and symbolize the various products and levels of LCMS data
- Next, we’ll take a look at the accuracy of LCMS at different levels
Python script examples¶
Any of the following scripts
import geeViz.examples.timeLapseExample
import geeViz.examples.getLandsatWrapper
import geeViz.examples.getSentinel2Wrapper
import geeViz.examples.getCombinedLandsatSentinel2Wrapper
import geeViz.examples.harmonicRegressionWrapper
import geeViz.examples.LANDTRENDRWrapper
import geeViz.examples.LANDTRENDRViz
import geeViz.examples.CCDCViz
import geeViz.examples.lcmsViewerExample
import geeViz.examples.LCMAP_and_LCMS_Viewer
import geeViz.examples.phEEnoVizWrapper
import geeViz.examples.LANDTRENDRViz
import geeViz.examples.GFSTimeLapse