mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-04-28 22:18:21 +02:00
8cddf6794d
New features:
- NASA GIBS (MODIS Terra) daily satellite imagery with 30-day time slider
- Esri World Imagery high-res satellite layer (sub-meter, zoom 18+)
- KiwiSDR SDR receivers on map with embedded radio tuner
- Sentinel-2 intel card — right-click for recent satellite photo popup
- LOCATE bar — search by coordinates or place name (Nominatim geocoding)
- SATELLITE style preset in bottom bar cycling
- v0.4 changelog modal on first launch
Fixes:
- Satellite imagery renders below data icons (imagery-ceiling anchor)
- Sentinel-2 opens full-res PNG directly (not STAC catalog JSON)
- Light/dark theme: UI stays dark, only map basemap changes
Security:
- Removed test files with hardcoded API keys from tracking
- Removed .git_backup directory from tracking
- Updated .gitignore to exclude test files, dev scripts, cache files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Former-commit-id: e89e992293
21 lines
351 B
Plaintext
21 lines
351 B
Plaintext
fastapi>=0.103.1
|
|
uvicorn>=0.23.2
|
|
yfinance>=0.2.40
|
|
feedparser==6.0.10
|
|
legacy-cgi>=2.6
|
|
requests==2.31.0
|
|
apscheduler==3.10.3
|
|
pydantic>=2.3.0
|
|
pydantic-settings>=2.0.3
|
|
playwright>=1.58.0
|
|
beautifulsoup4>=4.12.0
|
|
cachetools>=5.3
|
|
cloudscraper>=1.2.71
|
|
python-dotenv>=1.0
|
|
lxml>=5.0
|
|
reverse_geocoder>=1.5
|
|
sgp4>=2.23
|
|
geopy>=2.4.0
|
|
pytz>=2023.3
|
|
pystac-client>=0.7.0
|