Skip to content

KMeans improvements (CQL, hull attr, CLI opts)#1168

Merged
rfecher merged 2 commits intomasterfrom
kmeans-cql
Aug 31, 2017
Merged

KMeans improvements (CQL, hull attr, CLI opts)#1168
rfecher merged 2 commits intomasterfrom
kmeans-cql

Conversation

@blastarr
Copy link
Copy Markdown
Contributor

No description provided.

@coveralls
Copy link
Copy Markdown

coveralls commented Aug 22, 2017

Coverage Status

Coverage decreased (-0.05%) to 51.148% when pulling 05a6ec2 on kmeans-cql into 9b31846 on master.

// This is required due to some funkiness in GeoWaveInputFormat
queryOptions.getAdaptersArray(inputDataStore.createAdapterStore());
AdapterStore adapterStore = inputDataStore.createAdapterStore();
queryOptions.getAdaptersArray(adapterStore);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

really? thats not good if its true

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

That's an old comment. I have no idea why it's there. I think I split it out just to get a ref to the adapterStore for reuse farther down.

}
}
catch (CQLException e) {
LOGGER.error("Unable to parse CQL: " + cqlFilter);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

ideally we'd have a stack trace (ie. add , e); Not worth disapproving the PR jsut for that.

.getFeatureType()
.getGeometryDescriptor()
.getLocalName();
Filter filter;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

odd, must have been an artifact of something OBE for these two lines to be separate. iNot worth disapproving the PR just for that.

@rfecher rfecher merged commit 0fbc4d1 into master Aug 31, 2017
@rfecher rfecher deleted the kmeans-cql branch August 31, 2017 14:51
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