I anyone working on importing/analyzing/interpolating commercial microwave link (CML) data in GRASS ? Is the g.gui.mwprecip addon still actively supported?
I anyone working on importing/analyzing/interpolating commercial microwave link (CML) data in GRASS ? Is the g.gui.mwprecip addon still actively supported?
this tool has been developed within bachelour thesis of Matej Krejci
(in cc) some years ago. Unfortunately it's not actively developed
anymore since the student finished his studies and also background
research grant is finishing. Anyway you can try and let us know what
is not working/missing.
Hi Micha,
development of g.gui.metada and mw.precip has been stopped. The module is suited for Postgres database. It basically means you need to know database structure. Unfortunately, I don’t have rights to provide you training data. I have attached the sample of SQL dump which helps you to create the database. By modifying COPY statements you can easily add your data.
The computation of average precipitation along link is based on ITU-R P.838-3(attached). Basically, you specify a dry period for attenuation baseline computation and the wanted time interval you are interested in. The main purpose of this module was to preprocess data. It should compute precipitation and for specified granularity create a temporal(see the temporal framework of grass) dataset with registered data.
Best,
Matej
On Sun, Jan 15, 2017 at 10:33 AM Micha Silver <micha@arava.co.il> wrote:
I anyone working on importing/analyzing/interpolating commercial microwave link (CML) data in GRASS ? Is the g.gui.mwprecip addon still actively supported?
On Tue, Jan 17, 2017 at 10:03 PM, Matej Krejci <matejkrejci@gmail.com> wrote:
Hi Micha,
development of g.gui.metada and mw.precip has been stopped. The module is
suited for Postgres database. It basically means you need to know database
structure. Unfortunately, I don't have rights to provide you training data.
I have attached the sample of SQL dump which helps you to create the
database. By modifying COPY statements you can easily add your data.
.... could the SQL-dump be added to the addons repo?
Markus
The computation of average precipitation along link is based on ITU-R
P.838-3(attached). Basically, you specify a dry period for attenuation
baseline computation and the wanted time interval you are interested in. The
main purpose of this module was to preprocess data. It should compute
precipitation and for specified granularity create a temporal(see the
temporal framework of grass) dataset with registered data.