Skip to main content

Questions tagged [memory]

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

0 votes
1 answer
82 views

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
59 views

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
202 views

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
71 views

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
59 views

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
2 votes
0 answers
93 views

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
191 views

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
156 views

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

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
560 views

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
950 views

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,869
2 votes
1 answer
992 views

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
56 views

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
189 views

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
1 vote
1 answer
559 views

I don't understand how "is_child_algorithm" works in processing.run. Premise: I created a script in python. This script uses a loop, iterating thousands of times over a field on a layer. I ...
Peter's user avatar
  • 51

15 30 50 per page
1
2 3 4 5
10