-
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
Reprocessing historical wave data #1142
base: master
Are you sure you want to change the base?
Conversation
@@ -1,13 +1,13 @@ | |||
GitPython==2.0.6 | |||
OWSLib | |||
geopy==1.11.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you don't need to modify this file, it has it's own requirements.txt file https://github.com/aodn/data-services/blob/master/AODN/AODN-WAVE-DM/requirements.txt
@@ -47,7 +47,7 @@ | |||
|
|||
import numpy as np | |||
|
|||
from IMOSnetCDF import attributesFromIMOSparametersFile | |||
from python.IMOSnetCDF import attributesFromIMOSparametersFile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will break other codes. please revert
@@ -11,13 +11,13 @@ | |||
import pandas | |||
import numpy as np | |||
from netCDF4 import Dataset, date2num | |||
from generate_netcdf_att import generate_netcdf_att | |||
from python.generate_netcdf_att import generate_netcdf_att |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This python.
should be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's the only way it worked on my machine. I am not changing it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on your machine yes maybe, but that's not the way sorry. if this was used on RC or prod, it shouldn't have python.
This is just for Bene to have the updated code. I am not changing anything as this is the version that worked on my machine. If the working code for reprocessing is to be shared with everyone, that is it. Not doing any work on that anymore |
No description provided.