Changes
Page history
Update Data treatment
authored
Nov 03, 2021
by
Marie Brunel
Hide whitespace changes
Inline
Side-by-side
Data-treatment.md
View page @
9a8f5da5
...
@@ -13,4 +13,4 @@ years,latitudes,longitudes = list from the file reading
...
@@ -13,4 +13,4 @@ years,latitudes,longitudes = list from the file reading
data = numpy array from the reading of the file [months,latitudes,longitudes]
data = numpy array from the reading of the file [months,latitudes,longitudes]
# harvest to yield
# harvest to yield
`yield = np.multiply(np.multiply(harvest,0.02222222),1.14)`
`yield = np.multiply(np.multiply(harvest,0.02222222),1.14)`
\ No newline at end of file