| 199 | === Integration of v.profile into GUI profiling tool === |
| 200 | |
| 201 | Current GUI profile tool supports creation of profiles of raster maps. It serves as a visualisation frontend to r.profile. Sometimes it is necessary to integrate into profile information on some objects (river, road, observation point etc.) that are provided as vector objects. Such functionality is provided by v.profile add-on (planned to be moved from add-ons to main modules), still any visualisation tool is lacking. Thus as a part of SOC existing profiling tool could be extended to include also vector profiling capabilities. This SOC requires basic knowledge of Python and will provide introduction into wxPython program development. |
| 202 | * Integration of v.profile should provide support of: |
| 203 | * displaying vector points as symbols by their Z coordinate / attribute value OR on a selected raster profile line |
| 204 | * displaying vector line crossing places as vertical lines |
| 205 | * displaying labels next to symbols or at X axis |
| 206 | * Requirements: Python, wxPython |
| 207 | * Mentor: ? |
| 208 | * Co-mentors: Māris Nartišs, ? |
| 209 | |