MTgeophysics / mtpy

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

Gis tools clean up #108

Closed kujaku11 closed 4 years ago

kujaku11 commented 4 years ago

Description

Cleaned up gis_tools by:

Motivation and Context

This module has always been a bit of hack and bandaged when thing broke. Hopefully this cleans it up and makes it more robust.

How Has This Been Tested?

Developed a decently comprehensive test, all pass

Runs on Python 3.4 and higher

Screenshots (if appropriate):

Types of changes

Checklist:

alkirkby commented 4 years ago

Just tested the branch - did you update how the vertical mesh is generated in creating a modem model? I am now getting a different vertical mesh when I make a new model

kujaku11 commented 4 years ago

I don't think so, what does it look like?

On Tue, May 12, 2020, 5:35 PM Alison Kirkby notifications@github.com wrote:

Just tested the branch - did you update how the vertical mesh is generated in creating a modem model? I am now getting a different vertical mesh when I make a new model

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MTgeophysics/mtpy/pull/108#issuecomment-627672873, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQA5BWEK3QTV7ZRMHUDDJDRRHTLXANCNFSM4MZ3AQCQ .

alkirkby commented 4 years ago

Hmm it might be on develop as well, the z mesh increases at a larger rate than it did so I am getting errors reading in the mesh again. Looking into it now