Skip to main content

A python wrapper on RFa for FA files using Xarray

Project description

PyFa

Python wrapper on Rfa using Xarray. The goal of this package is to import FA files into Xarray and provide basic and user friendly commands for visualising FA files.

Required software and install

This package is developed for Linux distributions with a Python3 installation. In addition, R should be installed and the Rfa (RMI-vpn required), meteogrid libraries as well.

For the most stable versions, use the version on testPyPI. Install this with:

pip3 install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple pyfa --upgrade

Setup

There are two ways to use the PyFa package:

  • Use this as a python package to convert FA to Xarray, and make your own analysis
  • Use this as backand for shell commands to make some basic visualisations.

Python package usage

To use PyFa as a package, import it and try the available functions:

import pyfa

# Get available fields
fielddf = pyfa.get_fields(fa_filepath=path_to_fa_file)
print(fielddf) #Note that not all rows are printed (default pandas settings). 


# convert to an Xarray.DataArray
dxr = pyfa.FA_to_Xarray(fa_filepath=path_to_fa_file,
                 fieldname='SURFTEMPERATURE',
                 target_crs='EPSG:4326')
# info and plotting:
print(dxr) #Don' panic if you see Nan's in the data, this is often so for the corners because of reprojecting.
dxr.plot() #Matplotlib backend

Setup the shell commands

To use this package as a shell command, execute following python code only once:

import pyfa
pyfa.setup_shell_command()

Restart a terminal, and you are ready to go. This file will add the pyfa alias to your ~\.bashrc file, and will propagate arguments to the python package.

Shell Usage

The FA file, and some settings are given throug arguments ex.:

pyfa FA_file --print_fields --proj=EPSG:4326 --save

To see all possible arguements run pyfa -h. (Don't forget to setup the shell commands first)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyfa_tool-0.0.1a0.tar.gz (9.5 kB view hashes)

Uploaded Source

Built Distribution

pyfa_tool-0.0.1a0-py3-none-any.whl (11.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page