GithubHelp home page GithubHelp logo

Comments (4)

smousavi05 avatar smousavi05 commented on June 14, 2024

Hi @Seismic-wave-Han , you are right. The reported value for 'AKGG.AV_20060814223729_EV' is azimuth not the back azimuth.I used the same function from Obspy. And this is how it was calculated during the compiling of the dataset:

            distanceKm, azimuth, back_azimuth = obspy.geodetics.base.gps2dist_azimuth(
                                                                        float(event_lat), 
                                                                        float(event_lon),
                                                                        float(station_lat), 
                                                                        float(station_lon), 
                                                                        a=6378137.0, 
                                                                        f=0.0033528106647474805)
            distanceKm = (distanceKm/1000);
            distance = round((distanceKm / 111), 4);
            back_azimuth = round(back_azimuth, 4)

However, I haven't figured out what went wrong yet. I checked the station lat and long and they are correct. So no flipping of the event-station coordinates. Could you tell me how many of these you found in the dataset?

from stead.

Seismic-wave-Han avatar Seismic-wave-Han commented on June 14, 2024

Hi @smousavi05. I prepared some figures related to the error of back-azimuth (also, distance)
baz_error
baz_error_hist
These figures are the back-azimuth error along with whole samples and their histogram.
Samples with errors in the 170-190 degree range are 8% of the total.

I also found the distance discrepancy with obspy.
dist_error
The error of distance is nearly zero, but it shows quite a large error for some samples.
I hope this information will help you find systematic errors in STEAD.

from stead.

Rohit-Tomar avatar Rohit-Tomar commented on June 14, 2024

I have downloaded all the chunks of the dataset and trying to run the code but not getting the image folder in the dataset. Can you please help

from stead.

smousavi05 avatar smousavi05 commented on June 14, 2024

from stead.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.