We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3631157 commit 802ac88Copy full SHA for 802ac88
openeo_driver/datacube.py
@@ -573,7 +573,7 @@ def write_assets(
573
return self.to_legacy_save_result().write_assets(directory)
574
575
gdf = self._as_geopandas_df(flatten_prefix=options.get("flatten_prefix"))
576
- gdf.to_file(path, driver=format_info.fiona_driver)
+ gdf.to_file(path, driver=format_info.fiona_driver, crs=self.get_crs())
577
578
if not format_info.multi_file:
579
# single file format
0 commit comments