Closed salmiah-ls closed 1 month ago
It's solved. Instead of using IBTrACS.ALL.v04r00.nc
, I'm using the latest version IBTrACS.ALL.v04r01.nc
that can be downloaded in https://www.ncei.noaa.gov/data/international-best-track-archive-for-climate-stewardship-ibtracs/v04r01/access/netcdf/
Is your feature request related to a problem? Please describe. I want to access Typhoon Yagi, storm id: 2024246N14125, a recent tropical cyclone (Cat 4) that just hit Southeast Asia last September. Its data already in IBTrACS site but the track status is still PROVISIONAL, not yet BEST.
So, when I try this code:
tr_yagi = TCTracks.from_ibtracs_netcdf(provider="usa", storm_id= "2024246N14125")
it returns error like this:
ValueError: The following given IDs are not in IBTrACS: 2024246N14125
Describe the solution you'd like Is there any way to access it through Climada?
Thank you