This is the Part 2 of 'ChatGPT for Geospatial Analysis Tutorial'. In this tutorial, you will learn how to use ChatGPT, which is large language model developed by OpenAI, to perform GIS/geospatial analysis.
We will be exploring the capabilities of ChatGPT as a helpful assistant in providing very specific answers to geospatial analysis related questions in the form of Python code snippets. This tutorial consists of six examples which covers a wide array of geospatial analysis and visualization examples such as importing shapefiles using GeoPandas library, displaying shapefiles using Matplotlib library, performing intersection operations, calculating buffer zones, calculating distances between points, exporting results into CSV files and so much more. To demonstrate these examples, we are using a Jupyter notebook, however you would be able to follow along the tutorials using any IDE of your choice, as long as you make sure you are equipped with the external Python libraries that we would be using to perform these geospatial analysis tasks.
Music: Empire Seasons by Dan Henig (YouTube Audio Library)
Part 1 of Using ChatGPT for Geospatial Analysis – • ChatGPT GIS Analysis Tutorial - Part 1
#chatgpt #geospatial #geodeltalabs