|
POST
|
Greetings, It's impossible to answer the question with the information you've provided. It really depends on units and if you selected an area unit scale factor. As an example consider that the lines have a projection that has linear units of meters. The length of the lines will be in meters then. If you run Kernel Density with the area unit scale factor set to Square Kilometers, the the output values will be in kilometers per square kilometer. I would suggest reviewing How Kernel Density works for line features. Regards, Eric
... View more
05-18-2012
10:16 AM
|
0
|
0
|
1480
|
|
POST
|
Greetings, Areal Interpolation will be available in ArcGIS 10.1 with the GeoStatistical Analyst extension. If you have a beta or pre-release version you can give it a try. Regards, Eric
... View more
05-17-2012
08:21 AM
|
0
|
0
|
959
|
|
POST
|
Randall, I think the first thing to clear up is whether or not the entire slope raster is the project area, or if you have some sort of polygon that represents a portion of the slope raster that is the definition of your project area. I think you have a polygon that is a subset of the slope raster based on the title of your post. If the entire slope raster is the project area, you need to Reclassify the raster first because slope rasters are float and you need an integer dataset. Once you have a reclassified slope raster, input it into the Zonal Geometry as Table tool. If you have a polygon representing the project area, run the Zonal Histogram tool on the slope raster (using the classified renderer with the correct ranges per class) using your polygon as the Zone features. This tool will show the distribution (counts) for each class within each zone. If you only have 1 zone (polygon) the results are very easy to interpret. Counts can directly be converted to area by multiplying by the area of a single pixel and using some unit conversion factor to get whatever output units you want. Regards, Eric
... View more
05-17-2012
07:49 AM
|
0
|
0
|
824
|
|
POST
|
Winn, I found that if you merge all three into one, then run Union 3D, you can get the desired output. If I follow your workflow, I do see a crash. I'm going to test 10.1 behavior and submit a bug if need be. Did you try merging/unioning all of them in one shot? We tested several 10.0 sp4 machines here and they all seemed to work fine. Eric
... View more
05-15-2012
08:52 AM
|
0
|
0
|
3245
|
|
POST
|
Rui, Open your model in Sketchup v 8 and save it to version 6. Go to Sketchup's File Menu > Save As. Sketchup does not 'Export' to ArcGIS. ArcGIS simply reads Sketchup files if they are v 6 or earlier (depending on your ArcGIS version). There are two things you can do. 1) Symbolize a point with your model, which is especially helpful if your model has no spatial reference. 2) Run the Import 3D Files geoprocessing tool to convert the model to a geodatabase multipatch feature class. See Also: How to import an existing 3D model into a multipatch feature class Eric
... View more
05-15-2012
08:48 AM
|
0
|
0
|
2754
|
|
POST
|
Rui, Esri products are only compatible with Google Sketchup v6, but not higher versions. In Sketchup, you can save your model to a previous version. Eric
... View more
05-15-2012
07:38 AM
|
0
|
0
|
2754
|
|
POST
|
Marc, The Point Density tool would not produce that smooth of a surface. The screenshot you provided looks a lot more like a Kernel Density result. Have a look at this other thread for additional graphics from both tools. http://forums.arcgis.com/threads/57382-Raster-Smoothing?p=197742#post197742 Eric
... View more
05-14-2012
07:52 AM
|
0
|
0
|
1004
|
|
POST
|
Greetings, The image on the left appears to have been created with Point Density, and the image on the right with Kernel Density. Kernel Density uses kernel function to fit a smoothly tapered surface to each input point or polyline, typically resulting in a more visually appealing outcome. If all you are concerned about at this point is the representation, you can try running the Focal Statistics tool with a medium window size and get the Mean statistic. This is going to mess up the real density values obviously so beware. Filter is using a 3x3 window size, so you'll want to go bigger than that when using Focal Statistics. Eric
... View more
05-11-2012
12:11 PM
|
1
|
0
|
3367
|
|
POST
|
Ok - Thanks for the screenshot and info. Those features do not appear to be complex. I would suggest installing SP4 at this point although I couldn't find a bug that was fixed to specificaly address this issue. Can you contact Support to provide us the data? Or if it is small enough and your willing to, just zip it up and post it on the forum. I can test it. Eric
... View more
05-11-2012
10:45 AM
|
0
|
0
|
3245
|
|
POST
|
Hi Winn, The set operator tools are highly memory intensive. Do you have complex multipatches? Can you post a screenshot of the input? How much RAM is on your system? What SP do you have installed? Have you tried running it on a smaller dataset just to get the feel for how it works? How was the input created? Regards, Eric
... View more
05-11-2012
07:38 AM
|
0
|
0
|
3245
|
|
POST
|
Greetings, Have you tried using the Union 3D tool? Eric
... View more
05-09-2012
02:35 PM
|
0
|
0
|
3245
|
|
POST
|
Greetings, Please try this updated sample for burning in your buildings into your DEM. http://resources.arcgis.com/gallery/file/java/details?entryID=2929E846-1422-2418-A0DD-16627D87B471 Regards, Eric
... View more
05-07-2012
03:37 PM
|
0
|
0
|
4461
|
|
POST
|
Hi Matthew, Zonal Histogram does not summarize the raster using all the polygons as one item. It operates on each unique zone. A zone is defined as all areas in the input that have the same value. The areas do not have to be contiguous. If each polygon has a unique ID though, then it gives you what your looking for in the sense that each polygon will define the area being summarized. If you have overlapping zones, the you should use the Iterate Feature Selection iterator and collate the results. Best Regards, Eric
... View more
05-04-2012
10:14 AM
|
0
|
0
|
2782
|
|
POST
|
Greetings Matthew, If you just want to use ArcGIS an not bother with 3rd party items, you can simply use the Zonal Histogram tool which enables you to investigate the frequency distribution of values in one dataset (your LULC raster) within classes of another dataset (your polygons). Here is an overview of the zonal toolset. There may be other tools that are of interest for your analysis. Regards, Eric
... View more
05-01-2012
07:39 AM
|
0
|
0
|
2782
|
|
POST
|
Hi Luke, It will be helpful to know what values your are getting. Your workflow is fine. Also, is it the slope values or the zonal results you are taking issue with? What is the Z unit of the DEM? Are you doing percent slope or degree? Look forward to hearing from you. Eric
... View more
04-20-2012
07:35 AM
|
0
|
0
|
1116
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-12-2012 03:00 PM | |
| 1 | 04-12-2011 03:29 PM | |
| 1 | 09-25-2012 07:54 AM | |
| 1 | 09-21-2012 08:56 AM | |
| 1 | 09-19-2012 11:59 AM |
| Online Status |
Offline
|
| Date Last Visited |
10-22-2021
02:45 PM
|