|
POST
|
Just to be sure you mean surface area? If the DTM has hydrology removed you could count null cell values or whatever the common value for that water body is? That DTM may also have a large temporal resolution. Better yet grab some multispectral imagery and run hydro detection band combos on it, turn to polygon then find Shape_Area.
... View more
06-19-2020
12:47 PM
|
0
|
0
|
895
|
|
POST
|
What about the 'Project' options overriding the environment settings? 'Project' Top left of Pro --> 'Options' --> 'Current Settings' --> Home folder and default geodatabase. As you say I'm sure you've changed the 'Geoprocessing Environments' Bring back normal.mxt!
... View more
06-19-2020
12:17 PM
|
0
|
1
|
8509
|
|
POST
|
Can you show your tool parameters before publishing?
... View more
06-19-2020
12:02 PM
|
0
|
2
|
1819
|
|
POST
|
Hi George, I've only used these cubes as inputs for geostatistics not visualisation (I can see visualisation tools are now in pro which i'll need to have a gander at), but I'm pretty confident they're not intended for use in this manner (i.e. data from single station). Also each cubelet is designed to have a magnitude, rather than a kind-of 3d graph which I believe you are envisaging.
... View more
06-19-2020
07:59 AM
|
0
|
1
|
1656
|
|
POST
|
I'll need to read up on the o'l space-time cube again but I thought there was only 1 temporal element transferred as a z-axis value, x ad y are spatial and the magnitude of pressure etc is stored as the cube value? I don't see how you can map the julian day in x or y without destroying any spatial relation? Can you just use a datetime as input?
... View more
06-19-2020
02:22 AM
|
0
|
3
|
1656
|
|
POST
|
TableToTable(in_rows, out_path, out_name, {where_clause}, {field_mapping}, {config_keyword}) out_path = "in_memory" out_name = "Routebestand_portaal_" + str(nummer_portaal) + "_selectie" maybe
... View more
06-17-2020
05:32 AM
|
2
|
1
|
5679
|
|
POST
|
import os os.path.join("in_memory","Routebestand_portaal_"+str(nummer_portaal)+"_selectie")
... View more
06-17-2020
04:39 AM
|
1
|
0
|
5679
|
|
POST
|
Bit of a stumper actually, I might just add a new field and run a field calculator expression on it to return 0 or 1 or something like that. then select by attributes where the new field = 1. #pre-logic python def checker(PIN, PIN_TRACKING): if PIN IN PIN_TRACKING.split(","): result = '1' else: result = '0' return result #window checker(!PIN!, !PIN_TRACKING!)
... View more
06-16-2020
01:21 PM
|
0
|
0
|
2035
|
|
POST
|
Hi Michael, We're on fat client home laptops, connecting via NetMotion VPN, ArcGIS is using concurrent licensing which I believe is enabled through FlexNet to a licensing server, no-one is using RDP as far as I know except for server connections. This networking side of things is definitely a weakness of mine.
... View more
06-15-2020
01:52 PM
|
0
|
0
|
1425
|
|
POST
|
Those extent objects can be a bit tricky, I might amend it to something like: #create a copy of extent object to modify new_extent = objDes.extent #set values for extent object new_extent.XMin = objDes.extent.XMin new_extent.XMax = objDes.extent.XMax new_extent.YMin = objDes.extent.YMin new_extent.YMax = objDes.extent.YMax return new_extent No idea if that will work as I struggle with these also. You may just want to run the 'Feature envelope to polygon' tool on the data then use that polygon as the extent if not.
... View more
06-15-2020
12:15 PM
|
0
|
1
|
6680
|
|
POST
|
Thanks Michael Editing for the features is said to be very slow for both SDE and FGDB and shapefiles (FGDB and Shapefile on various Network Shares). I'm new to the current Organisation and only been working-from-home so unfortunately can't give any good feel for the pervious performance, although some users have indicated their was a large drop-off near the start of the year (though we have as-yet been unable to narrow-down any root causes) The bulk (if-not all) of users are now connecting to the Network via VPN which is hardly going to improve performance (slow editing and data access was highlighted before working-from-home). No smoking gun has been found unfortunately. I guess another question is why does an entire workspace become editable when you might only want to edit one feature out of 100? Surely making those other 99 (could be more) editable and locking them out is not going to be good for performance.
... View more
06-15-2020
11:45 AM
|
0
|
2
|
1425
|
|
POST
|
Hi Rana, 1. - enable editing by right-clicking on the feature in the table of contents --> edit features --> start editing 2. - the editor toolbar should then be active if you don't already have the toolbar, if it still hasn't appeared, right click on some grey space at the top and select the editor toolbar. 3. -the first tool on the editor toolbar looks like an arrow with its tail cut off, select that, then select your feature in the map with it, it should then be highlighted. now you can select and hold down the left mouse to drag your feature to a new location. 4. on the editor toolbar dropdown click 'save edits' then 'stop editing' Note any coordinates you have as attributes will not change, they have no relation to your actual feature coordinates when they change. to update a field like this, start editing again and type in the new coordinates, or you can right click on the attribute table field and select 'calculate geometry' (I think that's the name but not 100 percent) or something similar. good luck.
... View more
06-13-2020
01:57 PM
|
2
|
1
|
1626
|
|
POST
|
The point density tool utilising a population field would kind-of replicate what you intend, but not really. From what you're saying, a kernel density would not be appropriate as it would diminish over distance. for any large number of points this would probably become intractable. i.e. what about points 21 miles the opposite direction to the point 20 miles way? What about points 10 miles from the other point? My best advice would be to choose the maximum distance you wish points to have an effect on the surface (e.g. 20 miles cutoff), use that as the search radius and use the population value from your intensity field.
... View more
06-13-2020
01:48 PM
|
0
|
0
|
1614
|
| Title | Kudos | Posted |
|---|---|---|
| 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 | |
| 1 | 09-10-2025 02:35 PM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|