{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "- This notebook started as research for forest_fire news coverage\n", "- it's kept for documentation purposes: what does it look like to retrieve products from the archive?" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "from sentinel_helpers import search_osm\n", "from sentinel_helpers import geodataframe_on_map\n", "from datetime import date\n", "import os\n", "from sentinelsat import SentinelAPI\n", "\n", "api = SentinelAPI(os.getenv('SCIHUB_USERNAME'), os.getenv('SCIHUB_PASSWORD'))" ] }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
| \n", " | place_id | \n", "osm_type | \n", "osm_id | \n", "display_name | \n", "place_rank | \n", "category | \n", "type | \n", "importance | \n", "icon | \n", "geometry | \n", "
|---|---|---|---|---|---|---|---|---|---|---|
| 0 | \n", "257891092 | \n", "relation | \n", "422436 | \n", "Jüterbog, Teltow-Fläming, Brandenburg, 14913, ... | \n", "16 | \n", "boundary | \n", "administrative | \n", "0.685236 | \n", "https://nominatim.openstreetmap.org/ui/mapicon... | \n", "POLYGON ((12.95605 52.03939, 12.96134 52.03944... | \n", "