Monika Anna Tomaszewska
                                            Monika Anna Tomaszewska
                                        
                                    I did an exploration on that particular file, and using the default approach (`st_warp(temp.c, crs = 4326, no_data_value = -32768)`) I am getting still some missing pixels with the warning...
Because of the leap years, would it be possible to use mm-dd? ``` results = earthaccess.search_data( short_name=["HLSL30"], point=(-82.19,27.91), cloud_cover=(0,20), temporal=("2014", "2024", ("06-30","07-30")), # this is not being passed to CMR...
Ok, that is exactly the thing! Sorry, should have checked all the issues before, but it just came to my mind when I was writing the comment since I had...
Yes, I think that is a good solution. No need to reinvent the wheel. There is a following question. If I set `os.environ['NETRC_PATH']` in the script, but then for some...
Yes, I agree! The consistent usage of `NETRC/NETRC_PATH` will allow to avoid confusion! Great:)
Hi @mfisher87, thanks for taking care of this. When a `requests.exceptions` occurs, how many retires/attempts are there? That summary would be helpful! Also, maybe a log file with a list...
Hi! I tested this example: ``` > library(vapour) > dsn vapour::vapour_vsi_list(dsn) [1] "geodetic_in.nc" "LST_in.nc" > > vapour::vapour_sds_names(file.path(dsn, "geodetic_in.nc")) [1] "HDF5:\"/vsizip//vsicurl/https://github.com/r-spatial/stars/files/10984725/S3A_SL_2_LST.zip/geodetic_in.nc\"://elevation_in" [2] "HDF5:\"/vsizip//vsicurl/https://github.com/r-spatial/stars/files/10984725/S3A_SL_2_LST.zip/geodetic_in.nc\"://elevation_orphan_in" [3] "HDF5:\"/vsizip//vsicurl/https://github.com/r-spatial/stars/files/10984725/S3A_SL_2_LST.zip/geodetic_in.nc\"://latitude_in" [4] "HDF5:\"/vsizip//vsicurl/https://github.com/r-spatial/stars/files/10984725/S3A_SL_2_LST.zip/geodetic_in.nc\"://latitude_orphan_in" [5] "HDF5:\"/vsizip//vsicurl/https://github.com/r-spatial/stars/files/10984725/S3A_SL_2_LST.zip/geodetic_in.nc\"://longitude_in" [6] "HDF5:\"/vsizip//vsicurl/https://github.com/r-spatial/stars/files/10984725/S3A_SL_2_LST.zip/geodetic_in.nc\"://longitude_orphan_in"...
I wanted to explore your approach since you referred to the stars issue I created. Missing pixels within the image are in blue (as the background). terra::plot(terra::rast("U:/warp.tif"),background = "blue") ...
That looks great! Thank you for your work on this. I turned to the stars package for that dataset because I could not use straight GDAL. I know there is...
I have never set up a Docker container; never needed for one. But I know it has become very popular. I have checked an installation guideline already, and it does...