Questions tagged [sentinel-5p]
4 questions
2
votes
2 answers
How to combine the images in Google Earth Engine?
So from the Sentinel 5P image collection I created 3 different images for 3 years (mean of - 2019, 2020 and 2021). Then I clipped those 3 images using a Geometry and then again 3 images were made. Now I want to combine these 3 images into a single…

shivansh ghildiyal
- 33
- 3
0
votes
1 answer
How to download Carbon monoxide concentration daily data from Google Earth Engine, without gaps?
I need to download Carbon monoxide concentrations daily data provided by sentinel 5p but the data consists of gaps for my region of interest
var dataset1 = ee.ImageCollection("COPERNICUS/S5P/NRTI/L3_CO")
.filterDate('2021-03-01',…

Kavin
- 1
- 1
0
votes
2 answers
How i can convert ncdf (of Sentinel_5_L2) files to geotiff?
I am trying to do a geotiff file with a netcdf file. I have this file (Sentinel_5_L2). But my code is not run. Anyone know as create the geotiff file?
File https://wetransfer.com/downloads/7c5692bef082bc64999e10d8a7a91e8f20211116115821/7774f8
This…

Bryan Alemán
- 37
- 4
0
votes
1 answer
Counting cloudless days using Google Earth Enigne - Sentinel-5p
I perform some analysis on Sentinel-5P data using Google Earth Engine. I would like to know how many cludless days are during month for each pixel. I am using the code below and it works. The problem is that Sentinel-5P images are captured several…

PatrykGrzybowski
- 13
- 4