Questions tagged [extent]
170 questions
0
votes
0 answers
Hi all , HTML page is shown with broken UI extent report HTML I work local patch
the HTML page is shown with a broken UI extent report HTML I work a local patch
Who knows the issue?
Many thanks!
I try to update the extent report to last version but the issue still occur

Gideon Avivi
- 1
- 1
0
votes
0 answers
ORA-01658 : Unable to create INITIAL extent for segment in tablespace
I have data file of 32G in which 18G occupied ( still has 14GB free space left) , the insert got failed with ORA-01658 : Unable to create INITIAL extent for segment in tablespace .
IS there any other solution than adding a data file? I…

psa
- 1
0
votes
0 answers
scale background image in plot python matplotlib
I am using imshow to plot an image in the background of a subplot.
Is it possible to show only part of the image, scale it?
It seems extent does not do the job.
fig, axs = plt.subplots(1,1)
im = plt.imread("GUN2.png")
axs[0,0].imshow(im,…

amirwe
- 1
- 1
0
votes
1 answer
Transforming raster with odd number of rows and unusual extent without resampling - r
I have a raster with unusual dimensions and extent, these are global maps of ocean data.
rodd=rast(ymin=-91,ymax=91,xmin=-1,xmax=359,nrows=91,ncols=180,crs='WGS84')
and I would like to get it into this format so I can stack it with well-formatted…

Herman Toothrot
- 1,463
- 3
- 23
- 53
0
votes
0 answers
I am getting java.lang.NullPointerException on onTestFailure to get the screenshot on extent report
This was not givving any issue if I call the function by creating the new object and passing the driver but when I made changes to each function to return the object of the next class in page object. then this issue is started appearing.
Listeners…
0
votes
1 answer
Jmeter - Functional Extent Report
I would like to use Extent Report in Jmeter for functional testing. Please suggest some sample script and language, library to do this. I explored our page and unable to get the lib and steps to implement them.
I followed the Using extentreports for…
0
votes
1 answer
R "rast" unknown extent patternize package
I'm playing around with the R package "patternize" in an attempt to compare flower colours. The images are jpg format (each image a single flower with a white background)).
When loading the images a warning error is generated:
“[rast] unknown…

Learner
- 1
0
votes
1 answer
R raster: How to get the extent of raster with value?
There is a raster file with three bands. The spatial range of the data includes a large number of valueless areas. How to obtain the extent of the value area?

Liangzhong
- 31
- 1
- 5
0
votes
1 answer
Raster::extend does not extend rasters
I am trying to align .asc rasters with different extents but same resolution in R so that they can be used to create a Raster stack. I am working with the "raster" package (Hijmans et al. 2022, version 3.5-29)
The rasters have the following…

vheim
- 33
- 6
0
votes
1 answer
landscapemetrics: extents do not overlap error
I am using the landscapemetrics package to calculate landscape metrics (e.g., total area, total edge length, etc.) from an input raster. I am using the sample_lsm function to perform these calculations within circular buffers centered on GPS points.…

jmf
- 3
- 2
0
votes
1 answer
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.geometry import Polygon
src =…

justin fiedler
- 13
- 3
0
votes
1 answer
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 - the 10th list item.
library(raster)
rastlist <-…

BHope
- 135
- 9
0
votes
1 answer
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 "extent" options for example marine.extent or a…

amerray
- 11
- 1
0
votes
1 answer
change extent in map from 0, 360, 0, 300 to -180, 180, -90, 90
how can I change the extent of a netcdf file from 0, 360, 0, 300 to -180, 180, -90, 90
Would the solution be the same if the original extents are
0, 320, 0, 384
0, 362, 0, 294
0, 720, 0, 576
0, 362, 0, 332
0, 360, 0, 256
0, 802, 0, 404
class :…

liv
- 93
- 10
0
votes
1 answer
two raster alignment for mask production
I have two rasters with the same resolution (10 m), but the difference is that I created the first raster from the vector file (using the rasterize function) and the other raster is my classification result.
I want to apply the raster mask obtained…

Ursulka Siete
- 143
- 1
- 10