Carlo de Franchis

Results 23 comments of Carlo de Franchis

We've made a first minimal working version for `mgm_multi` here: https://github.com/gfacciol/mgm/tree/ctypes

Hi @lionlai1989, thanks for contributing! Is there a way to configure black so that the code style stays closer to that of the original codebase? I think that in its...

Hi @Vierod, this error usually happens when the input ROI is not entirely contained in the reference input image. Could you please share your input `config.json` and the dimensions of...

Thank you @PratyushTripathy for reporting this issue. I'll reproduce the problem (I have these two Cartosat images) to see what's happening.

@kanishk-aidash to speed things up while keeping the memory usage as low as possible during the stereo matching step, you can remove the `max_processes` parameter from the input json file,...

@kanishk-aidash could you please add `"use_srtm": true` the input config json file? This should help

Hi @dbonafilia, these angles are computed with the rpcm package (`pip install rpcm`). For example using the function `rpcm.angle_between_views`: https://github.com/centreborelli/rpcm/blob/master/rpcm/__init__.py#L196

Hi @drzhouq, could you please provide an example? Thanks

No need to share an image, a list of RPC coefficients would be enough. I'd like to reproduce your issue. In general, the loop converges in one or two iterations.

Thank you @chlsl for reporting this issue. For Landsat-7 and older Landsats the only available catalog is GCloud, which you can use by adding the option `--api gcloud` to your...