Feng Yin
Feng Yin
@searchivarius Hi, I am not expecting there will be saving of distance computing if it's computed during the querying, but it would be nice if there is an option in...
Hi, Thanks a lot for your interests on SIAC. I have tested with your file and it seems working for me: ```python from SIAC import SIAC_S2 global_dem = '/vsicurl/https://gws-access.jasmin.ac.uk/public/nceo_ard/DEM_V3/global_dem.vrt' cams_dir...
Is this going to be implemented for the gpu case?
Hi, it would be good to have the implementation for S3, but currently I have not been able to allocate time for it. Thank you.
Is it possible to build a anaconda package for it?
Hi, It is a bit python code involves creating VRT from list of tif file to resample them to 10 meters and read: ```python from osgeo import gdal url_header =...
Hi, I was trying to do that but it seems not tigger the error. But I hope a bit more context on this will help to identify the potential issue....
Extracting and specifying the epsg code will cause inconsistency in the output array shape, if latest pystac (pystac==1.13) is used. Bellow is an example taken from: https://stackstac.readthedocs.io/en/latest/basic.html ```python def extract_epsg(item):...