-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create a .gex reader #12
Labels
enhancement
New feature or request
Comments
`# Create an empty dictionary to store variables and their values gex filegexfile = '20048_USA_DelawareBay_304M_SR2.gex' Open the text file for readingwith open(gexfile, 'r') as file:
#identify indexed keys and combine into 2d arrays iterate over sections of the gex filefor section in variables.keys():
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
write a reader for skyTEM .gex files to parse information into appropriate locations in the survey metadata file
The text was updated successfully, but these errors were encountered: