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

Merge 5 -> main #625

Merged
merged 4 commits into from
Aug 28, 2024
Merged

Merge 5 -> main #625

merged 4 commits into from
Aug 28, 2024

Conversation

iche033
Copy link
Contributor

@iche033 iche033 commented Aug 27, 2024

➡️ Forward port

Port gz-common5 to main

Branch comparison: main...gz-common5

Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)

Ryanf55 and others added 4 commits August 6, 2024 16:32
… with huge VRT datasets (#597)

1. Adds initial support to load super large DEM datasets by exposing an API to limit the size of the loaded DEM.
1. Adds an alternative way of loading datafiles that make use of features like `vsizip` and `vsicurl` that aren't true filepaths.
1. Adds a compiler warning for if you use new versions of GDAL, which will lose precision in the current implementation, and potentially misrepresent NoData values.
   * This could be taken out, but could be an issue instead. A printed warning could be ok.
1. Add a few asserts for safety to catch coding errors earlier
1. The user-configurable size limits can be used to prevent segmentation faults by loading too big of a raster dataset
1. FIxed overflow and segfault in RasterIO for massive DEM's and overflow risk in vector resize operations

---------

Signed-off-by: Ryan Friedman <[email protected]>
Signed-off-by: Ryan <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Co-authored-by: Addisu Z. Taddese <[email protected]>
Co-authored-by: Addisu Z. Taddese <[email protected]>
@iche033 iche033 merged commit 4fa3c74 into main Aug 28, 2024
11 checks passed
@iche033 iche033 deleted the merge_5_main_20240827 branch August 28, 2024 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants