info-gama
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Info-gama] Store GNU Gama Result in SQLite


From: Greg Troxel
Subject: Re: [Info-gama] Store GNU Gama Result in SQLite
Date: Tue, 01 Aug 2017 17:38:42 -0400
User-agent: Gnus/5.130016 (Ma Gnus v0.16) Emacs/24.5 (berkeley-unix)

Jürgen Friedrich <address@hidden> writes:

> I found that awesome program of yours, gnu gama and I just wondered if it's 
> possible to store the adjustment result within the sqlite-db.
>
> when i try:
>
> gama-local --sqlitedb example_net.db --configuration example_net
>
> I just get the xml output and the the tables gnu_gama_local_adj_* remain 
> empty!
>
> How can I store the adjusted observations, points within sqlite3 without 
> parsing it from the generated xml!

You might need to write code to do this.  I'm really not sure, but
that's probably easier than parsing xml.

I wonder if it would make sense to have another sqlite db for the
results, but maybe just different tables is ok.    I sort of see this as
taking a dataset of observations and producing an observation, which is
two things that are read-only and computed, respectively.   If they were
files instead of databases, they would be separate.   But I don't know
if that thought is confused and if things being in the same db is
useful.

(I'm a lurker and a packager, with little detailed knowledge of the
code.)

Greg

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]