Skip to content
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

added functionality to get data availability of ISMN stations #21

Merged
merged 2 commits into from
Feb 26, 2015

Conversation

cpaulik
Copy link
Collaborator

@cpaulik cpaulik commented Feb 26, 2015

  • the current code has to read all the data which makes it slow
  • it might be possible to only read the last few lines of a csv
    file but this would be work outside of the normal readers
  • data gaps are not taken into account in the current approach since
    only start and end date are retrieved. Ideally one could plot each
    observation on a e.g. eventplot per network to get the true
    observation coverage.

Christoph Paulik added 2 commits February 26, 2015 14:16
- the current code has to read all the data which makes it slow
- it might be possible to only read the last few lines of a csv
  file but this would be work outside of the normal readers
- data gaps are not taken into account in the current approach since
  only start and end date are retrieved. Ideally one could plot each
  observation on a e.g. eventplot per network to get the true
  observation coverage.
@coveralls
Copy link

Coverage Status

Coverage increased (+5.52%) to 50.83% when pulling 9379131 on feature/ismn-dateplot into c995177 on develop.

cpaulik added a commit that referenced this pull request Feb 26, 2015
added functionality to get data availability of ISMN stations
@cpaulik cpaulik merged commit 0e1eb70 into develop Feb 26, 2015
@cpaulik cpaulik deleted the feature/ismn-dateplot branch February 26, 2015 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants