Replies: 3 comments
-
|
I like this idea in general. It looks like the proposed What do others think? Is anyone using netcdfAll that would NOT want these extra things? |
Beta Was this translation helpful? Give feedback.
-
|
I'm one of the people who used to freak out about app size, but that was a decade ago. Things blew up when I decided to add support for Zarr or S3, I can't remember which at the moment. (Although Zarr seems the likely culprit.) FWIW, the netcdefExt.jar in my devo lib folder is 42 MB. At one point I was also looking at importing AWS jars, but the use case being so absolutely tiny and the jar bloat being so freaking huge, hah. Also, hah. No way. |
Beta Was this translation helpful? Give feedback.
-
|
Also, TBH, for the use cases I have heard from users, inclusion of Zarr and S3 seem less needed than including libaec and libblosc2. Zarr inclusion could be much more useful if code were updated to handle Zarr v3. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever I download a fresh netcdf-Java code archive, the first thing I have to do is modify the
build.gradle.ktsfile in the uber-jars directory to specify compiling more code into the output jar so that additional dataset types can be opened. I am wondering if it might make sense and be useful to others to add an additional output jar to that configuration file, perhaps calling it netcdfExt.jar.I just hacked my local copy of the latest 5.10 snapshot to do this, and it worked great. But unless the
build.gradle.ktsincluded in the source download includes those changes, then I again, I have to hack the file every time I update.Good idea? Bad idea? Meh?
What I'm creating is
Beta Was this translation helpful? Give feedback.
All reactions