boncey / Flickr4Java

Java API For Flickr. Fork of FlickrJ
BSD 2-Clause "Simplified" License
176 stars 155 forks source link

NetCDF #653

Closed Weiss1hexe closed 2 years ago

Weiss1hexe commented 2 years ago

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.