Mapping

Show Only ...
Maps - Photos - Videos

WMS Mapping

One thing I miss not having internet at home is not having access to web mapping services (WMS). These internet services are handy layers for mapping without downloading individual tiles for aerial photographs, hillshades or topographic maps. I particularly like WMS now that I found the Forest Service topographic WMS service and several state’s hillshades derived from 1m or 2m DEM.

They sure are handy to have access to.

Catskills are Highly Tree Covered

While certainly not a surprise to most observers, the Catskill Mountains are largely wild, without much housing development or agriculture. Tree covered areas are a deeper green, while cleared areas are white or clear.

Finding Peaks …

Finding Peaks …

Algonquin Peak

After studying the methods quite a bit, I’ve determined there is no real easy way to find peaks on mountains and report their exact elevation in QGIS. The best method I could come up with was to figure out the median point in the elevation for the map, then use that to isolate “mountains” and from there polygonize, create zonal statistics for each polygon, crop the DEM layer to each polygon then select the pixel that matched the peak. This can be done, but I couldn’t figure out how to automate it easily using the Graphical Modeler, so I would have to write a full plugin to do it. I decided it wasn’t worth the effort. In most cases, I didn’t care about the exact peak, and it would just be easier to add peaks to my maps on a case-by-case basis using a point layer with labels queried against the DEM layer.