Skip to content

Add import from 'g' files #12

@jkennedy-usgs

Description

@jkennedy-usgs

It would be useful to import processed g values output from 'g' software. If nothing else, this would be useful as a placeholder to develop other functionality until we can calculate g from fringe intervals.

There's at least two options: import the pseudo-xml in the .fg5.txt file generated from the Export command on the 'g' file meanu, or import from the .project.txt file. The former has the advantage of being easy to parse and having some information not in the .project.txt file. The latter has the advantage of being generated each time a file is run, without the extra "Export" step.

Do we expect the overall design of gmeterpy to be object-oriented, in the sense there will be an "absolute_gravity" object? This object could be created from a 'g' file, or from raw observations, etc. I have code that can generate this type of object from a .project.txt file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions