0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 11 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bugfix in GribFile.java - When seeking for GRIB headers we failed if the previous grib record was zero padded to get even numbers of bytes More... over 15 years ago
Fixed arround 500 compilation warnings - no functionality changed More... over 15 years ago
BUGFIX: Files of grib_mode 136 didn't read the grid_dy and grid_dx parameters fixed by intentioanally allowing fall through in a case construct More... over 15 years ago
Added two constructors to the GribFile class to facillitate the usage of streams based upon BZIP2 and GZIP More... over 15 years ago
Update of BitInpuStream class to handle reading directly from the decompressed streams provided by BZIP2 and GZIP More... over 15 years ago
Bugfix: 1637606 - Give us ability to read from a GZipInputStream More... about 17 years ago
Updated to handle NCEP NWW3 grib files as well, Description is identical to ncep_opn.tab according to http://polar.ncep.noaa.gov/waves/products.html#grib More... over 17 years ago
BUGFIX: scanmode was not set correctly in all cases. Affected: All types of rotated lat lon grids More... over 17 years ago
BUGFIX: Math.cosh() -> Math.cos() in forwardTrans() More... over 17 years ago
Deleted file, functionality is fully implemented in build.xml - Published releases will include the jgrib.jar file in the future More... over 17 years ago
Summary of changes More... over 17 years ago
Updated to reflect upcomming stable release More... over 17 years ago
Added class to util package More... over 17 years ago
Changes reflected by reorganization of code More... over 17 years ago
Deleted deprecated classes, so we can concentrate on the current API before first stable release More... over 17 years ago
Moved to package: util More... over 17 years ago
Added package to hold exception related code, makes it easier to get an overview of the working interface More... over 17 years ago
moved to package exceptions More... over 17 years ago
Added package unstable to hold code not yet fully implemented More... over 17 years ago
Moved to unstable package More... over 17 years ago
Improved documentation, reimplemented forwardTrans() and reversTrans() according to matematical background material More... over 17 years ago
Added static method setEccentricity(), Improved documentation of class More... over 17 years ago
Added new methods to cope with both spherical and spheroid earth definitions, still needs some testing though More... over 17 years ago
Added documentation about differences between geodetic and meteorologic coordinate definitions More... over 17 years ago
Added new abstract methods to GribRecordGDS to allow users to specify the grid precisely More... over 17 years ago
Added documentation about matematical background of GDS octet 17 More... over 17 years ago
Changes related to GribGDSPolarStereo and GribRecordGDS More... over 17 years ago
Added static variables and static methods to set reference values concerning ellipsoid, scale factor and false origin - Values needed before a GDS of type Polar Stereographic is read. - Extention to grib standard. More... over 17 years ago
Validated forwardTrans and reverseTrans. Grib values for lat1,lon1 is though not near as precise as needed to validate correct calculation for the total grid in a file. More... over 17 years ago
Added methods to do forward and inverse calculations lat/lon <--> polar stereographic projection. Not 100% testet yet, but forwardTrans and reverseTrans _IS_ working as expected More... over 17 years ago