Deep Research Complete

The Master Dataset & Tool Arsenal

Every dataset, API, blueprint, and model that SinkAlert can use — sourced from BDI, NVIDIA, Thai government portals, and global open data.

📊 SECTION 1: Thai Government Datasets (Directly Relevant)

P0 — CRITICAL

พื้นที่ที่มีโอกาสเกิดหลุมยุบ (Sinkhole Hazard Map)

data.go.th/dataset/sinkhole

DMR (กรมทรัพยากรธรณี) — National + provincial sinkhole hazard maps. CSV, SHP, API formats. 3,531 views. Contact: sakdak@dmr.mail.go.th

SinkAlert: Train XGBoost on known sinkhole locations. Ground truth for model.

👁 3,531 views📅 Jul 2020📦 CSV+SHP+API
P0 — CRITICAL

ข้อมูลปริมาณฝนและพื้นที่เสี่ยงน้ำท่วม (Flood Risk + Rainfall)

thackle.or.th/th/dataset/83

HII via BDI Thackle — 17 years of flood history by tambon + monthly rainfall by province. RISK level (low/med/high) per area.

SinkAlert: Feed flood RISK + rainfall into environmental layer. Soil saturation predictor.

👁 704 views📥 21 downloads📦 CSV
P1 — HIGH

DOH Highway Data (กรมทางหลวง)

data.doh.go.th

Department of Highways — Road locations, traffic volumes (AADT), road conditions. THAILAND'S 68,000km road network.

SinkAlert: Map all 68,000km. Identify high-traffic roads with subsidence risk. Prioritize monitoring.

P1 — HIGH

MOT Road Accident Data

datagov.mot.go.th

Ministry of Transport — Road accidents, infrastructure damage records. XLS, CSV, XLSX.

SinkAlert: Correlate accident data with subsidence zones. Prove roads with highest sinkhole risk.

P2 — MEDIUM

HII Hydroinformatics Data Center

data.hii.or.th

Hydro-Informatics Institute — National water/weather data hub. Real-time rainfall, flood monitoring, climate data.

SinkAlert: Real-time water data for soil saturation tracking. Better than Open-Meteo alone.

P2 — MEDIUM

GISTDA NSDC (Space Data)

nsdc.gistda.or.th

GISTDA — National Space Data Platform. Satellite imagery, InSAR data, geospatial analysis for Thailand.

SinkAlert: Thai-specific Sentinel-1 InSAR products. Better than generic ESA downloads.

🤖 SECTION 2: NVIDIA Tools, Models & Blueprints

P0 — USE NOW

NVIDIA NIM — Free Model API (build.nvidia.com)

build.nvidia.com

46 free models from 12 publishers. OpenAI-compatible API. No credit card. 10K+ free calls. Includes Nemotron, DeepSeek, Llama, Mistral, MiniMax, Cosmos.

SinkAlert: Use Nemotron Super (1M ctx) for research, Nano for LINE bot, Cosmos for simulation.

💰 FREE📦 46 models🔑 API key in 2min
P0 — USE NOW

NVIDIA Public Safety AI Blueprint v1.0

github.com/NVIDIA-AI-Blueprints

Jan 2026 release. CV perception pipeline → Cosmos Reason2 8B VLM verification → Alert microservice. Built for public safety.

SinkAlert: Replace our YOLOv8 with NVIDIA's CV pipeline. VLM verification for false positive reduction.

📅 Jan 2026🆓 Apache 2.0
P1 — HIGH

AI-Q Blueprint (Deep Research Agent)

github.com/NVIDIA-AI-Blueprints/aiq

Multi-agent deep research. Two-tier: fast answers + multi-phase parallel deep research. Tops DeepResearch Bench.

SinkAlert: Automate ALL news mining + literature review + evidence gathering. Continuous monitoring.

⭐ 741🆓 Apache 2.0
P1 — HIGH

VSS Blueprint (Video Analytics)

github.com/NVIDIA-AI-Blueprints/video-search-and-summarization

GPU-accelerated vision agents. Video search, object detection, summarization. Built on NVIDIA CV + Cosmos.

SinkAlert: Upgrade dashcam CV from YOLOv8 to NVIDIA vision agents. Natural language descriptions.

⭐ 1,600🆓 Apache 2.0
P1 — HIGH

NVIDIA Earth-2 + Earth2Studio

github.com/NVIDIA/Earth2Studio

Python package for AI weather/climate models. GFS global forecast. Soil moisture, precipitation, temperature.

SinkAlert: 7-day precipitation + soil moisture prediction. Feed directly into environmental layer.

🆓 Open source🐍 pip install earth2studio
P2 — MEDIUM

NVIDIA Cosmos 3 (World Foundation Model)

build.nvidia.com (via NIM API)

Predicts future physical states. Input: current state → Output: simulated future. Cosmos Reason2 8B for VLM.

SinkAlert: Simulate road crack propagation. Show judges "what happens without intervention."

P2 — MEDIUM

NVIDIA Inception Program

nvidia.com/startups

Free for AI startups. $100K AWS + $150K Nebius credits, 30% DGX discount, $10K DLI training. No equity required.

SinkAlert: Apply as Verity Tech. Unlock GPU credits for post-hackathon deployment.

💰 $250K+ credits⏱️ 2-4 weeks
P2 — MEDIUM

LLM Router Blueprint

github.com/NVIDIA-AI-Blueprints/llm-router

Route each request to optimal model. Simple → Nano. Complex → Super. Research → Ultra. Cuts cost, boosts quality.

⭐ 297
P2 — MEDIUM

RAG Blueprint

github.com/NVIDIA-AI-Blueprints/rag

Production RAG pipeline. Ingest sinkhole papers + government reports + incident data → query in natural language.

⭐ 669
P2 — MEDIUM

NeMo Guardrails

github.com/NVIDIA/NeMo-Guardrails

AI safety for LLM apps. Input/output moderation. Hallucination detection. Critical for public safety alerts.

🌍 SECTION 3: Global Open Data Sources

SATELLITE

NASA ASF DAAC — Sentinel-1 InSAR

asf.alaska.edu

On-demand Sentinel-1 InSAR products. HyP3 Python SDK + API. Free. Covers Thailand.

SinkAlert: Programmatic InSAR download via Python SDK. Replace manual LiCSBAS pipeline.

SATELLITE

COMET-LiCS (InSAR Portal)

comet.nerc.ac.uk/comet-lics

Sentinel-1 InSAR interferograms and coherence maps. Download-ready for Thailand coverage.

INFRASTRUCTURE

OpenStreetMap Thailand

download.geofabrik.de/asia/thailand.html

Complete Thailand road network. Daily updated. Shapefile + PBF formats. Free.

DISASTER

EM-DAT Disaster Database

emdat.be

27,000+ mass disasters globally since 1900. Thailand sinkhole/flood records. Research-grade data.

⚡ Priority Action Plan (P0 = Do First)

PActionTimeImpact
P0 Sign up build.nvidia.com → get API key → test Nemotron API call 10 min Prove NVIDIA stack in pitch
P0 Download DMR Sinkhole Map from data.go.th (CSV + SHP) 30 min Ground truth for risk model
P0 Download Thackle Dataset #83 (Flood + Rainfall) 30 min 17yr flood history → XGBoost features
P1 Clone AI-Q → run news mining on SinkAlert data 2 hr Automated research pipeline
P1 Clone VSS + Public Safety Blueprint → test on dashcam footage 4 hr NVIDIA vision pipeline
P1 Install Earth2Studio → pull soil moisture data for Bangkok 2 hr Weather predictions
P2 Download DOH road network → map all 68,000km 2 hr Complete road coverage
P2 Apply for NVIDIA Inception (Verity Tech) 30 min $250K+ credits
P2 Clone RAG blueprint → ingest 35+ papers + reports 3 hr Research knowledge base

Found So Far

6 Thai government datasets · 7 NVIDIA Blueprints · 46 free NIM models
3 global satellite sources · 2 disaster databases · 1 sinkhole ground truth map

This is the living document. Every new data source found goes here.