Sentinel Hub — صور أقمار صناعية حديثة
القدرات
- Sentinel-2 (ESA, free tier 30K requests/month) — صور ملوّنة كل 5 أيام للنقطة الواحدة
- Sentinel-1 SAR — رادار يخترق الغيوم (مفيد للكويت/تركيا الشتاء)
- Landsat 8/9 (NASA) — 30m resolution كل 16 يوم
- MODIS — يومي, 250m resolution
- Planet NICFI (مجاني, tropics فقط)
- Resolution: من 10m (Sentinel-2) إلى 30cm (commercial paid)
ليس Live حقيقي (الحقيقة)
- Truly live satellites غير متاحة مجاناً — كلهم delay 1-7 أيام
- لـ "live" feeds: SkyAlert / Maxar / Planet Labs — مدفوعين ($100s/month)
Use Cases د. وائل
1. KCPC Method Statements
- صورة جوية للموقع قبل البناء (Sentinel-2 latest)
- مراقبة progress كل 5 أيام
- بدون التنقل للموقع
2. Empire Avcılar Monitoring
- مراقبة المنطقة (40.994°N, 28.710°E) كل أسبوع
- كشف مشاريع جديدة قريبة (Canal Istanbul progress, metro lines)
- تأثير على قيمة الشقتين
3. الكويت
- مراقبة مشاريع كبرى (Mubarak Al-Kabeer Port, جابر Causeway)
- تحليل التوسع العمراني
استخدام
python
from sentinelhub import SHConfig, BBox, CRS, SentinelHubRequest, DataCollection, MimeType
config = SHConfig()
config.sh_client_id = "..." # يحتاج تسجيل مجاني
config.sh_client_secret = "..."Empire Avcılar
bbox = BBox(bbox=[28.700, 40.989, 28.720, 41.000], crs=CRS.WGS84)
request = SentinelHubRequest(
evalscript="...", # bands selection
input_data=[SentinelHubRequest.input_data(
data_collection=DataCollection.SENTINEL2_L2A,
time_interval=('2026-05-01', '2026-05-24')
)],
responses=[SentinelHubRequest.output_response('default', MimeType.PNG)],
bbox=bbox, size=(1024, 1024), config=config
)
img = request.get_data()[0]
⏳ مطلوب
- Sentinel Hub account (مجاني):
services.sentinel-hub.com/oauth/subscription
- إضافة
SENTINELHUB_CLIENT_ID + SENTINELHUB_CLIENT_SECRET للـ env
بدائل مجانية فورية (بدون تسجيل)
- Copernicus Browser:
dataspace.copernicus.eu — تنزيل مباشر
- EO Browser:
apps.sentinel-hub.com/eo-browser — viewer مجاني
- NASA Worldview:
worldview.earthdata.nasa.gov — daily MODIS