Closed DocOtak closed 11 years ago
Original comment by myshen (Bitbucket: myshen, GitHub: myshen).
C13NUM error indicated extra derivative columns were being copied in. Thanks.
I think whitespace changes are not important. So field length changes resulting from whitespace are not of consequence.
Here is the table revised with whitespace changes removed.
PARAM OLD_VALUE NEW_Value len(OLD_VALUE) len(NEW_VALUE) - comment
DELC13 [' -340.00'] [' 53.00'] 9 8 - field length changed from 9 to 8
CTDOXY [' 190.7'] [' 190.7000'] 9 9 - field length stayed at 9
DELHER ['-999.000'] [' -999.00'] 8 8 - field length stayed at 8
LONGITUDE [' 54.5000'] [' 54.5'] 9 11 - field length changed from 9 to 11
Original comment by see (Bitbucket: sescher, GitHub: sescher).
Matt,
As per your previous message, you can disregard the DELC13 field
length change below. the hydro code
correctly changed the old value from -340.00 to 53.00 ( These are made
up
values, but they were changed correctly). So only the CTDOXY,
DELHER,
and LONGITUDE need to be checked.
Original comment by myshen (Bitbucket: myshen, GitHub: myshen).
Should correctly maintain precision from original data now.
The only issue is with fill values (-999). There are two cases.
Fill values will have their precisions changed to be the same as the largest precision in the column. In most cases, this results in no change.
The only course of action is to fall back to our parameter database's listed precision, so those fill values will all have their precision changed.
I don't see either of these being a big issue because the fill value's precision really actually doesn't matter.
ghdc hydro
has been upgraded to hydro 0.8.0-31-g0e34600
. Please continue testing.
Original report by see (Bitbucket: sescher, GitHub: sescher).
Sorry: I dont know how to make it look pretty in this box...
Go to
ghdc:/Users/sharon/TRYIT.2013-08-02/
and in a hydro activation window run:hydro merge botex_and_botex test_hy1.csv i5wi4test_hy1.csv DELC13 DELC13_FLAG_W
This will crash because there is a C13NUM in the second input file, i5wi4test_hy1.csv
So I took the column C13NUM out of the hy1.csv file, and ran
hydro merge botex_and_botex test_hy1.csv i5_no-c13num_hy1.csv DELC13 DELC13_FLAG_W
This did not fail, and a summary of the differences between the original input csv file (test_hy1.csv) and the resulting merged file are listed below. Please tell me which ones are as you intended, and which ones you will fix, and I will check only the ones you fixed on the next code update.
-sharon