 
            Spatial Data Analysis
Example Prompt:
Example Response:
Related Tasks:
Creating Thematic Maps
Example Prompt:
Example Response:
import geopandas as gpd
import matplotlib.pyplot as plt
# Load the shapefile
data = gpd.read_file('path_to_your_shapefile.shp')
# Choose a column to visualize (e.g., 'population')
column_to_visualize = 'population'
# Create a thematic map
fig, ax = plt.subplots(1, 1, figsize=(10, 10))
data.plot(column=column_to_visualize, ax=ax, legend=True,
         legend_kwds={'label': "Related Tasks:
Developing Geospatial Models
Example Prompt:
Example Response:
Related Tasks:
Writing Technical Reports
Example Prompt:
Example Response:
Related Tasks:
Project Planning and Coordination
Example Prompt:
Example Response:
Related Tasks: