This gist contains a purely conceptual map projection used for
#30DayMapChallenge 2025 — Day 19 (Projections).
The idea is to take standard geographic coordinates (longitude, latitude) and
This gist contains a purely conceptual map projection used for
#30DayMapChallenge 2025 — Day 19 (Projections).
The idea is to take standard geographic coordinates (longitude, latitude) and
Draft v20250616
BI, CI, CMH
Spatial open data is a powerful resource for understanding and improving the environments in which people live and work. It reveals patterns, disparities, and relationships across geographic space, enabling evidence-based decisions in areas such as public health, urban planning, environmental management, economic development, and social services. When made openly available, this data can support transparency and foster accountability by allowing stakeholders to monitor developments, assess needs, and inform more inclusive policies. The ability to extract and use this data empowers a wide range of users—from government agencies and researchers to civil society organizations and citizens—to analyze spatial dynamics, generating deeper insights into complex societal challenges and opportunities.
This repository provides two complementary workflows for deriving landcover area summaries and full transition matrices from MODIS IGBP or ESA CCI landcover datasets. Both workflows produce per‑year class area CSVs and comprehensive inter‑annual transition tables, then optionally split those tables by ISO3 code.
WARNING:
This code permanently deletes the specified asset folder and all its contents. Please double‑check the asset path before running.
Authentication and Initialization:
The script begins by calling ee.Authenticate() (only when needed) and ee.Initialize().
delete_folder_contents Function:
ee.data.listAssets({'parent': folder}) to list all children assets.This script processes CHIRPS (Climate Hazards Group InfraRed Precipitation with Station data) version 3.0 dekadal (10-day) rainfall data to create rolling accumulations over various time periods. It's particularly useful for climate monitoring and drought analysis.
Suggestion
Layer > Add Layer > Add Vector Layer.Question 7: Survival by fare - Loess
Set the seed to 1. Train a model using Loess with the caret gamLoess method using fare as the only predictor.
What is the accuracy on the test set for the Loess model?
Note: when training models for Titanic Exercises Part 2, please use the S3 method for class formula rather than the default S3 method of caret train() (see ?caret::train for details).