python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Mask raster by extent in Python using rasterio
I want to clip one raster based on the extent of another (smaller) raster. First I determine the coordinates of the corners of the smaller raster using
import rasterio as rio
import gdal
from shapely....
justin fiedler
Votes: 0
Answers: 1
Stacking 20 rasters with different extents in R
I have 20 rasters stored in a list called allrasters. They have different extents (see below). I want to stack them so first I use lapply to crop all list items to the raster with the smallest extent ...
BHope
Votes: 0
Answers: 1
Why seems "Extent.Skip(1).First()" not to work in a for-loop?
C# newbie question here.
In my database, I have a Load table, filled with a lot of entries.
I have done the following in the past and it was working fine:
var list_Loads = database.GetData<Load>...
Dominique
Votes: 0
Answers: 0
How to find extent for mapping (dismo R)?
I am trying to do species distribution mapping in R for invasive oyster species (marine).
With the code that I am using, it will plot points only on land (ext= geographic.extent). I cannot find other ...
amerray
Votes: 0
Answers: 1