Modifications by Yuancheng Xu to data_handling.py & landcoverType.py #123
Replies: 1 comment
-
Guten Tag Yuancheng Xu, For point 1: The concept is that you produce a mask map, which can be the whole area or a part of it. This mask map will be used to run the model. Producing input maps for an entire region takes some time, but this time is well invested in ensuring a homogenous set of input maps for that region. Using a convolution of different spatial extents and correcting this in CWatM is prone to errors. Our advice: Spend some time making an organised set of maps for the region. Same resolution, same extent and then use a mask map to run the part of the region you are interested You can comfortably include changes by forking the repository and committing the changes. Then, you can submit a pull request to merge your changes with the main repository. This video provides a detailed example of this process. We look forward to your contributions! |
Beta Was this translation helpful? Give feedback.
-
I made some minor modifications to the CWatM and hope these help. For 1, I understand that using a convolute of different spatial extend and then correcting this in CWatM is prone to errors. My intention in mentioning this is to underscore that no warning does not mean everything is going well. For 2, it is just a cosmetic improvement and does not impact the results.
Beta Was this translation helpful? Give feedback.
All reactions