Aaron Pulver

Results 9 comments of Aaron Pulver

@fescobar thanks, if we move the directories again we'll do that. We made an assumption that the max build number was fetched and then incremented so it didn't occur to...

If you are getting 504 Timeout errors when deep copying features, it's probably because the size of the features being submitted is too large. This tends to happen when features...

> In your other tool, did you experiment with trying to assess the feature complexity before the copy? I just added a basic check to see if it's points or...

Part of the problem is in timedimension.control.js line 303-322: ```js _update: function() { if (!this._timeDimension) { return; } var time = this._timeDimension.getCurrentTime(); if (time > 0) { var date =...

@matthewreesstephenson The username parameter is case-sensitive for the authentication endpoint used by these tools. Check that it matches exactly how it appears in AGOL. The normal OAuth view is case-insensitive...

@MVAC13 In the example, we create the same number or routes as workers. ```python results = arcgis.features.analysis.plan_routes(breweries_layer, # Feature Layer of Stops len(workers), # Number of routes to generate 5,...

Hi @huanfachen I'm not aware of any packages that can solve these problems out of the box using other approaches like simulated annealing or genetic algorithms.

FYI this was resolved with version 3.1.0. The issue is no longer reported in our security scans after upgrading.

You can find the Workforce Classic Schema here: https://doc.arcgis.com/en/workforce/android-phone/help/workforce-schema-classic.htm Completed assignments are `3` and cancelled ones are `6` so just change your where clause to `status IN (3, 6)` if...