-
Notifications
You must be signed in to change notification settings - Fork 3
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
Open geodata germany and other data import functions #18
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
juleshaas
approved these changes
Feb 20, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, great work!
Co-authored-by: Julia Haas <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Open geodata germany and other data import functions:
downloaad_and_import_tindex
: Download and import tile index from urlget_list_of_tindex_locations
: Select the locations of the tindex which overlap with the AOI or the current regionimport_local_raster_data
: Import local raster data. Where a VRT or TIFs are given in the directory of "local_data_dir"get_xyz_file_infos
: Get the infos of a XYZ file to resolution, bounding box and pixelcenterimport_single_local_xyz_file
: Import single XYZ fileimport_local_xyz_files
: Import local XYZ raster data. Where the XYZ files which are inside the directory of "local_data_dir", will be imported for the AOI.check_download_dir
: Checks if download directory is set. If yes check if folder exists or creating it. If not set a temporary directoryurl_response
: URL response function which is used by download_data_using_threadpooldownload_data_using_threadpool
: Download data from urls via ThreadPoolextract_compressed_files
: Extract compressed files to download directory.FS_ABBREVIATION
get_federal_states
: Get federale state and federal state file module parameters and return list with federal state abbrevationscreate_vrt
: Create a VRT raster map out of input list, or renaming if only one raster is inside the list. If the input raster maps are inside other mapsets they will be copied to the current mapset before the VRT will be created.rename_raster
: Rename raster map