Add your own Weighted Overlay Models

881
2
09-07-2017 12:37 AM
AlistairFox
Occasional Contributor

Has anyone added there own WOM to geoplanner. I'm finding this.

I’ve followed this http://doc.arcgis.com/en/geoplanner/documentation/publish-your-data-as-a-weighted-overlay-service.ht... to publish a weighted overlay service.

 

But once in my organisation an item it is not found when I tick on the weighted overlay models option under add data.

 

The following is obtained from debug console

 

It is finding the sample I have loaded but not my own new one. The above help talks about using a tag called weightedOverlayService

 

But this is not in the query below, even when I add in geodesignModelerLayer as a tag is still does not find it.

 

{"query":"(orgid:d8jw3DZdIO51ekgw) AND ((((typekeywords:geodesignModelerLayer) OR (type:\"Web Map\" AND typekeywords:\"Modeler\"))) -typekeywords:geodesignProjectFeatureService -tags:geodesignTemplateFeatureService)","total":1,"start":1,"num":30,"nextStart":-1,"results":[{"id":"02988920dc484df3a27483979f94890c","owner":"afoxi_911","created":1504509592000,"modified":1504764953000,"guid":null,"name":null,"title":"world ecophysiographic suitability","type":"Image Service","typeKeywords":["ArcGIS Server","Data","geodesignModelerLayer","geodesignProjectID3164a8a0a3d245c1a84e5bd65a4175ff","Image Service","Service"],"description":null,"tags":["weightedOverlayModel","geodesign"],"snippet":null,"thumbnail":"thumbnail/ago_downloaded.gif","documentation":null,"extent":[],"categories":[],"spatialReference":null,"accessInformation":null,"licenseInfo":null,"culture":"en-us","properties":null,"url":"https://utility.arcgis.com/usrsvcs/servers/24b7c7752170431a95719323a9e71a5e/rest/services/WRO_World_...","proxyFilter":null,"access":"shared","size":-1,"appCategories":[],"industries":[],"languages":[],"largeThumbnail":null,"banner":null,"screenshots":[],"listed":false,"numComments":0,"numRatings":0,"avgRating":0,"numViews":3}]}

 

What am I missing to get my WRO image service discoverable?

0 Kudos
2 Replies
RobertStauder
Occasional Contributor

Hi Alistair,

It sounds like you are close! You have a published a service. You will create models from that service. Try the following:

  1. Remove the geodesignModelerLayer tag from the layer. Make sure the item you published has the weightedOverlayService tag.
  2. If you are using GeoPlanner:
    1. Go to Explore > Modeler. Choose New Model from the dropdown.
    2. In the New Weighted Overlay Model dialog, click My Organization. Do you see your service in the list?
  3. If you are using Web AppBuilder:
    1. See this article. In section Get Started, step 7, do the following:
    2. Paste in the URL to your service. You can find the URL of your service from the service item. Look for the URL entry in the lower-right corner of the item page.
    3. Click Validate. Follow the remaining steps in the Get Started section.

You have created a service. You now need to generate a model from that service. Once you have created a model, you can use the Add Data dialog in GeoPlanner to discover that model.

Let me know what happens.

Rob

0 Kudos
AlistairFox
Occasional Contributor

thanks. i did miss the step of adding it as a model 1st.

cheers

0 Kudos