|
POST
|
I think you need to add more information to your question (don't just add it as a reply to me). I'm assuming you have hundreds of lidar points that capture a pole? If not what is it you have? If it is a load of points in 3d space where do you want your single pole point to be? At the top, middle or bottom of the point cloud?
... View more
08-09-2023
09:35 AM
|
1
|
1
|
1283
|
|
POST
|
When you say "Append" do you mean join fields from the table to the Feature class or do you mean insert rows from the table to the end of the Feature class? I've never used a table with "SQL geometry" so my gut feeling is if you are trying to insert rows then there might be a compatibility issue. You need to clarify what you mean by append as that can be read two ways?
... View more
08-09-2023
07:43 AM
|
0
|
1
|
1503
|
|
POST
|
It's a long time since I've developed a DLL for ArcMap. AddIns are the much better way of developing and distributing customisation. That said I remember DLL's developed in .Net needed to be registered using RegASM.exe, have a look at the Q&A from 12 years ago...
... View more
08-09-2023
06:56 AM
|
0
|
0
|
1559
|
|
POST
|
I've been complaining about this very issue, it was functionality that was introduced into ArcPro in version 2.9 I think. It breaks all sort of model logic. So in response to this ESRI have not accepted it was a bad idea, get rid of it, they just put in an option to turn it off /on. I have it turned off! Go to application options > Modelbuilder tab > and turn it off!
... View more
08-09-2023
06:31 AM
|
1
|
0
|
1305
|
|
POST
|
If your text is always Abc (x.y.z) format, as in your abbreviations are always in brackets, then you could use this piece of Arcade: var i = Find('(',$feature.name1);
var n = Count($feature.name1);
var x = (n - i);
var rTXT = Upper(Right($feature.name1, x));
var lTXT = Proper(Left($feature.name1, i));
return Concatenate([lTXT,rTXT]); In my test data the text field is called name1, you would use NAME. Code works by locating the first open bracket and then uses that location to pull out the right text to set UPPER and the left text to set PROPER.
... View more
08-02-2023
05:09 PM
|
0
|
1
|
2405
|
|
IDEA
|
I would like to add to this idea and say the single measure is the default method for the tool. I would say I more often want to measure a single distance rather than than sequence of segments. I agree that its quite irritating to have to keep clearing the dialog to understand what it is I am measuring!
... View more
08-02-2023
04:43 PM
|
0
|
0
|
2149
|
|
POST
|
Sounds like you want to be calling exportToJPEG() on MapView? There is sample code at bottom of help page.
... View more
07-28-2023
05:22 PM
|
0
|
0
|
1204
|
|
POST
|
I've experienced the same issue and never found a solution. You say you have some complex models, in my experience it's often easier to convert your model into a script; easier to maintain, none of this model remembering stuff issue, easier to edit and of cause a lot easier for looping within loops. I would recommend making the jump to python script if your model is large and cumbersome.
... View more
07-28-2023
05:18 PM
|
1
|
0
|
2500
|
|
IDEA
|
You say "...very few users make use of the field description functionality [in arcpro].". Well not me, I use that functionality in the metadata all the time to describe what the field is and how it was calculated. What you have hit on is the inability of ArcPro to upload that vital information in the metadata into the AGOL field description of the hosted feature layer and ESRI need to tackle that break down in communication. It's a shame that it is happening as it severs the data from all that valuable information one has spent time entering and as you say you have to end up doing double entry. ☹️
... View more
07-25-2023
04:16 PM
|
0
|
0
|
2225
|
|
IDEA
|
Amazing to hear AML still being used! Out of interest have you tried writing the output of the raster to point tool to a file geodatabase on the c:\ drive of the machine, is the performance any better?
... View more
07-25-2023
04:04 PM
|
0
|
0
|
2316
|
|
POST
|
If you study the help file on the searchcursor, look at the syntax section, all the inputs have a @ character, so if you want to return a geometry object you need to set the field name to be shape@, you are using shape. I would suggest you explore the use of the Find Identical tool and Delete Identical tools to simplify your code, you don't need to be using cursors for this task.
... View more
07-13-2023
03:32 AM
|
0
|
1
|
2649
|
|
POST
|
You say "The feature is hosted on a database server.", is that ArcGIS Online or some Portal that your organization has set up? May be its a view of the data you are accessing and ArcPro is honouring some sort of definition question whereas ArcMap is ignoring it? As a belt and braces approach, try exporting the data to a local file geodatabase and see if there is the expected number of records in your dataset?
... View more
07-12-2023
09:22 AM
|
1
|
1
|
2882
|
|
POST
|
Are you saying your data has 1575 fields (columns) or 1575 row (records)? It's unclear what you mean by referring to them as attributes.
... View more
07-12-2023
08:07 AM
|
1
|
3
|
2894
|
|
POST
|
So whats the problem? You make a vague statement about what you are doing but give zero detail. What are the inputs, what are the errors, what is it you want? Suggest you add significantly more detail.
... View more
07-12-2023
08:01 AM
|
0
|
0
|
914
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-03-2026 07:31 AM | |
| 3 | 06-29-2026 05:17 AM | |
| 1 | 02-15-2023 05:45 AM | |
| 1 | 06-16-2026 02:37 AM | |
| 1 | 06-15-2026 08:29 AM |
| Online Status |
Offline
|
| Date Last Visited |
a month ago
|