Results 10 comments of David Giles

As a workaround, I used the following: ```python try: granules = earthaccess.search_data(concept_id = id, temporal = (start_date,end_date)) except: print("no granules found") ```

I would like to upvote this for `earthaccess.download() ` to be consistently returning an object of the same type, whether it be Posix or string (probably should be Posix for...

@djhoese and @mraspaud Thanks for checking. I can only get it to work like this by adding the ssl_context to point to the cert_path: ``` from urllib.request import urlopen import...

I am working on an AWS instance. ``` platform: Linux-6.1.147-172.266.amzn2023.x86_64-x86_64-with-glibc2.35 python: 3.12.11 ``` This is the first time trying to access TLE data using pyorbital by way of satpy.

I hopped over to another AWS instance in a different region and now urlopen works. Perhaps there is an issue with the system itself but I am surprised urlopen does...

I am still waiting to hear back from the SAs. Here is the requests Python code that works for me. ```python #read urls import requests TLE_URLS = ['https://celestrak.org/NORAD/elements/gp.php?GROUP=active&FORMAT=tle', 'https://celestrak.org/NORAD/elements/gp.php?GROUP=weather&FORMAT=tle', 'https://celestrak.org/NORAD/elements/gp.php?GROUP=resource&FORMAT=tle',...

Our SAs created an updated instance in AWS and now it seemed to work last week using urlopen. When I access [celestrack.org](https://celestrak.org/) this week, the web site indicates "service unavailable."...

celestrak.org links do not respond from multiple domains so they perhaps have an issue providing TLEs today. Thank you for the spacetrack tip.

Thank you for the quick response. I used the abi example to modify the ahi_l2_nc reader so I can open the file directly by s3. In ahi_l2_nc.py ```Python ... import...

When attempting to use the data though, it appears to be fetching too many times: ``` ... [DEBUG: 2025-09-16 16:46:26 : s3fs] Fetch: noaa-himawari9/AHI-L2-FLDK-Clouds/2025/09/01/0000/AHI-CHGT_v1r1_h09_s202509010000209_e202509010009403_c202509010016093.nc, 225658590-278199454 [DEBUG: 2025-09-16 16:46:27 : fsspec]...