nikosT / Gisola

Gisola: A High Performance Computing application for real-time Moment Tensor inversion
GNU General Public License v3.0
44 stars 12 forks source link

Removed Latitude and Longitude indicators in mt.txt and mt.revise.txt… #13

Closed Donavin97 closed 2 years ago

Donavin97 commented 2 years ago

Hi everyone, I have removed the latitude and longitude indicators in mt.txt and mt.revise.txt, as it can become confusing when Gisola is run in different parts of the world. Maybe we could add codes to differentiate between e.g. north and south latitudes. python if org.latitude >=0: org.latitude += "N" else: org.latitude += "S" return org.latitude Maybe something similar can be done for longitudes? I hope this makes sense. Thanks and regards: Donavin.

nikosT commented 2 years ago

Hi @Donavin97, I would suggest forking the code and committing the altering there.

Donavin97 commented 2 years ago

Hi @nikosT , That's exactly what I did. I hope I haven't messed up anything?