Merged
Conversation
Added debug statements to Geowave Store Findeer and Output Format to help with Store errors. Correct punctuation in sample_gpx.xml files that was throwing an error. Added JCODEC library to 4676 Image/Video REST endpoint and modified POM to support. Reinserted 4676 Service back into build.
Added debug statements to Geowave Store Findeer and Output Format to help with Store errors. Correct punctuation in sample_gpx.xml files that was throwing an error. Added JCODEC library to 4676 Image/Video REST endpoint and modified POM to support. Reinserted 4676 Service back into build. Removed references to Xuggle artifacts
…to GEOWAVE-829 Conflicts: extensions/formats/stanag4676/service/pom.xml extensions/formats/stanag4676/service/src/main/java/mil/nga/giat/geowave/types/stanag4676/service/rest/Stanag4676ImageryChipService.java
…to GEOWAVE-829 Conflicts: extensions/formats/stanag4676/service/pom.xml extensions/formats/stanag4676/service/src/main/java/mil/nga/giat/geowave/types/stanag4676/service/rest/Stanag4676ImageryChipService.java Updated version number to match current baseline
…to GEOWAVE-829 Updated version number
|
|
||
| final IndexStore persistentIndexStore = GeoWaveStoreFinder.createIndexStore(configOptions); | ||
| final Index[] indices = JobContextIndexStore.getIndices(context); | ||
| StringBuilder sbDebug = new StringBuilder(); |
Contributor
There was a problem hiding this comment.
I think we should wrap this with if(LOGGER.isDebugEnabled()){<build string> } so we're not running through building this string in production
…to GEOWAVE-829 Updated version number Added check for debug logging to GeoWaveOutputFormat.java to prevent string building when not in debug mode. Updated version of dev-resources/pom.xml Changed method of image chip access in Stanag4676ImageryChipService.java.
…to GEOWAVE-829
Contributor
|
Reviewed |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#829 #828
Replaced the xuggler library with jcodec. Updated files to support 4676 data ingest and display.