Hosted Feature Replica Update locally and Synchronization

258
1
06-15-2022 06:35 AM
Labels (1)
JoseSanchez
Occasional Contributor III

Good morning,

I am working in building the following solution:

 - create a hosted feature layer  using ArcGIS Pro and publishing in ArcGIS Portal

- create a replica of the hosted feature layer locally

- update the replica, with ArcGIS Pro for testing, but the goal is to update the replica with python

- synchronize hosted feature with replica

Any recommendation in how to implement this solution.

 

Thanks

 

0 Kudos
1 Reply
JoseSanchez
Occasional Contributor III

Hello everyone,

Project Scope: Update Feature Hosted layer from regular ArcGIs Portal and from a python script.

To update with python I am analysing two scenarios:

1) uing replicaiton in a FGDB

2) directly updating the hosted feature layer

First scenario.

I published a hosted feature layer using ArcGIS Pro to ArcGIs Portal

I am testing replication  

https://developers.arcgis.com/python/guide/checking-out-data-from-feature-layers-using-replicas/

and  Update using Upsert

https://developers.arcgis.com/python/guide/appending-features/#Insert-New-Features-and-Update-Existi...

 

Any suggestions will be welcome.

 

 

Question

 

Thank you

 

 

 

0 Kudos