|
POST
|
Yes. You need to login to your organization Profile, select the three horizontal lines at the top to see more options, go to Licensing Tools >Recover Lost Licenses. Run through that, and it should enable your lost license for use.
... View more
a week ago
|
1
|
0
|
244
|
|
POST
|
hughesmichael, you need to release the license from your old PC before you can use it to activate the software on your new pc. on your old pc > start arcgis administrator > select Support Operations > select Deauthorize. This will release the license and allow you to use it on your new pc to authorize the software there. Regards, Jim
... View more
a week ago
|
0
|
1
|
251
|
|
POST
|
This is an "out of the box" solution, and other methods may get you exactly what you want. I see you have each SRRECTYPE associated with NAME_1. For the summary statistics, you want the Statistics Field(s) to pint to the SRRECTYPE column with the Statistic Type set to COUNT. You want this based on the unique values of NAME_1 paired with SRRECTYPE, so select NAME_1 and SRECTYPE for the Case Field(Optional) entries in the bottom dialog box. This should look at each unique value of NAME_1 combined with SRRECTYPE and provide a count of each unique value in the pairing of NAME_1 with SRRECTYPE. Your result may not be in the format you want as output, but all of the information is there for you to reformat. However, one of the other solutions presented may provide the output in the format you want.
... View more
09-25-2025
06:14 AM
|
0
|
0
|
1352
|
|
POST
|
My first thought is to run a spatial join of the points to the parish polygons, to create that association. Summary statistics should allow you to get a count of each request type within each parish. Regards, Jim
... View more
09-24-2025
06:35 AM
|
0
|
2
|
1416
|
|
POST
|
The field calculator will only apply to the selected records. If you are at all concerned, run your field calculations in an edit session, where you have the option to "undo".
... View more
06-11-2024
07:26 AM
|
0
|
0
|
1738
|
|
POST
|
The criteria for symbolization returns a value in the source layer, so it displays something. The criteria for symbolizing the second layer does not return a value, so nothing displays. Think of your symbology criteria as a query, and verify that the "query" returns a true value for display.
... View more
06-11-2024
05:53 AM
|
1
|
0
|
1484
|
|
POST
|
I assume you have a basic level and not a standard or advanced ArcMap license, as they have tools to do this. A basic level license does not have access to those tools. There is a third party tool called "ETGeowizards" that will do this in their free version. It is a very useful tool, providing access to functionality that is unavailable within ArcMap with a basic level license. - Jim
... View more
06-07-2024
06:22 AM
|
1
|
0
|
2733
|
|
POST
|
I see. This requires coding to work with the shapefile, or conversion of coordinates or attribute table to a text file for application of geometry formulas SIN and COS in a spreadsheet or database. Sorry I can't provide a better solution, James_Blythe
... View more
10-24-2023
06:19 AM
|
0
|
0
|
2595
|
|
POST
|
James_Blythe It seems like COGO tools may provide what you need. However, is the shift distance and azimuth actually a direction / distance that traces a path using the points as a connected line, or are they completely unique, with no real relation to each other in their locations, and not a distance and bearing? A sample would be useful if that is something that you can provide. Regards
... View more
10-23-2023
06:50 AM
|
0
|
3
|
2620
|
|
POST
|
As painful as it might be, the first item in the list is to uninstall and re-install the software. Sorry.
... View more
10-06-2023
07:18 AM
|
0
|
1
|
1351
|
|
POST
|
Yes, it should not be an issue. NOTE: You should create a new field and calculate it based off of the original, so if there are any problems, you still have access to the original source field and values.
... View more
10-03-2023
05:00 AM
|
0
|
0
|
1720
|
|
POST
|
Ibuava, The result of this operation will be a string. Numeric values do not have "dots" in them. Within python, as a string, you can use a simple string slice and append function, such as: oldNum = str(1234567890)
newNum = oldNum[:2] + "." + oldNum[2:4] + "." + oldNum[4:7] +"." + oldNum[7:]
newNum
'12.34.567.890' This assumes the oldNum is 10 characters in each entry. If it is not always10 characters, work from the end of the string value to the front, instead. If you are trying to do something else, please provide more information so you can get a targeted response to your question. Regards, Jim
... View more
09-29-2023
08:05 AM
|
1
|
2
|
1753
|
|
POST
|
SoratoMarques, This is a standard function that has an arcpy sample as part of the help about this function. Do you have the spatial analyst or 3D analyst extension? One of these is necessary for access to the tool. If none of this helps you solve this issue, what is the error or problem with the methodology? Regards, - Jim
... View more
09-13-2023
07:53 AM
|
0
|
0
|
1986
|
|
POST
|
A little information? Are you exporting or printing to PDF? What size is your layout, 8.5x11 11x17 etc What are your settings under the export options in the General and Format tabs?
... View more
08-23-2023
09:00 AM
|
0
|
0
|
1106
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | 08-27-2014 12:45 PM | |
| 1 | 07-17-2013 09:53 AM | |
| 1 | 11-12-2013 05:35 AM | |
| 1 | 06-11-2024 05:53 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|