Skip to main content

Questions tagged [copernicus]

Copernicus is a European Union Programme aimed at developing European information services based on satellite Earth Observation and in situ (non-space) data.

0 votes
1 answer
23 views

I have written the following code to search and download the best product given a set of parameter (e.g. product type, cloud coverage etc.): from pathlib import Path import json import os from eodag ...
rbaleksandar's user avatar
3 votes
2 answers
204 views

Q. How to calculate the slope angles in degrees for the Copernicus DEM at 30m resolution across multiple tiles? I would like to calculate the %, or total area, within a country where the slope angle ...
Erin's user avatar
  • 199
0 votes
0 answers
72 views

I've written the code below to generate a mosaic of Sentinel-2 L1C images. import boto3 import geopandas as gpd import os from dotenv import load_dotenv import pystac_client import stackstac import ...
lmolina's user avatar
0 votes
0 answers
75 views

I would like to download Sentinel-2 bands using Python and the Sentinel Hub API. Below is my code, first the two functions, and then the request. def download_function(start_date: datetime, ...
tds's user avatar
  • 296
0 votes
0 answers
145 views

I’m having trouble figuring out the correct way to convert Digital Numbers (DN) to surface reflectance for Sentinel-2 images. I downloaded images from the Copernicus Data Space covering the period ...
rrwork___'s user avatar
  • 121
1 vote
2 answers
157 views

I tried to download the DEMs for Türkiye with this command: aws s3 cp --no-sign-request \ "s3://copernicus-dem-30m/Copernicus_DSM_COG_10_N42_00_E029_00_DEM/...
Marcos Dione's user avatar
4 votes
1 answer
442 views

I would like to download some Copernicus DEM tiles (30 m Resolution) in Python and I would like to have the most recent data (seems to be "2024_1" according to this site: https://dataspace....
Christian_S's user avatar
0 votes
1 answer
94 views

I am trying to produce seasonal and annual Mean NDVI images for my AOI (imported shapefile) over Louisville Kentucky, for a series of years, 2018-Present. Using the script below, I've been able to ...
Brendan O'Connor's user avatar
0 votes
1 answer
360 views

I have two data files. One of them contains locations with certain spots. data_locs <- data.frame( Year = c(2000, 2001, 1993, 1993, 1994, 1995), Month = c(1, 1, 2, 9, 9, 9), Day = c(24, 22, 4,...
adrianmnc's user avatar
0 votes
1 answer
158 views

I have a raster data of Moisture Index downloaded from Copernicus Browser, the problem is the pixel value is the RGB value not the moisture index value. Then i tried the stretched symbology and its ...
Garish Setyamarta's user avatar
0 votes
1 answer
260 views

I am trying to retrieve the product catalogue from the Copernicus Dataspace Ecosystem (CDSE) using the STAC API and PySTAC. Following the PySTAC tutorial, I tried the following: from pystac import ...
Massimo Ciscato's user avatar
0 votes
1 answer
235 views

Not quite sure what's going on here. I'm simply trying to run one of the examples here but nothing is happening. My credentials are registered, which I tested using cms_list_stac_files() and ...
seak23's user avatar
  • 211
0 votes
1 answer
168 views

I am using Python's API for OpenEO. This is the code I have for the datacube: sentinel1_cube = con.load_collection( "SENTINEL1_GRD", spatial_extent={"west": 21.60, "south"...
Akhmad SW's user avatar
0 votes
1 answer
153 views

I'm trying to filter DEMs from the COPERNICUS/DEM/GLO30 ImageCollection in Google Earth Engine by date. However, the date range I'm getting from the collection seems incorrect, leading to filtering ...
Patschenkof's user avatar
0 votes
1 answer
246 views

I am trying to export hourly wind speed data from ERA5 hourly dataset via GEE. I got a CSV file with system index and windspeed in separate columns. However, I think the values are incorrect, since ...
Swagatalaxmi Das's user avatar

15 30 50 per page
1
2 3 4 5