-
Notifications
You must be signed in to change notification settings - Fork 10
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
Relax assumption of hourly data #95
Comments
I think relaxing the assumption of hourly data may be the trickiest of these to test well. The rest could certainly be part of a first tagged version. |
It looks like we are already using the haversine function in: |
ok, so I'll make an issue to track the idea of making the improvement to "relax assumption of hourly data"? I don't quite understand what that actually means. We compute the time increments explicitly, so we should be able to support input with different time resolution already, no? Or is this referring to be able to interpolate in time? |
I agree that as long as time increments are explicit everywhere, there should not be a problem in changing the input time resolution. We would need to check if there aren't any explicit references to the hourly character of the data Maybe we can test this by using 3-hourly input data? I would leave any time interpolation to beyond v0.1.0. |
@leifdenby: changing the title as I think the other points (including NetCDF metadata) have now been addressed. |
Creating trajectories:
The text was updated successfully, but these errors were encountered: