MAVENSDC / Pydivide

A plotting tool for MAVEN in-situ key parameter data
3 stars 3 forks source link

Modified pydivide code to download and read KP insitu crustal files, plus a couple other odds and ends #21

Closed jibarnum closed 5 years ago

jibarnum commented 5 years ago

Added in ability to handle kp_insitucrustal* file types. This required some changes in pydivide.read() and pydivide.utilities() to get this to not break the code. Also, I noticed that pydivide.read() had a filename option but wasn't really utilizing it, so I also added in a filename option. I then modified the code to work with that (and still allow you to input a date or date range as well).