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

Added #include <array> #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bal-agates
Copy link

Compile failed because arc_raster_rescue.hpp:134 references template array which was not defined. CPPreference std:array says this is defined in header array. Adding that header allowed me to successfully compile. I am assuming other compilers might include this header automatically?

My system: macOS 12.6.3 ARM64
My c++: Apple clang version 14.0.0 (clang-1400.0.29.202)

Reference. I only have one GDB now that I was interested in extracting the raster. While the program ran and produced a GeoTIFF with the expected CRS all data values were NODATA. The raster image size was huge (48GB) which is probably valid for the data but extremely difficult to troubleshoot. Until I run across a better test case I am not going to try debug further.

@WarrenWilkinson
Copy link

I had the same problem, and produced the same fix :-)

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

Successfully merging this pull request may close these issues.

None yet

2 participants