Friday, December 18, 2020

Talk Python to Me: #295 GIS + Python

Geography is the study of places and the relationships between people and their environments. Often we think of maps, but maps are static. GIS gets interesting when you realize that we're studying and visualizing data flowing through these locations and communities. <br/> <br/> In this episode, you'll meet Silas Toms. He's an author of several Python GIS books and the host of The Mappist Hour podcast. Are you ready to dive into GIS with Python?<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>Silas on twitter Twitter</b>: <a href="https://twitter.com/loki_president" target="_blank" rel="noopener">@loki_president</a><br/> <br/> <b>Silas' Books:</b><br/> <b>Mastering Geospatial Analysis with Python: Explore GIS processing and learn to work with GeoDjango, CARTOframes and MapboxGL-Jupyter</b>: <a href="https://amzn.to/2V7UvSO" target="_blank" rel="noopener">amazon.com</a><br/> <b>ArcPy and ArcGIS – Geospatial Analysis with Python</b>: <a href="https://amzn.to/39fDKxq" target="_blank" rel="noopener">amazon.com</a><br/> <b>ArcPy and ArcGIS - Second Edition: Automating ArcGIS for Desktop and ArcGIS Online with Python</b>: <a href="https://amzn.to/3mbzmmC" target="_blank" rel="noopener">amazon.com</a><br/> <br/> <b>The Mappyist Hour podcast</b>: <a href="https://ift.tt/3mxoejA" target="_blank" rel="noopener">themappyisthour.com</a><br/> <br/> <b>Packages</b><br/> <b>GeoAlchemy ORM</b>: <a href="https://ift.tt/3p8Q3jY" target="_blank" rel="noopener">geoalchemy-2.readthedocs.io</a><br/> <b>Leaflet.js</b>: <a href="https://leafletjs.com/" target="_blank" rel="noopener">leafletjs.com</a><br/> <b>Mapbox GL</b>: <a href="https://ift.tt/3ntznmC" target="_blank" rel="noopener">mapbox.com</a><br/> <b>Deck GL</b>: <a href="https://deck.gl/" target="_blank" rel="noopener">deck.gl</a><br/></div><br/> <strong>Sponsors</strong><br/> <br/> <a href='https://ift.tt/2PVc9qH Python Training</a><br> <a href='https://ift.tt/34qNZMT>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...