- To: "netcdf-java@xxxxxxxxxxxxxxxx" <netcdf-java@xxxxxxxxxxxxxxxx>
- Subject: [netcdf-java] Empty Variables
- From: Doug Lindholm <doug.lindholm@xxxxxxxxxxxxxxxxx>
- Date: Mon, 23 Nov 2009 08:55:11 -0700
Hi,I was pleased to discover Range.EMPTY, but disappointed that Variable and Array's "section" methods don't play nicely with it.
My use case involves applying a constraint to the data (e.g. time < 10) which may result in zero samples. "null" isn't a good option, because I still want to be able to access a Variable's metadata.
Any suggestions for making a Variable empty? Thanks, Doug
- Follow-Ups:
- Re: [netcdf-java] Empty Variables
- From: john caron
- Re: [netcdf-java] Empty Variables