-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement TemporalDataReader and tests for reading data over specific time intervals. Add NetcdfTimeUtils for time computations from a base time. Update TimeConverter to cache formatters for better performance. Add temporal package with VortexDataInterval and RecordIndexQuery for time interval queries and indexing. Add DataReader::getDataIntervals. Add MemoryDynamicWriteDataBuffer to handle data write buffering based on available memory. Refactor NetcdfDataReader by splitting grid-set logic into GridDatasetReader and update NetcdfDataWriter to be more robust. Enhance DssDataReader to cache catalogs for efficient index-to-pathname mapping and migrate utility methods to DssUtil. Optimize performance by adding FilenameUtil::endsWithExtensions to replace regex for file extension checks and introduce Grid::toBuilder for creating grid copies. Add IndexMap for tracking object indices and update VortexVariable for robustness. Update SerialBatchImporter to correctly reflect progress and modify WktFactory and WktParser to support Albers Equal Area Ellipse projections.
- Loading branch information
Nick Van
committed
Oct 10, 2024
1 parent
a8b10e3
commit 1522471
Showing
53 changed files
with
3,824 additions
and
1,868 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
224 changes: 0 additions & 224 deletions
224
vortex-api/src/main/java/mil/army/usace/hec/vortex/VortexGridCollection.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.