Changes between Version 1 and Version 2 of Procedures/DeliveryCreation/pythonlibrary
- Timestamp:
- Aug 24, 2015, 10:25:44 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/DeliveryCreation/pythonlibrary
v1 v2 48 48 The output text should be inspected for error messages. These should be obvious and appear as yellow text against a red background. If problems occur then individual steps can be run after the problem has been fixed (note that you may need to also run steps after the one that failed). Also note that GRASS outputs a lot of progress messages to standard error - these will appear as errors (in yellow + red on terminal) but are not actually errors. 49 49 50 *Note: If creating lidar delivery is complaining about dem, try running: 51 {{{make_arsf_delivery.py --projectlocation ./ --deliverytype lidar --steps DEMGENERATION APLDEMGENERATION --lidardeminfo inprojection=UTM31N --final}}} 50 52 --------------------------------- 51 53 === A not-so-straight-forward example ===