-
Notifications
You must be signed in to change notification settings - Fork 21
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
[WIP] New Interface #12
Conversation
I think it would be a nice feature if there was a function that returns the citation information for the currently loaded ISMN networks as a Latex table. Basically every network object could include a load_citation function or something similar and the interface could iterate over all networks to collect the needed information and merge them into a table. Is the citation info only on the website or can we read it also from the metadata directly? What do you think? I could help with that if you want. |
Feel free to add this feature |
Has been included in |
New interface based on several classes. It allows to access individual files (IsmnFile) or a collection of files (IsmnFileCollection). Furthermore, a file collection can be converted into a nested structure of Networks, Stations and Sensors. This way it is straight forward to iterate over individual networks/stations/sensors/depths/etc.