Skip to content

Geowave 829#834

Merged
rfecher merged 7 commits intomasterfrom
GEOWAVE-829
Jun 30, 2016
Merged

Geowave 829#834
rfecher merged 7 commits intomasterfrom
GEOWAVE-829

Conversation

@bmendell
Copy link
Copy Markdown
Contributor

@bmendell bmendell commented Jun 21, 2016

#829 #828

Replaced the xuggler library with jcodec. Updated files to support 4676 data ingest and display.

bmendell added 5 commits June 17, 2016 18:26
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

final IndexStore persistentIndexStore = GeoWaveStoreFinder.createIndexStore(configOptions);
final Index[] indices = JobContextIndexStore.getIndices(context);
StringBuilder sbDebug = new StringBuilder();
Copy link
Copy Markdown
Contributor

@rfecher rfecher Jun 21, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should wrap this with if(LOGGER.isDebugEnabled()){<build string> } so we're not running through building this string in production

bmendell added 2 commits June 23, 2016 14:10
…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.
@dcy2003
Copy link
Copy Markdown
Contributor

dcy2003 commented Jun 30, 2016

Reviewed

@rfecher rfecher merged commit 11025f3 into master Jun 30, 2016
@rfecher rfecher deleted the GEOWAVE-829 branch June 30, 2016 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants