environmentaltools.drone.load_study_area
- environmentaltools.drone.load_study_area(filepath, utm_zone='EPSG:32630')[source]
Loads the study area from GeoPackage file.
- Parameters:
filepath (str) – Path to GeoPackage file.
utm_zone (str, optional) – UTM zone for conversion. Default is “EPSG:32630”.
- Returns:
(gdf_wgs84, gdf_utm) GeoDataFrames in WGS84 and UTM.
- Return type:
tuple