Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GNSS import #143

Open
jieminWang opened this issue Dec 2, 2024 · 5 comments
Open

GNSS import #143

jieminWang opened this issue Dec 2, 2024 · 5 comments

Comments

@jieminWang
Copy link

Can you give me an example of how to adjust parameters and import GNSS data.
How to change the config_geometry.yaml to use GNSS data.
1733143923640

@jieminWang
Copy link
Author

I couldn't find parameter configuration that can import GNSS from the example.

@jieminWang
Copy link
Author

I think I've tried it out. I added it to the parameter file.
GNSS: !beat.GNSSDatasetConfig
datadir: /home/wjm/vasyurhm/BEATS/test
names:
- gnss
At present, there are still errors when my colleague imports GNSS and SAR data, but I have no problem importing GNSS data separately. I'll try again, I think I can solve it. thank you

@hvasbath
Copy link
Owner

hvasbath commented Dec 3, 2024

if you want to import both:
beat import project_name --geodetic_format=ascii,kite --datatypes=geodetic

Ascii for the GNSS and kite for the SAR data.
the names in GNSSDatasetConfig should be a filename to the ascii data. e.g. GNSS.txt expects such a file under the datadir path.

@jieminWang
Copy link
Author

Hello, GNSS data is an ASCII file with velocity east component, velocity north component, velocity vertical component.
Is the velocity solution of the site before or after the earthquake? Or as an auxiliary control for SAR data.
In my understanding, should this data be the displacement of GNSS stations before and after earthquakes?

@hvasbath
Copy link
Owner

Did you read the documentation? https://pyrocko.org/beat/docs/current/getting_started/import_data.html#geodetic-data
The GNSS needs to be coseismic offsets.

@hvasbath hvasbath changed the title Can you give me an example of how to adjust parameters and import GNSS data. GNSS import Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants