I am trying to use basemap to plot NYC with a shapefile. However, the shapefiles provided by NYC (https://www1.nyc.gov/site/planning/data-maps/open-data/districts-download-metadata.page) are don't use the proper coordinates to be read by the shapefile.
My IDE gives me this message:ValueError: shapefile must have lat/lon vertices - it looks like this one has vertices in map projection coordinates. You can convert the shapefile to geographic coordinates using the shpproj utility from the shapelib tools (http://shapelib.maptools.org/shapelib-tools.html)
I looked it up but have no idea how to use it. Could someone help explain how to use that utility or have an easier way to accomplish what I am trying to do? Thanks in advance