|
POST
|
I'm no expert on this Arcade or 123 syntax btw. though if it's on the basis of Condition, IfConditionTrueValue, ElseValue : if (${q2_1_2_height} >= 25 and ${q2_1_2_height} <= 45, 0, 1)
... View more
07-17-2020
02:35 AM
|
2
|
2
|
2405
|
|
POST
|
with a script - arcpy.listLayers(mxd) then copy etc or the Clip and Ship tool.
... View more
07-16-2020
12:17 PM
|
0
|
0
|
19334
|
|
POST
|
Hi, You could certainly do this with Data Driven pages though you may have to alter the format of your data. I believe the animations toolbar might also be able to record this.
... View more
07-15-2020
06:24 AM
|
0
|
0
|
1254
|
|
POST
|
Thanks Joshua, I guess the best way is to test it with some colleagues. Cheers.
... View more
07-13-2020
09:26 AM
|
0
|
0
|
1599
|
|
POST
|
Thanks Joshua, On checking the serviceProperties, is the UserName derived from os.getusername or whatever rather than hardcoded? Thanks.
... View more
07-12-2020
10:21 AM
|
0
|
2
|
1599
|
|
POST
|
It worked for me in arcmap, unless there's an environment setting, you have a selection applied on the dataset it would appear to be a pro issue. (I cant test it in pro).
... View more
07-12-2020
01:54 AM
|
0
|
0
|
1792
|
|
POST
|
You could use the Merge (Data Management) tool, or if you're dealing with a lot of MDBs I would script something like ListWorkspaces (MDB), ListFeatureClasses for each and produce of all Feature Classes joined to their workspace path (os.path.join()) then use this as input to the Merge tool. This also depends on you not having relationship classes etc. inside the MDBs, and not exceeding the 2GB limit.
... View more
07-11-2020
06:38 AM
|
0
|
0
|
1530
|
|
POST
|
I'm wondering how layer files representing features within a multiuser database can be shared with OS authentication. My understanding is that a 'filepath' to the feature is a reference to the specific sde connection on my computer, followed by \MyFeature 1 etc. which makes sense to control the authentication and version. How would a layer file be constructed so that various users can use the same layer file but with a prompt for OS Auth (as they would have different DBMS roles assigned to them)? Is it just a case of copying the .sde connection file to a network location then wrangling the paths through it? There are no versions other than DEFAULT. Thanks for reading.
... View more
07-11-2020
02:24 AM
|
0
|
4
|
1660
|
|
POST
|
Hi mate, By polygon do you mean the extent of your raster? I'm assuming you've used Raster Calculator or Con etc. to recode/reclassify the original slope raster? As changing the symbology in the map will not affect the data values. Raster to Polygon—Help | ArcGIS for Desktop would allow you to see the Shape_Area of your polygons - I would just select by attribute then right-click on the field in the attribute table and see the sum statistics for each. Be aware of the simplification options as this would change your percentage areas. Or, Just look at the raster attribute table Build Raster Attribute Table—Help | ArcGIS for Desktop You'll see a count of the number of cells for each type, then it's a case of calculating the percentages of each. Again, beware of how you want to handle NoData values (if there are any), such as hydrology in your AOI, are they excluded from the percentage calculation or to be included in the total area?
... View more
07-11-2020
01:53 AM
|
2
|
0
|
2130
|
|
POST
|
Agreed with Build Footprints, you can draw your own, but the RADIOMETRY option may be handy in this instance.
... View more
07-10-2020
01:58 PM
|
0
|
0
|
13887
|
|
POST
|
Have you converted your slope values to polygons? Save them as Feature Classes so you can sum the ShapeArea columns on each, if there's not any NoData values, their total area will be the area of the Raster?
... View more
07-10-2020
01:54 PM
|
1
|
2
|
2130
|
|
POST
|
I'd do it in field calculator with something along the lines Matt laid out, using a code block.
... View more
07-10-2020
12:25 PM
|
0
|
0
|
2636
|
|
POST
|
As Duncan says this is way way way too large. You'll also want to consider setting-up diagonal paths etc.
... View more
07-10-2020
11:28 AM
|
2
|
0
|
2005
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-17-2023 12:44 PM | |
| 1 | 06-13-2025 01:08 PM | |
| 1 | 09-25-2025 03:19 PM | |
| 1 | 09-24-2025 02:35 PM | |
| 1 | 09-17-2025 02:42 PM |
| Online Status |
Offline
|
| Date Last Visited |
4 weeks ago
|