belletva
belletva
In the doc https://xdem.readthedocs.io/en/stable/advanced_examples/plot_blockwise_coreg.html Modify the line: ``` mp_config = MultiprocConfig(chunk_size=500, outfile="aligned_dem.tif") ``` into: ``` # Create a configuration without multiprocessing cluster (tasks will be processed sequentially) mp_config = MultiprocConfig(chunk_size=500,...
In the doc, sometimes we have `from geoutils.raster import MultiprocConfig` and sometimes `from geoutils.raster.distributed_computing import MultiprocConfig` , we need to be consistent.
> Type of graph we can produce : > >   In the second graph, is it possible to show when the application starts and ends? If I understand...
Yes we absolutely need to keep Python 3.10, in our side all our softwares (CARS, PANDORA, SLURP) are working only with Python 3.10!