Loading files#

huracanpy - A python package for working with various forms of feature tracking data

huracanpy.load(filename=None, tracker=None, add_info=False, ibtracs_online=False, ibtracs_subset='ALL', ibtracs_clean=True, **kwargs)[source]#
Parameters:
  • filename (str)

  • tracker (str)

  • add_info (bool, default=False)

  • ibtracs_online (bool, default=False) –

    • False: Use a small subset of the IBTrACS data included in this package

    • True: Download the IBTrACS data

  • ibtracs_subset (str, default="ALL") – IBTrACS subset. Can be one of * ACTIVE: TCs currently active * ALL: Entire IBTrACS database * Specific basins: EP, NA, NI, SA, SI, SP, WP * last3years: self-explanatory * since1980: Entire IBTrACS database since 1980 (advent of satellite era, considered reliable from then on)

  • ibtracs_clean (bool, default=True) – If downloading IBTrACS data, this parameter says whether to delete the downloaded file after loading it into memory.

  • **kwargs

Return type:

xarray.Dataset

huracanpy.save(dataset, filename)[source]#
Parameters:
Return type:

None