

Hospitals = pd.read_excel('hospitals.xlsx') Displaying all worksheets related to - X And Y Axis Graph. import pandas as pdĬounties = gpd.read_file('ShapeFilesCenso2010/MUNCenso2010.shp') The easiest way to understand my problem is to take a look at the plots:

How can I make the two coordinates (X and Y axis) match so that I can overlay them? The hospitals are in longitude/latitude coordinates, but I'm not sure about the counties coordinates. The problem I have is that the two geometries don't match. I am trying to overlay the hospitals (Points) on top of the counties (Polygons). The coordinates appears to align well with Google Maps. The source data was obtained from the Dominican Health Ministry website and consist of a Microsoft Excel file. The x-axis is usually the horizontal axis. Longitude and latitude coordinates (Points) for medical centers in The x-axis and y-axis are axes in the Cartesian coordinate system.

The source data was obtained from the Dominican Republic 2010 census website and consist of shape files.
