AbstractUSGSDownloader

class wildfirepy.net.AbstractUSGSDownloader

Bases: object

An Abstract Base Class Downloader for USGS products.

Methods Summary

fetch(url[, path, filename])

Fetches data from url.

Methods Documentation

fetch(url, path='./', filename='temp.h5')

Fetches data from url.

Parameters
  • url (str) – URL to get the data from.

  • path (str) – path to store the downladed file.

  • filename (str) – name of the downladed file.

Returns

path – Absolute path to the downloaded file.

Return type

str