Skip to content

Instantly share code, notes, and snippets.

View alequech's full-sized avatar

Alexander Quevedo alequech

View GitHub Profile
@GreatEmerald
GreatEmerald / SpatialBFM.r
Last active July 8, 2022 01:32
BFAST Monitor over a raster/stars
library(bfast)
library(raster)
# Get some data
data(bale3g.v1, package="gimms")
# Sample plot
gts = ts(c(bale3g.v1[1,1]), start=c(1981, 7), frequency=24)
plot(bfastmonitor(gts, 2010))
# Define the pixel-wise function
SpatialBFM = function(pixels)
@mortcanty
mortcanty / s2cnnclass.ipynb
Last active October 11, 2023 14:24
s2cnnclass.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@KMarkert
KMarkert / julia_colab_notebook_earthengine.ipynb
Last active November 18, 2021 21:52
Julia_EarthEngine_GeoforGood21_Demo.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.