Skip to content

Instantly share code, notes, and snippets.

View nahin29's full-sized avatar

Md Nahin Alam nahin29

View GitHub Profile
library(rayshader)
library(rayrender)
library(terra)
library(rnaturalearth)
library(MetBrewer)
library(raster)
library(exactextractr)
library(fasterize)
canopy_germany <- rast("germany/canopy_germany.tif")
@nahin29
nahin29 / edges.R
Created March 7, 2022 19:57 — forked from jmdeldin/edges.R
## Jon-Michael Deldin
## Pattern Recognition
## Edge Detection
## Spring 2013
##
##
## USAGE
## ------
## Rscript edges.R
##