MTgeophysics / mtpy

Python toolbox for standard Magnetotelluric (MT) data analysis
GNU General Public License v3.0
147 stars 66 forks source link

V2: Model/Data CRS #179

Open kujaku11 opened 1 year ago

kujaku11 commented 1 year ago

Need to have a generalized CRS for model and data.

Currently ModEM uses a EPSG number to identify the datum, but some need to use a custom coordinate system.

Should use pyproj.CRS objects to keep track of coordinate systems