Search found 7 matches

by kongstad_dk
Mon Mar 25, 2024 9:47 am America/New_York
Forum: Questions/Comments
Question: Errors accessing HLS data
Replies: 16

Re: Errors accessing HLS data

This actually turned out to be the best working solution for me gdal_config = { "GDAL_HTTP_COOKIEFILE": gdal_cookiefile, "GDAL_HTTP_COOKIEJAR": gdal_cookiejar, "GDAL_DISABLE_READDIR_ON_OPEN": gdal_disable_read, "CPL_VSIL_CURL_ALLOWED_EXTENSIONS": gdal_curl_ext...
by kongstad_dk
Mon Mar 25, 2024 7:28 am America/New_York
Forum: Questions/Comments
Question: Errors accessing HLS data
Replies: 16

Re: Errors accessing HLS data

So I got it worked out now. The issue was that the function of which the rasterio.open(url) call was made, needed to have the gdal configuration options set in the same function. Calling it as a separate function in the same class should work, but doesnt. So doing like this works def _process_image(...
by kongstad_dk
Fri Mar 22, 2024 5:19 am America/New_York
Forum: Questions/Comments
Question: Errors accessing HLS data
Replies: 16

Re: Errors accessing HLS data

Well that certainly did something. gdalinfo /vsicurl/https://data.lpdaac.earthdatacloud.nasa.gov/lp-prod-protected/HLSS30.020/HLS.S30.T30UXD.202 2026T111331.v2.0/HLS.S30.T30UXD.2022026T111331.v2.0.B03.tif --debug ON --config GDAL_HTTP_COOKIEFILE ./cookies.txt --config GDAL_HTTP_COOKIEJAR ./cookies.t...
by kongstad_dk
Thu Mar 21, 2024 10:34 am America/New_York
Forum: Questions/Comments
Question: Errors accessing HLS data
Replies: 16

Re: Errors accessing HLS data

Thank you for the reply! I will try it out as soon as I get near my workstation. Just one quick question though, do I need to already have a cookie.txt file, or is it auto generated based on the .netrc content? If not and I have to create it myself, then what would the file look like? Is it a comple...
by kongstad_dk
Tue Mar 19, 2024 9:48 am America/New_York
Forum: Questions/Comments
Question: Errors accessing HLS data
Replies: 16

Re: Errors accessing HLS data

Hi, I am struggling with some similar issues here and I am not sure what to do about it. Essentially I have a class that uses earthaccess and a set of gdal commands, then proceeds to obtain information about the granules. I can access the information from a search query and get a URL to a geotif fil...
by kongstad_dk
Wed Dec 27, 2023 6:13 pm America/New_York
Forum: Questions/Comments
Question: Sentinel-1 RTC via ASF - OPERA
Replies: 2

Re: Sentinel-1 RTC via ASF - OPERA

Thank you for the insight @bhauer and thank you for the quick reply via Email regarding the S1 RTC Static documentation. I have looked into the HyP3 API and done some testing. However, I am afraid the limit of 1.000 tasks/tiles per month is too little for our needs and the processing time of a tile ...
by kongstad_dk
Wed Dec 27, 2023 4:04 pm America/New_York
Forum: Questions/Comments
Question: Sentinel-1 RTC via ASF - OPERA
Replies: 2

Sentinel-1 RTC via ASF - OPERA

Hello, I just recently learned that I can obtain worldwide processed S1 RTC data via Alaska Satellite Facility. To put it mildly I am very excited about this and I am currently investigating if we can deploy it in our pipelines rather than doing all the SNAP processing server side. Furthermore you g...