carra2py
latest

Contents:

  • Introduction
  • carra2py Modules and Methods
  • Processing Scripts
  • Examples
carra2py
  • carra2py Documentation
  • Edit on GitHub

carra2py Documentation

Welcome to the carra2py documentation. carra2py is a simple python module to download, reprpject and interpolate albedo data in the arctic region for the Copernicus Arctic Re-Analysis project v2 (CARRA2)

This documentation explains how to install and use carra2py.

Contents:

  • Introduction
    • Installation
    • Dependencies
    • Processing Regions
  • carra2py Modules and Methods
    • class carra2py.AVHRR(date):
      • Attributes: date: str
      • Methods:
        • AVHRR.get_data(polar=None)
        • AVHRR.proc(raw_data=None, area=None, res=2500)
        • AVHRR.export_to_tif(output=None, path=’default’)
        • AVHRR.export_to_csv(output=None, path=’default’)
        • AVHRR.export_to_nc(output=None, path=’default’)
  • Processing Scripts
    • multiexec.py:
      • Arguments:
    • monthtlymaps.py:
      • Arguments:
  • Examples
    • carra2py.AVHRR()
      • How to get the raw data
      • How to process data
      • How to export data
    • multiexec.py
      • How to process several dates
      • How to process specific areas
      • How to change output format
      • How to change the number of cores used
      • Example with all arguments
    • monthlymaps.py
      • How to process specific months
      • How to process a month, where the input resolution is different than 2500m
      • How to process one or several Regions
      • How to process with more or less than 4 CPU cores
      • Example with all arguments
Next

© Copyright 2023. Revision 85119c73.

Built with Sphinx using a theme provided by Read the Docs.