GribApiDotNet / GribApi.NET

A powerful .NET library for reading and writing GRIB 1 and 2 files
Apache License 2.0
54 stars 28 forks source link

Missing test file #37

Closed jnyrup closed 7 years ago

jnyrup commented 7 years ago

In Get.cs the test X has a hardcoded reference to a test file not found among the included test files.

using (GribFile file = new GribFile(@"C:\Users\eric\Documents\Visual Studio 2013\Projects\AccessViolationTest\AccessViolationTest\data\CMC_reg_TCDC_SFC_0_ps10km_2016031100_P000.grib2"))
0x1mason commented 7 years ago

Fixed