SliDEM-project / SliDEM-python

Python package for the SliDEM project
https://hub.docker.com/repository/docker/loreabad6/slidem
Apache License 2.0
17 stars 2 forks source link

Skip first parts #34

Closed AntoineGuiot closed 2 years ago

AntoineGuiot commented 2 years ago

Hi, thanks for this initiative,

The project looks very interesting, I'm currently trying to get the dem generation working, and I was wondering if it would be an idea to add the ability to skip the first two steps when the user has already downloaded data.

(Right now the csv file generated in step 0 is mandatory).

loreabad6 commented 2 years ago

Hi @AntoineGuiot, thank you for pointing this out, I will implement this ASAP.

loreabad6 commented 2 years ago

You can now pass the IDs of the image pairs as:

# Usage example
python3.6 home/scripts/2_dem_generation.py --download_dir data/s1/ --output_dir data/results/ --pair_ids 's1_scene_id_1' 's1_scene_id_2' --aoi_path data/aoi.geojson
AntoineGuiot commented 2 years ago

😄 so fast Thank you