Flickr4Java
Flickr4Java copied to clipboard
NetCDF
I have measurement data (Isotopical composition) from 1200 measuring stations worldwide for the last 70 years. Now I want to plot and interpolate them on a map in Python. The result should look like this example: https://joehamman.com/2013/10/12/plotting-netCDF-data-with-Python/
Now I wonder if it is useful to convert the data, I have in CSV format, into a NetCDF file or if there are better alternatives.