ucgmsim / velocity_modelling

Next-gen velocity modeling tools
1 stars 0 forks source link

New Workflow Changes #6

Open lispandfound opened 1 week ago

lispandfound commented 1 week ago

This PR introduces the new workflow changes for the velocity modelling repo. In summary:

  1. Use shapely to find the minimum area bounding box (it is equivalent to the original custom algorithm, but we don't have to maintain it 😃).
  2. Introduce a mathematically robust method to convert between domain coordinates and global coordinates.
  3. Apply the great circle geometry bearing corrections
lispandfound commented 1 day ago

Actually the testing demonstrates this is not quite ready to merge yet.

UPDATE: fixed.