Endre Moen

Results 19 comments of Endre Moen

This is because min number of clusters was set to 4 in ch4_optimal_clustering.py in clusterKMeansBase, but it should be 2. I have updated this in this commit: https://github.com/emoen/Machine-Learning-for-Asset-Managers/commit/5acb8a56799439db2f026c18fa5cad1aed6be7d2

Is there not a better way of adding custom properties? If vendorParams isnt an obscure and hidden variable enough - you get code like this when creating a WMS layer:...

but is it still not the user/programmers responsibility to format urls that will be parsed by the servers?

If you define a WMS layer: var felayer = new OpenLayers.Layer.WMS( 'layer name', WMS_SERVER_URL, { layers: "measurements_last_30_days", transparent: true, styles: style, viewparams : 'type:BA' }, { isBaseLayer: false } );...

If your not using gxp - and you have added viewparams to your OpenLayers.layer.WMS configuration then you probably need to set vendorParams=viewparams in WMSGetFeatureInfo as Bart mentioned above. I dont...

How does the code for configuring the layer look like?

How does the url that is sent to geoserver look like? Do you send viewparams: 'fartoeystype:1, 2'? So it is creating a list? I worked around the problem of sending...

So does geoserver generates a query where you have SELECT \* FROM ... WHERE ... AND fartoeystype=9% AND fartoeystype=7% AND ...? I needed to generate an SQL that uses OR...

hi @chris58 , we have probably hijacked this issue... If your using geoserver-sql-view each key,value pair of VIEWPARAMS is matched to a column in a table or view and geoserver...

If you have a network you dont want to modify - like say - InceptionV4 where the input is (299,299) and the output width is (8,8) how can you increase...