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
2 weeks ago
|
0
|
0
|
121
|
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
2 weeks ago
|
0
|
2
|
185
|
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
|
990
|
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
|
870
|
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
|
1580
|
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
|
1565
|
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
|
1590
|
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
|
882
|
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
|
1083
|
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
|
1116
|
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
|
1284
|
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
|
747
|
POST
|
KenBuja is correct. A little clarification, though. You can put anything you wish into an attribute table, including coordinate system x,y but the actual geometry is stored in the shapefile with no regard to the values in the attributes. So, if you reproject your data, nothing in the attribute table will change, as you have seen. As an aside, there is a tool under Data Magement that will calculate and add the xy values in new columns in the attribute table, if that is more comfortable for you.
... View more
08-01-2023
08:42 AM
|
1
|
0
|
1546
|
POST
|
This sounds exactly like a projection issue, CoreyMacIssac1. Try adding your polygon shapefile to a new, empty map, and see how it displays. If it appears as expected, this verifies my assumption that it is projection related. If this does not provide the information you need, post your shapefile, and perhaps I or someone else can provide a better response. Regards
... View more
07-24-2023
08:23 AM
|
0
|
0
|
632
|
Title | Kudos | Posted |
---|---|---|
1 | 07-17-2013 09:53 AM | |
1 | 11-12-2013 05:35 AM | |
1 | 06-11-2024 05:53 AM | |
1 | 06-07-2024 06:22 AM | |
1 | 01-17-2020 05:22 AM |
Online Status |
Offline
|
Date Last Visited |
2 weeks ago
|