|
POST
|
'__main__' is the name of the scope in which top-level code executes. A module’s __name__ is set equal to '__main__' when read from standard input, a script, or from an interactive prompt. 29.4. __main__ — Top-level script environment — Python 3.4.3 documentation It's really just a way to make the starting point of the script.
... View more
09-11-2015
09:22 AM
|
0
|
0
|
3508
|
|
POST
|
You've discovered the reason why it's not a good practice to use special (reserved) characters as part of a file name. Just because you can, doesn't mean you should. 23087 - What characters should not be used in ArcGIS for field names and table names? For ArcGIS to work with multiple data types, certain characters in field or table names are not supported... Eliminate any characters that are not alphanumeric character or an underscore. Do not start field or table names with an underscore or a number.
... View more
09-08-2015
10:39 AM
|
1
|
0
|
5450
|
|
POST
|
Looks like just Vertical Bar might be the more generic term. Apparently "Pipe" is more of a Unix thing.
... View more
09-08-2015
10:28 AM
|
0
|
0
|
677
|
|
POST
|
You could use the split() method to get your hyperlinks in a list (EDIT: Ian beat me to it). If you have a one to many relationship between features and files, and you're using code to make it work, maybe you could just store your hyperlink paths in a related table with a key to the feature instead of just a single field in the feature class. And, FYI, the | character is called a pipe.
... View more
09-04-2015
01:09 PM
|
1
|
0
|
4535
|
|
POST
|
Here's the help page on scale bars in ArcGIS Pro. Does that help? Scale bars—Layouts | ArcGIS for Desktop
... View more
09-04-2015
12:56 PM
|
0
|
2
|
4592
|
|
POST
|
Because what you're talking about is really labeling. Besides making each symbol (like you mentioned), I think Ian's suggestion is your best bet.
... View more
09-04-2015
09:20 AM
|
0
|
0
|
2391
|
|
POST
|
Try using ArcToolbox to run a simple tool (like Get Count). Was it successful? If so, open the Results Window, right click the tool result and copy the python snippet. Paste the snippet code into your Python interpreter and run it. Does it error?
... View more
08-31-2015
03:01 PM
|
0
|
1
|
2632
|
|
POST
|
Here is some more reading material on broken data links. 27425 - Use the 'Set Data Source' tool for map documents in ArcCatalog Repairing broken data links—Help | ArcGIS for Desktop
... View more
08-27-2015
11:35 AM
|
0
|
1
|
2624
|
|
POST
|
You might find this article helpful. Use PNGs as ArcGIS Picture Marker Symbols | ArcWatch And here is the current Help document on marker symbols. Creating marker symbols—Help | ArcGIS for Desktop I've used images and fonts for creating custom symbology. I don't know if any size restriction, but 64x64 pixels is pretty standard. If you want smaller symbols, maybe save it as a smaller size so ArcMap doesn't have to squish it. Opposite would be true for larger symbols. You can also download and install any font you can find on the internet and use the character symbols in ArcMap; just search for the style you want (ethnic, american indian, etc) with the word "font" afterward. There are also lots of good unicode symbols that already exist (although they are more generic).
... View more
08-26-2015
02:57 PM
|
0
|
0
|
2705
|
|
POST
|
Which method did you use for your users and roles? Configuring ArcGIS Server security—Documentation (10.3 and 10.3.1) | ArcGIS for Server Users and roles from ArcGIS Server's built-in store Users and roles from an existing enterprise system Users from an existing enterprise system and roles from ArcGIS Server's built-in store We use method 3 above with Active Directory and the account we used to connect to AD had its password expire, preventing it from looking up users and not allowing anyone but the local user accounts (like site admin) from logging in to the ArcGIS Server Administrator. The solution was to change the security on the AD account so that the password never expires.
... View more
08-26-2015
11:54 AM
|
0
|
1
|
2355
|
|
POST
|
I recommend reading through the information in the help document I linked to; that should get you started on what attribute domains are all about. If you have a more specific question related to domains, please describe as clearly as possible.
... View more
08-26-2015
08:57 AM
|
0
|
1
|
1465
|
|
POST
|
I've never seen a date stored somewhere for individual features. If you're using SDE, try Editor Tracking.
... View more
08-18-2015
11:29 AM
|
0
|
1
|
1255
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Friday | |
| 1 | 10-23-2025 03:53 PM | |
| 1 | 04-28-2026 07:25 AM | |
| 1 | 03-19-2026 08:59 AM | |
| 1 | 02-12-2026 01:37 PM |