nmt28 / C-SHELPh

Apache License 2.0
13 stars 6 forks source link

Read IS2 data #2

Closed nmt28 closed 3 years ago

nmt28 commented 3 years ago

I added some code for reading in the IS2 and transforming it to UTM/EGM08. I always mix the lat and the Lon up here so make sure they make sense (i.e., the lat and Lon look right for where they are supposed to be). You should be able to add to this to make plots etc. Let me know if you're not familiar with argparse

bhyleee commented 3 years ago

Story of my life (mixing up lat and lon). Checking out the code and working on this now.

nmt28 commented 3 years ago

It depends on the version of pyproj that is used. They swapped them around at some point which is super annoying