Select to view content in your preferred language

Use model builder online

747
2
02-25-2024 10:47 PM
Jochman
New Contributor

I'm new to ArcGIS. I'm a student and I have the next task:

I need to create an automation that takes model builder's code and create a nice web interface to send the inputs to it.

I could not understand between the ESRI's product if I'm using the right one:

How do I run model builder (preferably in a pod)? I can have the code exported to python. I have credentials for ArcGIS online.

Is that enough? Did I choose the right product?

I'm a software engineer, don't hesitate to be technical.

0 Kudos
2 Replies
JakeSkinner
Esri Esteemed Contributor

Hi @Jochman,

You will need ArcGIS Server, which will give you the ability to publish a Geoprocessing Service.  For example, you would publish the model to ArcGIS Server as a Geoprocessing service.  You can then configure this service within an application, such as Experience Builder.  End users that have access to the application can then execute the published model with their parameters.

0 Kudos
JianLange1
Emerging Contributor

Hi @Jochman ,

If you have an ArcGIS Online subscription with the Professional user type, you can access the ModelBuilder beta functionality in Map Viewer. To get started, check out this guide. Additionally, you can learn more about ModelBuilder Online by reading this blog article.

0 Kudos