This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openapi": "3.1.0", | |
"info": { | |
"title": "Climate Engine Zonal Statistics API v1", | |
"version": "1.0.0", | |
"description": "Access zonal statistics from Climate Engine datasets over different geometries. Extract pixel counts, temporal statistics, static values, and grouped summaries for points, polygons, and feature collections." | |
}, | |
"servers": [ | |
{ | |
"url": "https://api.climateengine.org", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openapi": "3.1.0", | |
"info": { | |
"title": "Climate Engine Time Series API v1", | |
"version": "1.0.0", | |
"description": "Access time series data from petabytes of satellite-driven climate and weather datasets through our powerful REST API. Extract historical and forecast time series data for points, polygons, and feature collections." | |
}, | |
"servers": [ | |
{ | |
"url": "https://api.climateengine.org", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"datasets": { | |
"ABOVE_COVER": { | |
"dataset": "ABoVE_BiomeShift_30m_Yearly", | |
"resolution": "30m", | |
"temporal": "Yearly", | |
"variables": { | |
"allDecShrub": { | |
"description": "Deciduous shrubs", | |
"units": "%" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openapi": "3.1.0", | |
"info": { | |
"title": "Climate Engine Time Series API v1", | |
"version": "1.0.0", | |
"description": "Access time series data from petabytes of satellite-driven climate and weather datasets through our powerful REST API. Extract historical and forecast time series data for points, polygons, and feature collections." | |
}, | |
"servers": [ | |
{ | |
"url": "https://api.climateengine.org", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"date_range": { | |
"start": "2024-04-24", | |
"end": "2024-07-02" | |
}, | |
"daily_data": { | |
"2024-04-24": { | |
"projects/sat-io/open-datasets/GLOBathy/GLOBathy_bathymetry": 153, | |
"projects/sat-io/open-datasets/ORNL/LANDSCAN_GLOBAL": 190, | |
"projects/sat-io/open-datasets/us-drought-monitor": 81 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e # Exit on any error | |
echo "🌍 GDAL Latest Version Installer" | |
echo "==================================" | |
# Check if running as root | |
if [[ $EUID -eq 0 ]]; then | |
echo "❌ This script should not be run as root directly." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"docs": "https://developers.google.com/earth-engine/datasets/catalog/AAFC_ACI", | |
"id": "AAFC/ACI", | |
"license": "OGL-Canada-2.0", | |
"provider": "Agriculture and Agri-Food Canada", | |
"sample_code": "https://code.earthengine.google.com/?scriptPath=Examples:Datasets/AAFC/ACI", | |
"tags": "aafc, agriculture, canada, crop, landcover", | |
"terms_of_use": "", | |
"thematic_group": "Agriculture, Vegetation and Forestry Analysis Ready Data", |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"title": "Global Shoreline Dataset", | |
"sample_code": "https://code.earthengine.google.com/?scriptPath=users/sat-io/awesome-gee-catalog-examples:oceans-shorelines/GLOBAL_SHORELINES", | |
"type": "table", | |
"id": "projects/sat-io/open-datasets/shoreline/mainlands", | |
"provider": "United States Geological Survey, USGS", | |
"tags": "Global Shoreline, Shoreline, mainlands, Oceans", | |
"license": "Creative Commons Attribution Share Alike 4.0 International", | |
"docs": "https://gee-community-catalog.org/projects/shoreline/", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Total Size of catalog": "542.57 TB", | |
"Total images in catalog": "1,602,200", | |
"Total image collections in catalog": "772", | |
"Total Feature collections in catalog": "3,087", | |
"Last Run Date": "2025-08-23" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Add the Fastfetch PPA repository | |
sudo add-apt-repository -y ppa:zhangsongcui3371/fastfetch | |
# Update the package list | |
sudo apt update | |
# Install Fastfetch | |
sudo apt install -y fastfetch |
NewerOlder