I have 3 .nc files that were given to me without specifying which projection was used for the (lat, lon) coordinate pairs. Is there an attribute or a way of figuring it out given the latitudes and longitudes that are written in the file?
It's especially important to me to know since I need to obtain the closest grid points to a list of locations that are in epsg:4326 and compare the data stored in each.
I am using Python3 and GeoPandas to store the geographical information and plot.
I am new working with .ncand geographical data but it is my understanding different crs might change the (lat, lon) pair, so they cant be compared if they are not projected onto the same coordinate system.
chimeresoftware, haven't been able to figure out ifchimereuses a specificcrsor if its given by the user. Don't feel comfortable sharing it since it's from my superior and not mine. – M.O. Feb 22 '20 at 15:53.ncI will understand and will delete the question – M.O. Feb 22 '20 at 15:54