|
POST
|
Hello all, Server and ArcGIS server management and configuration is certainly not my comfort zone, so I'm hoping you could offer some expert advice/tips on reducing loading times for users opening and working on MXDs from home, accessing the central license server across the internet (secured VPN connection), and accessing feature services through the same means (which they would normally access via an intranet). I'm currently unaware of the exact specs and configuration of the stack, but would find any generic or specific advice to this very generic question immensely helpful. Thanks in advance
... View more
05-21-2020
12:13 PM
|
0
|
2
|
1178
|
|
POST
|
code: func(!Sent Phone!) pre-logic script: # only works for a string, add some
#logic to test for str, int float etc
#then if/else it in a similar block
def func(input):
if len(input) == 8:
result = input
else:
result = '0'
return result
... View more
05-21-2020
11:53 AM
|
1
|
0
|
3225
|
|
POST
|
Be inetreresting to see Esri's pitch on this, thanks for the arcpy.EnvManager **steals**
... View more
05-20-2020
12:05 PM
|
3
|
2
|
4280
|
|
POST
|
A definition query? I'd guess that could be an issue.
... View more
05-20-2020
08:12 AM
|
0
|
1
|
1700
|
|
POST
|
I might be a bit cowboy and export 2 new feature classes, those for the small scale and large scale (lasso your data than export / switch selection etc). The result would be a 'small scale feature class' and a 'large scale feature class') have both active in your small scale dataframe but label only the small scale feature class etc.
... View more
05-20-2020
08:02 AM
|
0
|
1
|
3752
|
|
POST
|
You could try utilising the arpy.env.scratchWorkspace e.g. output_path = os.path.join(arcpy.env.scratchWorkspace, output_name), it's also a useful workaround for GP tools which contain functions requiring physical outputs/copies, the server handles them in a pseudo in_memory capacity (as far as the user is concerned).
... View more
05-20-2020
07:56 AM
|
0
|
1
|
5235
|
|
POST
|
https://community.esri.com/message/928111-re-how-to-symbolize-by-type-and-size-in-pro?
... View more
05-20-2020
12:03 AM
|
0
|
0
|
1682
|
|
POST
|
Also you could solve it in your original workflow when you create the raster for each road. Zoom to the full extent of all of your data, and when you rasterise each line, ensure the cell size is the same and that your extent is 'same as display'. That should solve the initial problem of putting them into Cell Stat, as they will all have the snap origin of the display (top left or bottom left or whatever).
... View more
05-19-2020
12:54 PM
|
0
|
0
|
2057
|
|
POST
|
Are we talking about an overlap not being controlled? e.g. a pretty random assignment of the raster cell value if they occupy the same space? Dependant on the infrastructure would there not be considerations such as z order etc with flyovers? I guess I'm not grasping the problem entirely well.
... View more
05-19-2020
12:41 PM
|
0
|
1
|
2057
|
|
POST
|
https://community.esri.com/message/928111-re-how-to-symbolize-by-type-and-size-in-pro?
... View more
05-19-2020
06:35 AM
|
0
|
0
|
1384
|
|
POST
|
How did you get the points initially? Instead of trying to unbake that cake maybe we can save it from the oven in the first place. there could be some near analysis done on it, but that is a bit chicken and egg again as it would need to iterate sequentially. I can see how it might be done in my head though.
... View more
05-19-2020
06:06 AM
|
0
|
3
|
2136
|
|
POST
|
Esri Provides Free Mapping Software for Organizations Fighting COVID-19 Esri Disaster Response Program | Disaster Support with GIS Technology
... View more
05-19-2020
06:00 AM
|
0
|
0
|
834
|
|
POST
|
Have you tried Build Raster Attribute Table—Help | ArcGIS for Desktop
... View more
05-19-2020
12:39 AM
|
0
|
1
|
1598
|
|
POST
|
You're passing 'ID' into 'def autoIncrement():' - which has no input parameters. expression autoIncrement()
... View more
05-19-2020
12:37 AM
|
0
|
0
|
1570
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-13-2025 01:08 PM | |
| 1 | 09-25-2025 03:19 PM | |
| 1 | 09-24-2025 02:35 PM | |
| 1 | 09-17-2025 02:42 PM | |
| 1 | 09-10-2025 02:35 PM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|