Skip to main content

Questions tagged [memory]

memory is the process in which information is encoded, stored, and retrieved.

0 votes
1 answer
76 views

Most efficient way to vectorize rasters and do analyses without saving the vectors?

I have a large number of rasters (ca. 6000) representing species distributions that I would need to vectorize, to then do some analyses on the vectors in GRASS GIS. I would need to calculate the ...
LT17's user avatar
  • 333
0 votes
1 answer
51 views

Earth Engine Error when exporting results of mapped reducers: Execution failed; out of memory

I am trying to do a couple of emissions calculations using functions that reduce imagery over a large number of features. I imported a land cover image collection and reclassified it into 4 classes. ...
KatieGeo's user avatar
5 votes
2 answers
192 views

Creating buffers for big MultiPolygon without out-of-memory crash in QGIS

I have a vector layer with a multipolygon with over a million single polygons (houses). I need to create a 1km and a 2km buffer around it. When I use Vector geometry - Multi-ring buffer my machine ...
C4X's user avatar
  • 125
2 votes
0 answers
68 views

QGIS - Memory Error when merging large raster file

I want to merge 2 large raster files (7GB+8GB) I got error messages, with a final Unable to allocate 14.2 GiB for an array with shape (53701, 35412) and data type int64 I already manage to generate ...
francis's user avatar
  • 31
0 votes
0 answers
58 views

How to free RAM in my QGIS processing script

My PyQGIS script is designed to work on a set of roads, it uses a nested for loop to iterate through each road, prepare a raster based on the line segment's bounds, place points along the line segment,...
JDahl's user avatar
  • 1
0 votes
0 answers
40 views

EEException: User memory limit exceeded calculating seasonal NDVI over 40 years

I am new to GEE and definitely not an expert in Python. I have been trying to navigate the memory exceeded error here for processing 40 years of EVI images where each year is aggregated into hurricane ...
trecia's user avatar
  • 11
2 votes
0 answers
92 views

Memory management in PyQGIS during loop

I have a issue about memory management in PyQGIS during loop. I'm writing a code where there is a while loop. During the operatione inside the loop that are almost the same,I noticed that the ...
Peter's user avatar
  • 51
0 votes
1 answer
190 views

Re-writing FeatureLayer to memory causes ArcGIS Pro to Crash [closed]

I am working with Jupyter notebooks in ArcGIS Pro and would like to write some Feature layers to memory to speed up my operation. Currently it is taking roughly 24 hours. I have to emphasize it is ...
CCurtis's user avatar
  • 103
0 votes
1 answer
155 views

Networkx memory usage on steiner tree algorithm in QGIS

I'm trying to run a steiner tree for some points on a road using networkx by a simply script in QGIS. It's my first experience with this library. The data are shapefiles and are composed as follows: ...
Peter's user avatar
  • 51
0 votes
1 answer
4k views

GEE, Error generating chart: User memory limit exceeded

I want to make a scatter plot between a list of NDVI values and LST values. I've tried it all. I think is a lack of best practices in my code. Here's my script: var LST = ee.ImageCollection("...
yasmin.gelli's user avatar
2 votes
1 answer
539 views

PyQGIS load a geopackage layer into memory

I am developing a QGIS plugin. Part of the plugin generates some memory layers that the user interacts with. When the user is done with the project session, there is a button to save the memory ...
Mark Wilson's user avatar
0 votes
1 answer
940 views

Determining adjacency across elements in a GeoPandas GeoDataFrame

Main question What is an efficient (i.e., good balance of memory & processing time) way to compute adjacency using a GeoPandas GeoDataFrame? For my the rest of my question, I'll focus on the case ...
Felipe D.'s user avatar
  • 2,859
2 votes
1 answer
975 views

GEOSException: bad allocation when using pygeos geopandas buffer

I am running python 3.10 through Spyder with geopandas 0.12.0, geos 3.11.0 and pygeos 0.13. I am trying to buffer a shapefile containing lines. I have used this script on a similar dataset before and ...
Maarten 's user avatar
1 vote
0 answers
55 views

QField - application size and hidden data

I am collecting some data using QField in Ethiopia. Usually, I am collecting points (.shp) with photos (text field with link to the photo/attachment). I accidentally deleted the DCIM folder. However, ...
Terka Janek's user avatar
1 vote
1 answer
183 views

Deleting qgis setup.exe from download folder

I need to clean up the download folder in order to liberate space in C drive, but I have realised that the file qgis setup.exe is in this folder. Can I delete the qgis setup.exe file from the download ...
david 007's user avatar

15 30 50 per page
1
2 3 4 5
10