'Plotting CSV data on a map in Python
I have to plot data from 1200 isotopic measuring stations (worldwide) in a map for a thesis. For this I have downloaded them in a CSV file. Afterwards I have divided this large CSV file into smaller CSV files, each of them containing the data taken in the same month and year. The next steps of my work are to interpolate the data and then plot them in a map.
Since I want my map to look like this map: https://joehamman.com/2013/10/12/plotting-netCDF-data-with-Python/ I have to transfer the CSV files into NetCDF files.
Do you have a good approach how I can do this, or is this step even necessary and will I be able to plot the data without this conversion with a comparable result to the link? You would help me a lot!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|