Creating Aspect-slope Maps with Python
Introduction Aspect-slope maps are an interesting way to visualize reliefs. In essence, these maps are created by first discretizing both metrics, slope and aspect, and secondly combining the resulting values into a single one. In a third step, a custom… Read More »Creating Aspect-slope Maps with Python