From 48c88b8a7a80ed4f49752393d80a676cc913766f Mon Sep 17 00:00:00 2001 From: ghislainv Date: Fri, 7 Jun 2024 04:47:36 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20ghislain?= =?UTF-8?q?v/forestatrisk@83520f289945fe485dad391f828e4ede53957b9f=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../forestatrisk/data/compute/compute_distance.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_modules/forestatrisk/data/compute/compute_distance.html b/_modules/forestatrisk/data/compute/compute_distance.html index 63ed113..313d64e 100644 --- a/_modules/forestatrisk/data/compute/compute_distance.html +++ b/_modules/forestatrisk/data/compute/compute_distance.html @@ -181,6 +181,18 @@

Source code for forestatrisk.data.compute.compute_distance

del src_ds, dst_ds
+ +# # Test +# import os +# os.chdir("/home/ghislain/deforisk/MTQ_2000_2010_2020_jrc_7221/data_raw/") +# compute_distance( +# input_file="forest_t1.tif", +# dist_file="dist_edge_t1_test.tif", +# values=0, +# nodata=4294967295, +# input_nodata=False, +# verbose=True) + # End