MISS3D / s2p

This repository is not maintained, please use https://github.com/centreborelli/s2p instead.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No DSM/point cloud tiles results with Pleiades data

Thomas-Brd opened this issue · comments

Hi,

I am working on DSM generation from Pléiades data with s2p but I have some bad results that I do not understand.. Indeed, all the points clouds (and DSM) of each tile are not calculated. The following files are missing in the output files for "empty" tiles:

  • Height_map.tif
  • rectified_disp.tif
  • rectified_mask.png
  • rpc_err.tif

These files are missing in the "pair_2" folder of the affected tiles.

Is this problem related to the configuration of the starting parameters?

I have provided you as an attachment the initial configuration file (config.json) I used, the output configuration file (config_out.json) and the resulting DSM.

Thank you.

config_and-results.zip

Thomas.

Dear Thomas,
The configuration seems good.
If the rectified_disp.tif files are missing only in the pair_2 directories,
then we might have a problem with the fusion.
To help you out, could you send us the content of one of the tile subdirectories with problems?

Have you tried running the pipeline independently on?

  • pair_1: Plei-001.tif -- Plei-002.tif
  • pair_2: Plei-001.tif -- Plei-003.tif

Please send us also the logs of all the tiles with:

zip logs.zip find -name *.log

Best,
Gabriele

Thank you for this quick answer. Here is a link to the tile subdirectories with problems:
https://drive.google.com/open?id=1ri1DuSIN_J8yDCaPSG1ymc5lBSjtWVEf

I did not try to run the pipeline independently yet but I will try to do it.

Here is the logs of the tiles:
zip_logs.zip

Best,
Thomas

Ok thanks! I will try the "mgm_multi" option.

All the best,

Thomas