Viirs1KMDownloader

class wildfirepy.net.Viirs1KMDownloader

Bases: object

Methods Summary

get_data(*, obsdate, latitude, longitude[, fmt])

Checks if data corresponding to the given obsdate is on the disk.

Methods Documentation

get_data(*, obsdate: str, latitude: float, longitude: float, fmt: str = '%Y-%m-%d', **kwargs)

Checks if data corresponding to the given obsdate is on the disk. If not, the data is downloaded.

Parameters
  • obsdate (str) – The date of observation.

  • latitude (float) – latitude of the observation.

  • longitude (float) – longitude of the observation.

  • fmt (str, optional) – The format in which the obsdate is given, by default “%Y-%m-%d”

Returns

data_dict – dictionary with the fire data filename.

Return type

dict