|
POST
|
Thanks, Tom - I didn't know about that Layout button trick!
... View more
04-27-2020
09:20 PM
|
0
|
1
|
6487
|
|
POST
|
I am using 2.4.3 but are you sure you have a layout selected in the table of contents? Since you have a map frame activated the current focus is on a map/map frame -- not a layout. If you click on Layout tab and close activation you should get the ribbon you want.
... View more
04-26-2020
05:06 PM
|
1
|
0
|
6487
|
|
POST
|
Make sure you have a layout selected in the Table of Contents. It's all about context in Pro! It takes a bit of getting used to but it means widgets that do not apply to what you are doing are often hidden by the UI.
... View more
04-26-2020
03:10 PM
|
0
|
0
|
6487
|
|
POST
|
I am teaching kriging and pattern analysis to students in the Fall - I will definitely use your very illuminating story! Thank you for sharing it. Many read that kriging provides the BLUE (Best Linear Unbiased Estimator) and assume it is the "best" thing to use for anything. I know a very famous environment statistician that find kriging and end case - he really likes to use nonparametric methods like lowess for exploratory data analysis that do not require the (many) assumptions kriging requires!
... View more
04-26-2020
02:59 PM
|
1
|
1
|
5872
|
|
POST
|
Maybe try resetting your application profile? ArcGIS Pro has a settings folder too in the %APPDATA% folder. Resetting your ArcGIS application profile The memory dumps are for Esri support, if you contact them they may ask for them.
... View more
04-26-2020
02:21 PM
|
0
|
1
|
1874
|
|
IDEA
|
I still don't understand your use-case. What are you using these corner points for?
... View more
04-26-2020
02:14 PM
|
0
|
1
|
5219
|
|
POST
|
> I would suggest using a focal sum since nothing is going to return percentage There is a neat trick for this. FocalStatistics with MEAN on a Boolean (0-1) raster, with the results then multiplied by 100, gives you percentage in the window. This will also handle the edges better (although of course the number of cells is less so you could see some artifacts as some cells in your neighborhood are NoData when you get to the edge. (If you want to suppress those partial values from being calculated you can use the DATA|NODATA flag in Focal Statistics, then the edge neighborhood cells will be set to NoData.) You can do this inside Raster Calculator: 100 * FocalStatistics("inraster", NbrCircle(150,"MAP"),"MEAN") > the conditions for categorization are: high density if more than 50% of pixels within the neighborhood are built-up (class value = 2), medium density if 25 - 50% of pixels within the neighborhood are built-up (class value = 3) and low density if less than 25% pixels within the neighborhood are built-up (class value = 4). You can use Reclassify, or my favorite, Con: Con("pct" >= 50, 2, Con("pct" >=25, 3, 4))) If you want to reclassify 0 to 0 as Dan suggests, add one more: Con("pct" >= 50, 2, Con("pct" >=25, 3, Con("pct" > 0, 4, 0))))
... View more
04-25-2020
02:49 PM
|
1
|
0
|
3058
|
|
POST
|
Shapefile or GDB? GDB feature classes have spatial indexes built in so I would expect it to run faster.
... View more
04-25-2020
02:34 PM
|
0
|
2
|
2096
|
|
IDEA
|
If you subtract 1/2 cell size from the lower left corner and 1/2 cell size from the x coordinate of the lower left corner, and ask for one more row and column, the tool will generate label points at each for your mesh intersections. You'd then throw away all the results except the label points. Another approach would be to run the Feature Vertices to Points tool off the polygon output of Create Fishnet, and then unique-ize them with the Delete Identical tool. Not criticizing, I am simply curious. What would be the purpose of these points? Since these are at the intersections, how would you want to attribute them?
... View more
04-25-2020
02:27 PM
|
0
|
1
|
5219
|
|
POST
|
It takes that long for the first one for me, but after that the GP is up and running so the tools come up quickly.
... View more
04-24-2020
02:51 PM
|
1
|
1
|
5928
|
|
IDEA
|
In that case why not offset by 1/2 cell and create an extra row and column.
... View more
04-24-2020
02:50 PM
|
0
|
1
|
5219
|
|
POST
|
While spatial join and Intersect both combine attribute tables, a spatial join does not _____ features (split)
... View more
04-24-2020
10:33 AM
|
1
|
1
|
5867
|
|
POST
|
This looks related to Model Will Not Overwrite in "Open" Mode One thing to try is make sure you validate the model and save it before running it as a tool to make sure there are no layers in memory.
... View more
04-22-2020
06:58 PM
|
0
|
0
|
1636
|
|
POST
|
Make sure after you run the model in edit mode and it completely runs you validate it and save before closing it. It appears there are raster layers in memory that are locking the memory workspace. Just a thought. If no Esri big guns show up this is definitely a "take to Esri support" kind of issue.
... View more
04-22-2020
06:56 PM
|
2
|
0
|
2112
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-11-2021 01:26 PM | |
| 5 | 12-10-2021 04:58 PM | |
| 1 | 02-27-2017 09:30 AM | |
| 2 | 12-04-2023 01:05 PM | |
| 1 | 04-12-2016 10:17 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-19-2024
12:10 AM
|