Unidata / netcdf-java

The Unidata netcdf-java library
https://docs.unidata.ucar.edu/netcdf-java/current/userguide/index.html
BSD 3-Clause "New" or "Revised" License
142 stars 69 forks source link

Avoid FileNotFound exception when URL points to a directory #1283

Closed tdrwenski closed 7 months ago

tdrwenski commented 7 months ago

Ensure an existing file is not a directory to avoid FileNotFound exception with opening FileInputStream

Description of Changes

Erase this and add a general description of changes, heads-up on any tricky parts, etc., here.

PR Checklist