-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
st_warp() with curvilinear grid part 2 #618
Comments
Thanks, great issue! This should work better now; the key is in |
Oh great! When that commit goes thru, I will give it a try and report back:) |
or try |
Yes, I got it wrong, letting |
Thank you, I will check it on Monday and give a feedback!:) |
I did an exploration on that particular file, and using the default approach ( Using another file (attached), I was setting different thresholds, but the missing values were still there. |
Greetings,
I am continuing #513 issue because warping curvilinear grid gives me some problems.
So, I am exploring Sentinel 3 L2 LST (spatial res 1km) data which come in separate *.nc files.
I have followed the tutorial (https://cran.r-project.org/web/packages/stars/vignettes/stars4.html) and those steps: (#54 (comment))
to have them displayed. That is ok.
But I am getting trouble with warping to have them at the end exported to tif. See the examples later in the post.
Does anyone have any experience with those data? I am well aware of SNAP software, but I would like to avoid it as much as possible. Here is an example of processing this data using vrt in gdal (https://github.com/jgomezdans/s3_olci/blob/master/s3_olci/s3_pre_processor.py) that gives me data in tiff format (spat res: 0.009884033). I have also been exploring xarray or pyresample & kdt (based on: https://git.earthdata.nasa.gov/projects/LPDUR/repos/ecostress_swath2grid/browse/ECOSTRESS_swath2grid.py) but was never able to match SNAP output. That is why I wanted to try starts in R. Any suggestion how to properly transform to grid and export to tif using stars? Thanks!
This looks ok!
Here we have an issue
That one also does not work
S3A_SL_2_LST.zip
The text was updated successfully, but these errors were encountered: