Skip to content

Instantly share code, notes, and snippets.

View samapriya's full-sized avatar
🌏
Code the Planet

Samapriya Roy samapriya

🌏
Code the Planet
View GitHub Profile
{
"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",
{
"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",
{
"datasets": {
"ABOVE_COVER": {
"dataset": "ABoVE_BiomeShift_30m_Yearly",
"resolution": "30m",
"temporal": "Yearly",
"variables": {
"allDecShrub": {
"description": "Deciduous shrubs",
"units": "%"
{
"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",
{
"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
#!/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."
[
{
"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.
[
{
"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/",
@samapriya
samapriya / catalog_stats.json
Last active August 23, 2025 08:04
Updated Catalog stats
{
"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"
}
@samapriya
samapriya / install_fastfetch.sh
Created July 19, 2024 16:21
Shell script to install fastfetch
#!/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