|
IDEA
|
I often compress file geodatabases to reduce data volume for static datasets. I am also being supplied , in ever increasing regularity datasets supplied as geopackages. When I import such data into a file geodatabase it takes on the field formats but the compression tool errors with this message: ERROR 161003: Cannot compress ea_detailed_watersheds. Compression not supported on 64-bit object ID, big integer, date only, time only or timestamp offset fields. So my idea is to update the compression tool to work with 64-bit object ID, big integer, date only, time only or timestamp offset fields as these will become increasingly more common.
... View more
07-11-2024
05:41 AM
|
6
|
4
|
1911
|
|
POST
|
Dear @ChrisUnderwood, Attached is a zip file with an access database, points have been deliberately moved but the same issue still persists. I create an OLE link to it using the 16.0 OLE DB Provider Add table to map Create an EVENT THEME (I don't want XY Table to Point before you suggest it), spatial reference is set to British_National_Grid. Try and select a single point selects everything and we don't see the selection in the layers attribute table. It will be interesting to hear if you get the same issues and if there is a solution? By the way I using ArcPro 3.3. Duncan
... View more
07-11-2024
04:26 AM
|
0
|
3
|
2139
|
|
IDEA
|
So a question was asked way back in 2012 about adding hyperlinks in error messaging. 12 years have passed, ArcPro is the main desktop application and this has not come to pass so I'm asking now if this can be considered as an idea. Currently my error messaging might be something like this: arcpy.AddError("Some error, you need to go to Amazon!") What I would like to be able to do is something like this, but this simply prints everything: arcpy.AddError('Some error, you need to go to <a href="https://www.amazon.co.uk">Amazon!</a>') In my use case scenario I would replace the URL with a URL to an error page for an online manual.
... View more
07-10-2024
04:58 PM
|
10
|
12
|
3506
|
|
POST
|
Hi @ChrisUnderwood , just checking if I can share a sample of the database, if I can't I will try to spoof up something. Either way will get back to you as this is a real show stopper for us and stopping a major project in our team from migrating away from ArcMap, where it just works flawlessly.
... View more
07-10-2024
04:35 PM
|
0
|
0
|
2150
|
|
POST
|
What @MervynLotter suggest is a good solution but I just want to add that you could have also used the Create Random Points tool and set the constraining feature class to the buffers.
... View more
07-05-2024
05:29 PM
|
1
|
0
|
1991
|
|
POST
|
It's not clear what you are asking from your sketch. So are you saying that the black dot is a location of one point? Where the other location is a stack of 3 points, but rather than being displayed as a stack of points that would obscure each other you want them dispersed in a linear fashion as you have shown? If what I ask is correct then what's the maximum number of samples at a location, 3 as you show or 3,000? Whilst display order of stacked data can be fiddled around with in ArcPro, be aware that AGOL is incapable of showing custom display orders. you need to edit you question add more precise detail in what it is you actually want.
... View more
07-05-2024
05:13 PM
|
0
|
0
|
1073
|
|
POST
|
I just want to check with the user community that what I see is indeed what ESRI think should be happening... So following the instructions here I connect with an OLE connection to an Access database (accdb). I add the table to the map and then create an event theme from it, so far so good, as shown below. Using the select tool I draw a selection box around 1 point on the map an I see this... All points selected! So I open the attribute table of the event layer and I see this... Nothing is selected! Am I right to conclude that an OLE connection does not work well with arcpro and that one cannot create sensible event themes from a table coming out of an accdb?
... View more
07-04-2024
09:42 AM
|
0
|
7
|
2296
|
|
POST
|
I have a point layer in field maps which has a numeric field called ID. In AGOL, when viewing the layer in map viewer I had open up its form and for the ID field created a calculate expression: return count($layer) + 1; This will set the ID to the number of features plus 1. That's how I auto populate the ID field with unique ID numbers.
... View more
07-04-2024
05:22 AM
|
1
|
1
|
2536
|
|
POST
|
I would not use that tool, that's for creating a spatial reference which you would then assign to a dataset. If the tessellation tool is complaining about a lack of a coordinate system it would strongly suggest to me that your input dataset does not have a coordinate system. You don't say what the input layer is, how it was created and although you claim to say it is projected you never state what it is! If you go to the properties of the layer (from contents panel) and look under sources what does the spatial reference say? If it says unknown then the dataset is missing specific information and that's something that can happen with shapefiles (which by the way are a very old data format, use file geodatabase). If you know for a fact that it should be in coordinates "XYZ" then you can use the Define Projection tool to set it to "XYZ". This tool is simply adding the information it is not actually doing a projection of the data.
... View more
07-03-2024
02:10 AM
|
0
|
0
|
1029
|
|
POST
|
OK another avenue to explore, according to the help file the calculate geometry attributes takes a Feature Layer as input, you are feeding it a Feature Class. So feed output of the add field tool into a make feature layer tool which then feeds into the calculate geometry attributes tool.
... View more
06-25-2024
08:27 AM
|
1
|
1
|
2721
|
|
POST
|
You don't say anything about how your data is stored and where? Is your data local, network or a service being throttled over the internet? Is your data a file geodatabase or shapefiles or some transfer format like geojson? If a shapefile you need to add a spatial index, but best performance is always a local file geodatabase.
... View more
06-25-2024
08:11 AM
|
0
|
1
|
2263
|
|
POST
|
OK try creating the field but not calling it length as that is a database reserved word, try something like len_m, see if that works?
... View more
06-25-2024
08:04 AM
|
0
|
1
|
2734
|
|
POST
|
Just a side note, the version of Python has been upgraded to 3.11 with ArcPro 3.3. and if as Dan hints there has been little maintenance in that module you may find it won't even work?
... View more
06-25-2024
08:01 AM
|
0
|
0
|
2206
|
|
POST
|
You can export metadata, but it will be to XML format. You access the export tool from Catalog View > Manage tab. You can then open the XML directly in Excel, but not sure what value that is as you take what is inherently displayed as a document and force it into a tabular view?
... View more
06-25-2024
07:55 AM
|
0
|
1
|
1196
|
|
POST
|
You don't actually show how you have run the tool and what its parameters are, suggest you edit your question to include a screen shot of the calculate tool as it's impossible for anyone to answer this question.
... View more
06-25-2024
07:37 AM
|
1
|
0
|
2754
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-15-2026 07:35 AM | |
| 1 | 04-14-2026 06:38 AM | |
| 1 | 04-14-2026 04:16 AM | |
| 8 | 03-30-2026 10:12 AM | |
| 2 | 03-18-2026 08:16 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|