From 8d06b5bf813ca566b29b9d1ac52cfcdb0a43a492 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Wed, 19 Jan 2022 17:46:59 +0200 Subject: [PATCH] - remade the Image Import plugin in an attempt to fix issues with the latest packages of Gdal and Rasterio but it looks that it is a conflict between the Rasterio 1.2.10, Gdal 3.4.1 and Shapely 1.8.0 BAD MESSAGE previously --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70572520..85596cef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ CHANGELOG for FlatCAM beta - added comments in the `default` preprocessors which will help other people create their own preprocessors - remade the Image Import plugin in an attempt to fix issues with the latest packages of Gdal and Rasterio but it looks that it is a conflict between the Rasterio 1.2.10, Gdal 3.4.1 and Shapely 1.8.0 + 18.01.2022 - in the 'cutout' Tcl command made sure that when an error pop-up then it returns with a "fail" string