belletva

Results 14 comments of 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 : > > ![Image](https://github.com/user-attachments/assets/1da927bd-b2af-4db5-9f70-04cf59df281f) ![Image](https://github.com/user-attachments/assets/309fcd24-d4cc-4216-9182-8693d8b3394d) 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!