mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-29 01:00:22 +02:00
Changed location of elevation file
This commit is contained in:
@@ -125,7 +125,7 @@ def obtain_elevation(gdf):
|
||||
|
||||
# Configure the bounding box for the elevation library
|
||||
|
||||
output_file = os.path.join(os.getcwd(), "elevationa.tif")
|
||||
output_file = os.path.join(os.path.dirname(os.getcwd()), "elevation.tif")
|
||||
elevation.clip(
|
||||
bounds=(min_lon, min_lat, max_lon, max_lat), output=output_file, margin="10%"
|
||||
)
|
||||
|
Reference in New Issue
Block a user