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

https://github.com/giswqs/gee-courses

A collection of Jupyter notebooks for GEE Courses
https://github.com/giswqs/gee-courses

earthengine geemap geopython geospatial google-earth-engine jupyter leafmap python

Last synced: 3 months ago
JSON representation

A collection of Jupyter notebooks for GEE Courses

Awesome Lists containing this project

README

          

# GEE-Courses

[![image](https://img.shields.io/pypi/v/geemap.svg)](https://pypi.python.org/pypi/geemap)
[![image](https://img.shields.io/conda/vn/conda-forge/geemap.svg)](https://anaconda.org/conda-forge/geemap)
[![image](https://pepy.tech/badge/geemap)](https://pepy.tech/project/geemap)
[![image](https://github.com/giswqs/geemap/workflows/docs/badge.svg)](https://geemap.org)
[![image](https://github.com/giswqs/geemap/workflows/build/badge.svg)](https://github.com/giswqs/GEE-Courses/actions?query=workflow%3Adocs)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/giswqs/geemap.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/giswqs/geemap/context:python)
[![image](https://img.shields.io/badge/YouTube-Channel-red)](https://www.youtube.com/c/QiushengWu)
[![image](https://img.shields.io/twitter/follow/giswqs?style=social)](https://twitter.com/giswqs)
[![image](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![image](https://joss.theoj.org/papers/10.21105/joss.02305/status.svg)](https://joss.theoj.org/papers/10.21105/joss.02305)

I am developing three courses for learning the Google Earth Engine (GEE) Python API and geemap.

- [GEE-Courses](#gee-courses)
- [Introduction to the Earth Engine Python API](#introduction-to-the-earth-engine-python-api)
- [Introducton to Geemap](#introducton-to-geemap)
- [The Complete Geemap Course: From Novice to Expert](#the-complete-geemap-course-from-novice-to-expert)

## Introduction to the Earth Engine Python API

- Image:
- [Image visualization](https://courses.geemap.org/gee_intro/Image/image_visualization)
- [Image metadata](https://courses.geemap.org/gee_intro/Image/image_metadata)
- [Image overview](https://courses.geemap.org/gee_intro/Image/image_overview)
- [Mathematical operations](https://courses.geemap.org/gee_intro/Image/math_operations)
- [Conditional operations](https://courses.geemap.org/gee_intro/Image/conditional_operations)
- [Colorbar](https://courses.geemap.org/gee_intro/Image/image_colorbar)
- Image Collection:
- [ImageCollection overview](https://courses.geemap.org/gee_intro/ImageCollection/image_collection_overview)
- [Reducing ImageCollection](https://courses.geemap.org/gee_intro/ImageCollection/reducing_image_collection)
- [Mapping over ImageCollection](https://courses.geemap.org/gee_intro/ImageCollection/mapping_over_image_collection)
- [Cloud free composite](https://courses.geemap.org/gee_intro/ImageCollection/cloud_free_composite)
- [Visualing timeseries data](https://courses.geemap.org/gee_intro/ImageCollection/visualizing_time_series)
- Feature Collection:
- [Vector styling](https://courses.geemap.org/gee_intro/FeatureCollection/vector_styling)
- Asset Management:
- [Export data](https://courses.geemap.org/gee_intro/AssetManagement/export_data)
- [Export pixel values](https://courses.geemap.org/gee_intro/AssetManagement/extract_values)
- Analysis:
- [Zonal statistics](https://courses.geemap.org/gee_intro/Analysis/zonal_statistics)
- [Zonal statistics by group](https://courses.geemap.org/gee_intro/Analysis/zonal_stats_by_group)

## Introducton to Geemap

- [Introduction](https://courses.geemap.org/geemap_intro/01_introduction)
- [Installation](https://courses.geemap.org/geemap_intro/02_installation)
- [Creating maps](https://courses.geemap.org/geemap_intro/03_creating_maps)
- [Using basemaps](https://courses.geemap.org/geemap_intro/04_using_basemaps)
- [Earth Engine datasets](https://courses.geemap.org/geemap_intro/05_gee_datasets)
- [Inspector and plotting](https://courses.geemap.org/geemap_intro/06_inspector_and_plotting)
- [Data visualization](https://courses.geemap.org/geemap_intro/07_data_visualization)
- [Legend and colorbar](https://courses.geemap.org/geemap_intro/08_legend_and_colorbar)
- [Split-panel map](https://courses.geemap.org/geemap_intro/09_split_map)
- [Timeseries inspector](https://courses.geemap.org/geemap_intro/10_ts_inspector)
- [Data analysis](https://courses.geemap.org/geemap_intro/11_analysis)
- [Data export](https://courses.geemap.org/geemap_intro/12_data_export)

## The Complete Geemap Course: From Novice to Expert

Under construction.