Sentinel-3 and Sentinel-5P #1309
Unanswered
guillemc23
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everybody!
I'm thinking of a way to display data from Sentinel-3 and Sentinel-5P, which come in
.ncfiles with more or less complex format. Ideally, I wouldn't want to transform the raw data, but instead use it as is and build a TiTiler adapter to properly read them.Has anybody done something similar? Any ideas how to proceed? Is it a good idea to perform these kind of on-the-fly transformations in TiTiler instead of preprocessing the products so they are already structured how TiTiler likes them?
My main concern is how geographical coordinates are stored within these netcdf files, since these products are not a straightforward use case. For example, when opening the
PRODUCTgroup of a Sentinel-5P product, the variables are referred to a coordinate calledground_pixel, and latitude and longitude are just some other variables inside the product also referred toground_pixel, iirc.Thank you!
All reactions