biota package

Submodules

biota.calibration module

biota.change2 module

biota.download module

biota.download.checkYears(years)[source]

Reduces input years to those available for the ALOS mosaic (or may be available in future).

biota.download.decompress(targz_file, remove=False)[source]

Unzips .tar.gz ALOS mosaic files downloaded from JAXA, and removes original where requested.

biota.download.download(url, output_dir='/home/docs/checkouts/readthedocs.org/user_builds/biota/checkouts/stable/docs/source')[source]

Download data from JAXA FTP server

biota.download.generateURL(lat, lon, year, large_tile=False)[source]

Generates a URL to fetch ALOS mosaic data from JAXA FTP server.

biota.download.main(lat, lon, year, large_tile=False, output_dir='/home/docs/checkouts/readthedocs.org/user_builds/biota/checkouts/stable/docs/source', remove=False)[source]

Run through data download and preparation chain

biota.download.removeTarGz(targz_file)[source]

Deletes ALOS-1/ALOS-2 .tar.gx files from disk. Input is a compress ALOS-1/ALOS-2 file from JAXA.

#Module contents #————— # #.. automodule:: biota # :members: # :undoc-members: # :show-inheritance: