Questions tagged [sentinel3]

4 questions
1
vote
0 answers

Spatial resampling of netCDF file in python

I am working with Sentinel 3 SLSTR data which comes in netCDF file format. The file contains 11 bands: S1-S6 (500 m resolution) and S7-S9 and F1 & F2 (1000 m resolution). S1-S6 contains radiance values and S7-S9 contains brightness temperature…
1
vote
0 answers

Issues Querying and Downloading Sentinel-3 OLCI Data with Sentinelsat

I am working with Sentinel-3 OLCI Level-2 Data Products with the Sentinelsat API and am having issues querying and exceeding my data download quota. Overall, I would like to write a program that accepts a date range and a specific geographic…
0
votes
0 answers

How can I convert Sentinel-3 LST data in NetCDF format to Geotiff format with coordinates using R?

I have Sentinel-3 SLSTR LST data stored in different NetCDF files. I know how to extract the Land Surface Temperature, LST, from the Sentinal-3 through the SNAP, but, I would like to use R to work with this kind of data. The LST variable is stored…
ammaciel
  • 13
  • 3
0
votes
1 answer

How to solve the error << TqdmKeyError: "Unknown argument(s): {'delay': 2}" >> when downloading sentinel data using the sentinelsat API in Python?

I am trying to download Sentinel-3 data using the sentinelsat API for Python. When running the code, I am getting the following error: "" TqdmKeyError("Unknown argument(s): " + str(kwargs))) TqdmKeyError: "Unknown argument(s): {'delay': 2}". "" Any…
corp_guy
  • 35
  • 5