Intro to Python
Working with data
numpy
pandas
Vector layers
shapely
geopandas
Rasters
rasterio
ArcPro scripting
arcpy
Exercise solutions
BGU course 2022
Appendix
Last updated: 2023-02-25 13:39:18
import geopandas as gpd towns = gpd.read_file("data/muni_il.shp")
import rasterio from rasterio.plot import show r = rasterio.open("data/BSV_res200-M.tif")