Skip to content

Instantly share code, notes, and snippets.

@heinrichvk
Created October 20, 2015 08:57
Embed
What would you like to do?
Here is the key line from the R script used to calculate the cloudiness_himawari_b13 metric from the satellite images:
new_row[1, i + 1] <- get_density(lat = latitudes[i], lon = longitudes[i], matr = img_cont[ , , 1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment