Skip to content

Instantly share code, notes, and snippets.

@heinrichvk
Created October 20, 2015 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heinrichvk/92b0e80c176687854188 to your computer and use it in GitHub Desktop.
Save heinrichvk/92b0e80c176687854188 to your computer and use it in GitHub Desktop.
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