This is WHU solution for OGC UDTIP D101.
# Clone this repository
git clone https://github.com/openrsgis/UDITP-D101-Data-Process-Script.git
# Navigate to the project folder
cd YourRepositoryName
# Install dependencies
pip install opencv-python gpxpy scipy
Outline the standard directory structure for the project.
YourRepositoryName/
├── README.md # Project documentation
├── data/ # Data files
├── src/ # Source code
├── docs/ # Additional documentation
└── tests/ # Test files