Easy XYZ Contouring using Plotly

<p>By contouring, we can represent earth&rsquo;s 3D landscape as a 2D map. It only takes 3 variables which are X, Y, and Z. Not only elevation data, we can create a 2D map of geospatial datasets from those 3 variables.</p> <p>Most earth scientists and geographers rely on GIS to generate any kind of contouring-based map (GIS software is expensive, mostly). Contouring in Python usually requires extensive programming experience and It was an unpleasant experience for me (@_@). However I found a simple way to solve this unpleasant experience. Let&rsquo;s start!</p> <p><a href="https://y0gipamadya.medium.com/easy-xyz-contouring-using-plotly-5a0d4a2ae535"><strong>Website</strong></a></p>
Tags: XYZ Contouring