MATLAB: Obtaining raster data of a city

How do I get the raster data of a particular city using MATLAB? Lets say I want the MATLAB to produce an image of Chicago. How do I get the raster image of Chicago using MATLAB?

Best Answer

MATLAB does not have data at the city level. You will need to obtain the data elsewhere, such as in the form of an arcgis .shp (Shape File) and read it using <https://www.mathworks.com/help/map/ref/shaperead.html shaperead().
Chicago makes several files available. https://data.cityofchicago.org/browse?tags=shapefiles
Related Question