|
POST
|
Sounds like Margaret Maher might need to chime in on this talk! She is the ultimate expert in coordinate systems.
... View more
02-26-2016
09:29 AM
|
0
|
0
|
14501
|
|
POST
|
For 'newer' versions of MS Access (using the .accdb extension instead of the .mdb), you might need to establish an Ole DB connection. There is an esri article on it: 32976 - Connect to Microsoft Access 2007 / 2010 (ACCDB) files in ArcGIS
... View more
02-26-2016
07:36 AM
|
0
|
0
|
1512
|
|
POST
|
Thanks for all the replies. PyScripter seems pretty useful! I will definitely be checking it out!
... View more
02-26-2016
07:23 AM
|
0
|
0
|
433
|
|
POST
|
You can turn on midpoint snapping from the Snapping toolbar. To do this, start an edit session, and in the Edit Toolbar, drop down the Editor list, go to Snapping and then Snapping Toolbar. In the snapping toolbar, you can select midpoint snapping. Now, to move the anchor point, base point, there are some steps listed here: 34874 - Move the anchor point of a feature " Start an Edit Session. Select the Edit tool and double-click the feature. Select the Rotate tool on the Editor Toolbar. Hover the mouse over the feature's anchor to move it to a new location. Click and drag the anchor point to a new location. " Then you can drag the anchor point to the mid section of that line segment.
... View more
02-25-2016
06:55 PM
|
2
|
0
|
3110
|
|
POST
|
I was using Pythonwin since I liked its interactive window. Though, I now use PyCharm . I find it's helpful with drop down intellisense like menus. Both of these are free so that is another plus. And yes, Dan, I have seen this blog post: IDE's for Python It's a great comprehensive list, though I would like to hear other's opinions on this board
... View more
02-25-2016
12:18 PM
|
1
|
1
|
3789
|
|
POST
|
I have seen lots of different IDE's for using Python and I wanted to ask the board what everyone prefers and why they chose what they chose.
... View more
02-25-2016
12:18 PM
|
0
|
10
|
7173
|
|
POST
|
Could you perform a spatial join? This may help what you are doing Spatial Join—Help | ArcGIS for Desktop
... View more
02-25-2016
09:24 AM
|
0
|
1
|
1914
|
|
POST
|
I don't see your screen shot of your TOC. In any case, you could add a US States layer. There are various ways of obtaining this. You could search in ArcGIS Online (in the Add Data button, drop down to Add Data from ArcGIS Online). Here is one I have used before: https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_States_Generalized/FeatureServer Or you could search in the Template data that comes when you install ArcGIS. Usually found in a similar place to here: C:\Program Files (x86)\ArcGIS\Desktop10.3\TemplateData
... View more
02-25-2016
06:32 AM
|
0
|
0
|
14697
|
|
POST
|
If you are in ArcMap, you can right click on the layer, go to Properties and then click on the Definition Query tab. Here write a query (the syntax will depend on your naming conventions and such) that will look similar to STATE_NAME = 'Georgia'
... View more
02-25-2016
06:06 AM
|
0
|
3
|
14697
|
|
POST
|
Sometimes there is a glitch when publishing certain services and I do not fully know why. I have found that it helps when I open my MXD from ArcCatalog and publish it from there, as opposed to opening the MXD from Windows Explorer. Also, the server name of my folder connection in ArcCatalog has to be named a certain way to match the server itself (which I also do not fully understand). So, I am not sure that this helps...
... View more
02-25-2016
05:21 AM
|
0
|
0
|
585
|
|
POST
|
No problem! If this helped answer your question then please mark this answer as "Correct".
... View more
02-24-2016
08:05 AM
|
0
|
0
|
1344
|
|
POST
|
This is a great question. I found where someone asked this on Stack Exchange and there is a 'suitable' answer there. Not sure if this works for you or not. Besides the obvious, the ArcMap interface really isn't suitable for so many fields. Even three fields is pretty cumbersome. A workaround is to recode your five fields into a single, master symbology field. Then you can use the regular unique values symbology for this. Here's an example with some made-up data: By recoding the fields into the Master field, you can create a set of unique symbologies as needed. You could even concatenate values so that the master field had a value of USA, New York, Buffalo, Type 1, Active in the first row.
... View more
02-24-2016
08:04 AM
|
2
|
0
|
3259
|
|
POST
|
Ok, it was the bottom part.... I needed to make it say: makestr(!Layer!) ...sheesh... Thanks James! Again, you're the best!
... View more
02-24-2016
07:49 AM
|
1
|
1
|
2563
|
|
POST
|
James, that makes sense and I ran the codeblock in Field Calculator with your code, but it didn't return anything. There were no errors though. Is there something I am doing wrong? The field that I am grabbing the values from is called "Layer" and I am putting the values into "Parcel_Numb". def makestr(Layer):
numlist = []
for s in Layer:
if s.isdigit():
numlist.append(s)
retlist = ''.join(numlist)
if any(char.isdigit() for char in retlist):
return retlist and for the bottom part: makestr(!Pacel_Numb!) Is it a syntax issue?
... View more
02-24-2016
07:47 AM
|
1
|
2
|
2563
|
|
POST
|
I feel kind of dumb but I cannot figure out how to make this work. This should be easy, I think, but field calculator is making it difficult for me. I have one field that has text and numbers. I want to use Field Calculator with Python to just grab those numbers and put them into my Long Integer field. I tried using the example from Stack Exchange but maybe I am doing it wrong because this example is making it a string? (this returns nothing in my records) What am I doing wrong?
... View more
02-24-2016
07:15 AM
|
0
|
4
|
5438
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-04-2026 08:44 AM | |
| 4 | 07-06-2026 08:32 AM | |
| 2 | 07-05-2026 10:12 AM | |
| 1 | 02-09-2026 03:32 PM | |
| 2 | 02-05-2026 07:06 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|