Replies: 1 comment
-
First, I hope I understand your question correctly. I suggest you run 'dem.py --help' to view the configurable parameters, then you will find there is a '-f (--filling)' option ( -f, --filling: Flag to instruct to fill missing Dems with null values (default null value -32768. Use -v or --filling_value option to change it)), which can help you fill in the area without dem data.
You can try it, the program can run normally and stitch out the dem data of the target area. I hope it helps, and I wish you all the best
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
When I used dem.py to generate dem file for islands, it doesn't work well. I find the code defines some non-existent DEM zip files, and these areas are located only over the sea, which has led to the DEM being unable to stitch normally.
Of course, I can generate dem using other softwares (e.g., arcgis). But I don't know how to edit the *vrt and *.xml files.
If someone could help me solve this problem, I would be extremely grateful.
Beta Was this translation helpful? Give feedback.
All reactions