DOI-USGS / temperature-prediction

Other
7 stars 10 forks source link

fix erroneous values from seg 1764 and update data/figures #244

Closed lindsayplatt closed 3 years ago

lindsayplatt commented 3 years ago

I reran the following but there were no changes to prebuilt_matrix_c2p2.svg. This also updates the data in public/data.

source('svgify-tempvar/svgify-tempvar.R', echo=TRUE)
source('svgify-charts/prebuild_c2p2_matrix.R', echo=TRUE)
source('svgify-charts/prebuild_c2p3_matrix.R', echo=TRUE)

These fixes were prompted by this weird line in the linechart

image

Which actually turned out to be represented in the data and after some investigation, it was concluded that the cold data point was actually from a nearby segment and so we removed it.

image