Axel Uhl
6dcd7d4187
bug6127_2024-12: adjusted JUnit dependencies in MANIFEST.MF files to downgraded versions
2025-07-07 11:33:18 +02:00
Axel Uhl
3138f7745f
bug6127: refactored more test fragments to JUnit5
2025-06-05 17:21:26 +02:00
Axel Uhl
faf71f55a7
bug6127: first step migrating tests from JUnit4 to JUnit5
2025-06-05 17:21:25 +02:00
Wessels, Udo (PPN)
2b66121265
bug5910: remove not supported line in .project files so that current Eclipse version (2023-09) can import the projects.
2023-10-09 18:00:50 +02:00
Finn Huelsbusch
d888c1fad9
added configuration for eclipse 2022-06 and updated the onboarding
2022-07-07 16:51:33 +02:00
Axel Uhl
2c622e5b45
patched <!DOCTYPE projectDescription> into all project files to avoid info/warning in problems view about no grammar constraint
2021-06-19 12:45:03 +02:00
Axel Uhl
89e8bef9c8
Revert "removed PluginNature from our OSGi bundles; they are not Eclipse plugins";
...
according to https://bugs.eclipse.org/bugs/show_bug.cgi?id=544977#c21 the
scenario of using the ManifestBuilder without setting the PluginNature is
not a supported scenario. Besides, it doesn't help to get rid of the new
Eclipse warning regarding non-exported packages.
This reverts commit 063484e29f .
2019-05-28 21:54:20 +02:00
Axel Uhl
063484e29f
removed PluginNature from our OSGi bundles; they are not Eclipse plugins
2019-05-27 22:53:30 +02:00
Axel Uhl
a43a1680f5
fixed testNOAADownload() test by switching from http to https
...
Change-Id: I51eb0fd914b81e4009f3358452075e1c3057f607
2019-02-04 22:10:02 +01:00
Axel Uhl
bd90f921dd
added Automatic-Module-Name headers to satisfy Oxygen.3 Java9 warnings rule
2018-03-24 01:45:37 +01:00
Axel Uhl
9e731c5e6d
obtain NOAA GRIB files from different URL; seems they moved
...
Change-Id: Ied0c18fd4bff81b0d50c05ec575f072e227048a1
2018-02-07 09:46:03 +01:00
Steffen Schaefer
9123771f34
normalized line endings
2017-05-16 09:42:02 +02:00
Axel Uhl
07edd7ffb1
preparing for multi-file upload for both Expedition and GRIB; introduced MappingIterable and MappingIterator
...
moved wind import servlet package structure a little
Change-Id: I9b573d4c91191933383c87397ac8584d9463b4bb
2017-02-08 09:52:25 +01:00
Axel Uhl
a21618eb6d
added more expanded GRIB files to .gitignore
...
Change-Id: I0872be13c066563e8ead816259c4f8189914fd12
2017-02-03 20:26:53 +01:00
Axel Uhl
ff462c6417
added comments for more NOAA URLs
...
Change-Id: Ibcf75ccde3b07287b046e785a71237fd5ae01715
2017-02-03 19:51:30 +01:00
Axel Uhl
83dcaf0dfb
fixed getMiddle for cross dateline Bounds; added NOAA download integration test
...
Change-Id: Ib93ab9115c73dc440890ce643795090145c3ea48
2017-02-03 19:47:33 +01:00
Axel Uhl
236d9c4603
also exclude .ncx3 files
...
Change-Id: I19fae51f375ebf2a9d22b7553e5786abc290f7ed
2017-02-03 19:44:33 +01:00
Axel Uhl
dd2e005dd4
updated gitignore for GRIB test resources
...
Change-Id: I207e2d1eebad4e02e960dd3eea0574c4e6bea193
2017-02-03 19:43:20 +01:00
Axel Uhl
ff2738f874
introduced variable identification portable across GRIB versions
...
Change-Id: I1ca20cc66e99b9c495c4403f63923559a8007912
2017-02-03 16:20:19 +01:00
Axel Uhl
7a6adae037
added marinenet grib files as test resources
...
Change-Id: Ia1019a0023cfedbf71552444dddc44658e87bbb9
2017-02-03 13:28:27 +01:00
Axel Uhl
5f4bd38734
fixed Grib test cases
...
Change-Id: Id436686ac31afde0b266a5dcb9cc7cd8d41f0df7
2017-02-02 22:10:51 +01:00
Axel Uhl
2cb5e2d78b
added more tests
...
Change-Id: Ib4a0f4f025b673d755326775f36ec7430c23e7cb
2017-02-02 22:09:28 +01:00
Axel Uhl
462380a0dc
added grib test data from meteoconsult.fr and added a test case; reversed wind after comparing with public GFS website
...
Change-Id: I9805c08f22d534396f25b9febc87c50dde6bd22d
2017-02-02 16:30:14 +01:00
Axel Uhl
518a77748f
fixed GRIB test case
...
Change-Id: I108ad72923f1a9418867c3f9e90c1c2ada037cb3
2017-01-21 13:22:39 +01:00
Axel Uhl
a37ff48e94
added an implementation for a UVWindField that seems to successfully produce Wind objects
...
Change-Id: Iba2cf94d9b247cd8411a22d5c58843d648ce806b
2017-01-20 18:24:55 +01:00
Axel Uhl
f09c7e4de1
started wrapping GRIB data set as a wind field
...
Change-Id: Ic6f3f3646d3b9f4b6c4926a03cfc168102fb7e42
2017-01-20 11:36:13 +01:00
Axel Uhl
4af582421b
added a few more GRIB sample files and some documentation
...
Change-Id: I6b3d869e99ba40f0fbb39118c07bf2eb1f8896a5
2017-01-20 10:35:14 +01:00
Axel Uhl
47afbe69b2
added pom.xml files for Grib projects
...
Change-Id: Ie637435f65e072e88906265dc53103cbaab00b20
2017-01-19 16:07:53 +01:00
Axel Uhl
480689fd6f
GRIB import, first steps
...
Change-Id: If2681103ecb5ddf6d5644f88d5f438aae2e2bd1e
2017-01-19 16:05:39 +01:00