Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.17 KB

readme.md

File metadata and controls

47 lines (31 loc) · 1.17 KB

MAGDA Drones observations to WRF

This module can be used to convert drones observations in MAGDA format into ascii WRF format.

Usage on CIMA Typhoon

dr2w is already present in /data/safe/home/wrfprod/bin/dr2w

Command line usage

This module implements a console command that can be used to convert observations from CSV to ascii WRF format.

Usage of dr2w:

Usage: dr2w [options] <inputfile> <outputfile>
Options:
  -c string
        config file to use (default "~/.magda_drones2wrf.yaml")

  • is the path of the dataset source in csv format. You can see an example of the format here
  • is the path of WRF ascii file to create.
  • An example of the configuration file is available here

Build

  1. If not already installed, follow the instructions here to install the Go Workbench:: Install-go-environment

  2. Clone this repository

git clone https://github.com/MAGDA-Project/magda_drones2wrf.git
cd magda_drones2wrf
  1. Compile the executable with this command:
go build ./cli/dr2w