Romain Hugonnet

Results 83 issues of Romain Hugonnet

With lftp4.8.4, readline 7.0: After compiling readline locally on a server with no admin rights to the system, using --prefix=$HOME, I try to compile lftp with ./configure --prefix=$HOME --with-readline=$HOME and...

Hi all, We are planning to make new Xarray accessors for our packages xDEM and GeoUtils that focus on raster analysis and DEM analysis, respectively (right now relying only on...

Identified in #160. Tracked down that the change happens since NumPy 1.25.0 (CI fails for above, but not any of the 1.24.X or older), but we currently have no idea...

Hi all, We are planning to build on top of `rioxarray` for end-users focusing on analysis of EO data by building accessor in our packages GeoUtils and xDEM for raster/vector...

proposal

Hi all, First, thanks for the amazing work on this theme! :slightly_smiling_face: Just noticed a very minor issue while hovering over the Binder launcher, there is a space missing in...

Hi all, First of all, thanks for the great work on GeoWombat! We are thinking of building Xarray accessors for end-users focusing on analysis of EO data in our packages...

Ongoing TO-DO: - [x] Add profile curvature and plan curvature formulas on "Terrain attributes" page, - [ ] Add `BlockwiseCoreg` to coregistration page, - [ ] Write "Ecosystem" and "Georeferencing...

This PR converts all legacy calls `np.random.seed(seed=)` into `np.random.default_rng(seed=)`. It also removes the `random_state_definition` function that was essentially useless (`np.random.default_rng()` also accepts None, int or another `np.random.Generator` and returns the...

Mirrors https://github.com/GlacioHack/geoutils/issues/536

performance
priority

Calling the function with `n_jobs>1` raises: ```DeprecationWarning: This process (pid=10362) is multi-threaded, use of fork() may lead to deadlocks in the child.``` Maybe using `multiprocessing.get_context` as in the KH9 repo...

test-suite