[R] How to open .WTG file Extension in R?
Marc Schwartz
marc_schwartz at me.com
Wed Jul 17 21:04:03 CEST 2013
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
More information about the R-help
mailing list