{"id":17671586,"url":"https://github.com/giswqs/gee-courses","last_synced_at":"2025-08-01T02:08:11.621Z","repository":{"id":64915309,"uuid":"472051150","full_name":"giswqs/GEE-Courses","owner":"giswqs","description":"A collection of Jupyter notebooks for GEE Courses","archived":false,"fork":false,"pushed_at":"2022-03-26T03:42:03.000Z","size":6525,"stargazers_count":89,"open_issues_count":0,"forks_count":25,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-30T14:01:42.825Z","etag":null,"topics":["earthengine","geemap","geopython","geospatial","google-earth-engine","jupyter","leafmap","python"],"latest_commit_sha":null,"homepage":"https://courses.geemap.org","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/giswqs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"giswqs","custom":["buymeacoffee.com/giswqs"]}},"created_at":"2022-03-20T17:23:03.000Z","updated_at":"2025-02-06T12:54:55.000Z","dependencies_parsed_at":"2022-12-18T18:46:46.544Z","dependency_job_id":null,"html_url":"https://github.com/giswqs/GEE-Courses","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"giswqs/mkdocs-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giswqs%2FGEE-Courses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giswqs%2FGEE-Courses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giswqs%2FGEE-Courses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giswqs%2FGEE-Courses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giswqs","download_url":"https://codeload.github.com/giswqs/GEE-Courses/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251660049,"owners_count":21623180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["earthengine","geemap","geopython","geospatial","google-earth-engine","jupyter","leafmap","python"],"created_at":"2024-10-24T03:42:55.749Z","updated_at":"2025-04-30T07:28:45.638Z","avatar_url":"https://github.com/giswqs.png","language":null,"funding_links":["https://github.com/sponsors/giswqs","buymeacoffee.com/giswqs"],"categories":[],"sub_categories":[],"readme":"# GEE-Courses\n\n[![image](https://img.shields.io/pypi/v/geemap.svg)](https://pypi.python.org/pypi/geemap)\n[![image](https://img.shields.io/conda/vn/conda-forge/geemap.svg)](https://anaconda.org/conda-forge/geemap)\n[![image](https://pepy.tech/badge/geemap)](https://pepy.tech/project/geemap)\n[![image](https://github.com/giswqs/geemap/workflows/docs/badge.svg)](https://geemap.org)\n[![image](https://github.com/giswqs/geemap/workflows/build/badge.svg)](https://github.com/giswqs/GEE-Courses/actions?query=workflow%3Adocs)\n[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/giswqs/geemap.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/giswqs/geemap/context:python)\n[![image](https://img.shields.io/badge/YouTube-Channel-red)](https://www.youtube.com/c/QiushengWu)\n[![image](https://img.shields.io/twitter/follow/giswqs?style=social)](https://twitter.com/giswqs)\n[![image](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![image](https://joss.theoj.org/papers/10.21105/joss.02305/status.svg)](https://joss.theoj.org/papers/10.21105/joss.02305)\n\nI am developing three courses for learning the Google Earth Engine (GEE) Python API and geemap. \n\n- [GEE-Courses](#gee-courses)\n  - [Introduction to the Earth Engine Python API](#introduction-to-the-earth-engine-python-api)\n  - [Introducton to Geemap](#introducton-to-geemap)\n  - [The Complete Geemap Course: From Novice to Expert](#the-complete-geemap-course-from-novice-to-expert)\n\n## Introduction to the Earth Engine Python API\n\n- Image:\n    - [Image visualization](https://courses.geemap.org/gee_intro/Image/image_visualization)\n    - [Image metadata](https://courses.geemap.org/gee_intro/Image/image_metadata)\n    - [Image overview](https://courses.geemap.org/gee_intro/Image/image_overview)\n    - [Mathematical operations](https://courses.geemap.org/gee_intro/Image/math_operations)\n    - [Conditional operations](https://courses.geemap.org/gee_intro/Image/conditional_operations)\n    - [Colorbar](https://courses.geemap.org/gee_intro/Image/image_colorbar)\n- Image Collection:\n    - [ImageCollection overview](https://courses.geemap.org/gee_intro/ImageCollection/image_collection_overview)\n    - [Reducing ImageCollection](https://courses.geemap.org/gee_intro/ImageCollection/reducing_image_collection)\n    - [Mapping over ImageCollection](https://courses.geemap.org/gee_intro/ImageCollection/mapping_over_image_collection)\n    - [Cloud free composite](https://courses.geemap.org/gee_intro/ImageCollection/cloud_free_composite)\n    - [Visualing timeseries data](https://courses.geemap.org/gee_intro/ImageCollection/visualizing_time_series)\n- Feature Collection:\n    - [Vector styling](https://courses.geemap.org/gee_intro/FeatureCollection/vector_styling)\n- Asset Management:\n    - [Export data](https://courses.geemap.org/gee_intro/AssetManagement/export_data)\n    - [Export pixel values](https://courses.geemap.org/gee_intro/AssetManagement/extract_values)\n- Analysis:\n    - [Zonal statistics](https://courses.geemap.org/gee_intro/Analysis/zonal_statistics)\n    - [Zonal statistics by group](https://courses.geemap.org/gee_intro/Analysis/zonal_stats_by_group)\n  \n## Introducton to Geemap\n\n- [Introduction](https://courses.geemap.org/geemap_intro/01_introduction)\n- [Installation](https://courses.geemap.org/geemap_intro/02_installation)\n- [Creating maps](https://courses.geemap.org/geemap_intro/03_creating_maps)\n- [Using basemaps](https://courses.geemap.org/geemap_intro/04_using_basemaps)\n- [Earth Engine datasets](https://courses.geemap.org/geemap_intro/05_gee_datasets)\n- [Inspector and plotting](https://courses.geemap.org/geemap_intro/06_inspector_and_plotting)\n- [Data visualization](https://courses.geemap.org/geemap_intro/07_data_visualization)\n- [Legend and colorbar](https://courses.geemap.org/geemap_intro/08_legend_and_colorbar)\n- [Split-panel map](https://courses.geemap.org/geemap_intro/09_split_map)\n- [Timeseries inspector](https://courses.geemap.org/geemap_intro/10_ts_inspector)\n- [Data analysis](https://courses.geemap.org/geemap_intro/11_analysis)\n- [Data export](https://courses.geemap.org/geemap_intro/12_data_export)\n\n\n## The Complete Geemap Course: From Novice to Expert\n\nUnder construction.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiswqs%2Fgee-courses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiswqs%2Fgee-courses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiswqs%2Fgee-courses/lists"}