Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete/Errant Export of Raster Data #21

Open
WohlstadterEWG opened this issue Aug 12, 2022 · 0 comments
Open

Incomplete/Errant Export of Raster Data #21

WohlstadterEWG opened this issue Aug 12, 2022 · 0 comments

Comments

@WohlstadterEWG
Copy link

I have a large raster layer in a File Geodatabase that I wish to export for use with non-ESRI products on a non-Windows system.

The export runs and creates a GeoTIFF of the expected size, but the pixel values appear to not be set correctly and there are no minimum or maximum values set.

The source data is available at: [https://www.ewgateway.org/wp-content/uploads/2019/06/UrbanLandCover_1m.zip] (1.2 GB)

Layer in Question: LULC_Urban2017
Compression: LZ77
Uncompressed Layer Size: just under 15 GB

The raster layer includes an attribute table, but that can be dropped from the export; I'm only interested in the raster data.

Running gdalinfo on the output file results in an error.
gdalinfo -mm LULC_Urban2017.tif
ERROR 1: LULC_Urban2017.tif, band 1: Failed to compute min/max, no valid pixels found in sampling.

I then looked at the project fork [https://github.com/justinfisk/ArcRasterRescue] and compiled that version since there was an update to the geo transform code. Using the executable compiled from that source, I was able to successfully export the raster layer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant