-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to convert netCDF to JSON #60
Comments
We don't support direct conversion of a NetCDF dataset to JSON. However, we do support the representation of NetCDF metadata as NcML. Once you have that, there are many tools online that will convert XML to JSON. |
There was some discussion on the netCDF mailing list about this topic: http://www.unidata.ucar.edu/mailing_lists/archives/netcdfgroup/2016/msg00245.html As @cwardgar said, we do not currently return JSON from netCDF-Java or the THREDDS Data Server. However, we are considering this - specifically, we are considering support for CoverageJSON. What is your particular use case for JSON, @geek-hmh? |
I second this one. Adding JSON output to THREDDS could be a powerful combo with it's existing web GIS capabilities. My Current Use Case:
I could see the parsing quickly cascading into something a developer would want to avoid in larger datasets. Frankly, my current use case might be to use a server side script to work directly with the netCDF file instead of trying to work with the existing services. The desired process might be:
Even cooler would be the ability to send a coordinate and TDS identify the appropriate grid. At this time we use in-house server side code to handle this type of work. But I've been experimenting with the TDS WMS capabilities and it'd be pretty awesome if it was a one-stop-shop for bringing netCDF data into the browser. (Sorry for the necro!) |
Please! A python netCDF to JSON library would do so much to increase data availability. |
Who can tell me how to convert netCDF to JSON for this program?thank you
The text was updated successfully, but these errors were encountered: