Multithreaded TDS Clients (1)
Jeff McWhirter was studying whether he could speed up IDV data access by multithreading on the client. He put together a test which fetched the same data over and over, with 1-10 client threads. This...
View ArticleMultithreaded Client Access (2)
A more realistic test is to ask for successive slices of some data, and see if multithreading speeds things up. So I made a test that makes data requests like send:...
View ArticleTHREDDS and Java 8 plans
Netcdf-Java and the TDS version 4.6.1 have been released. This version requires Java 7+. Bug fixes and minor enhancements will continue on the 4.6 branch for six months or so. Development is now...
View ArticleExploring Python as an Interface to Unidata Technologies
By Joshua Clark Editor's note: Josh Clark was a Unidata Summer Intern in 2015. He graduated from the University of Northern Colorado (UNC) in the spring of 2015 with a B.S. in Meteorology, and is...
View ArticlePlotting GINI Water Vapor Imagery (Part 1)
This is the first of what we hope will be a series of posts showing how to use Python for weather analysis and create graphics for a variety of purposes. In this two-part post, we demonstrate plotting...
View ArticlePlotting GINI Water Vapor Imagery (Part 2)
This is Part 2 of a series of notebooks showing how to plot GINI-formatted satellite data from a THREDDS server using MetPy and Siphon. In Part 1 we covered how to access and parse the data file. In...
View ArticleMultithreaded TDS Clients (1)
Jeff McWhirter was studying whether he could speed up IDV data access by multithreading on the client. He put together a test which fetched the same data over and over, with 1-10 client threads. This...
View ArticleMultithreaded Client Access (2)
A more realistic test is to ask for successive slices of some data, and see if multithreading speeds things up. So I made a test that makes data requests like send:...
View ArticleTHREDDS and Java 8 plans
Netcdf-Java and the TDS version 4.6.1 have been released. This version requires Java 7+. Bug fixes and minor enhancements will continue on the 4.6 branch for six months or so. Development is now...
View ArticleExploring Python as an Interface to Unidata Technologies
By Joshua Clark Editor's note: Josh Clark was a Unidata Summer Intern in 2015. He graduated from the University of Northern Colorado (UNC) in the spring of 2015 with a B.S. in Meteorology, and is...
View ArticlePlotting GINI Water Vapor Imagery (Part 1)
This is the first of what we hope will be a series of posts showing how to use Python for weather analysis and create graphics for a variety of purposes. In this two-part post, we demonstrate plotting...
View ArticlePlotting GINI Water Vapor Imagery (Part 2)
This is Part 2 of a series of notebooks showing how to plot GINI-formatted satellite data from a THREDDS server using MetPy and Siphon. In Part 1 we covered how to access and parse the data file. In...
View ArticleTHREDDS License Change
As we approach the first public beta of version 5.0 of the THREDDS Data Server (TDS), we have decided to revisit our software license. Currently, both NetCDF-Java and the TDS are released under the...
View ArticleMy Summer of Improving the TDS Web Interface
Hailey Johnson by Hailey Johnson2018 Unidata summer intern During my time here at Unidata, I’ve focused on extending the THREDDS Data Server (TDS) web interface and services. I spend the first few...
View ArticleDiskCache2 Issue in the netCDF-Java Library
The Unidata THREDDS Development Team released updated versions of the THREDDS Data Server (TDS) and netCDF-Java/Common Data Model (CDM) library on June 17, 2020. In addition to feature enhancements,...
View Article