Message-ID: <6921B3CA-E921-4B53-B240-8CA47092B9FE@me.com>
Date: 2013-07-17T19:04:03Z
From: Marc Schwartz
Subject: How to open .WTG file Extension in R?
In-Reply-To: <BAY154-W1B0CC382ACD669A7A4877FA610@phx.gbl>
On Jul 17, 2013, at 1:48 PM, Kristi Glover <kristi.glover at hotmail.com> wrote:
> Hi R user,
> I am wondering how we can open the data file which have .WTG extension?
> Thanks for your help
> cheers,
> KG
A quick search led me to http://wasptechnical.dk/Forum/viewtopic.php?id=433, which suggests that the .WTG extension may refer to either an XML file created by WAsP or a binary file created by WindPro. So it will depend upon the source of the file(s) you have.
One possibility vis-a-vis R, seems to be in the CRAN package bReeze:
http://cran.r-project.org/web/packages/bReeze/
by using the readPC() function therein.
Regards,
Marc Schwartz