difficult to process and manage because the size is usually bigger than the limits software can normally deal with.

learn more… | top users | synonyms

3
votes
0answers
107 views

Python coding question, looping through feature classes, AddField, CalculateField, then errors (might be schema lock)

This is not a SDE question. File GDB. Hi, I have a general question on looping through feature classes in a file geodatabase. I have (attached) a python script that adds a ton of fields and ...
1
vote
0answers
24 views

How to randomize colors for large datasets in QGIS new symbology?

Someone has already asked how to randomize colors by class in QGIS new symbology, but the answer there does not work with datasets containing more than 100 unique values since the Random option only ...
0
votes
0answers
38 views

Use Overviews to Select Area of Interest in Very Large GIS Rasters/Images (e.g., GeoTiff's)

I am working with large images in Python and Gdal on a Windows machine and wondering if it is possible to directly access the specific smaller overviews I built into them using gdladdo. I am viewing ...