|
POST
|
The math involved with calculating Slope usually results in floating point rasters. i.e. 32 bit float. The conversion tools only accept Integer values. You can run the Int tool to truncate the values or you could reclasssify your slope map into integer values, then do the conversion to polygon. Regards, Eric
... View more
12-05-2011
07:36 AM
|
1
|
0
|
27396
|
|
POST
|
Brett, Those links are pretty much all related to ArcGIS 10.0. For CIB in 9.3.1 you should make an MA (military analyst) Catalog that resides in a File Geodatabase. ArcSDE MA Catalogs will take some time to build because you're actually loading everything in the database vs referencing it from its location on disk (known as unmanaged). Depending on the amount your loading it may work or may not. Esri recommends File Geodatabase, unless you actually have a CGA, which comes with custom data loading tools to get around some of the issues with loading massive MA catalogs into SDE in 9.3.1. Here are some links to get you started. An overview of data management Military Analyst RPF catalogs Please make sure you're loading the data to the FGDB MA catalog using UNC paths rather than a mapped drive letter. For the level of detail comment - This often refers to creating cache at different scales. e.g. creating a cached map service. For CIB and MA catalogs though, I would interpret this to mean what product within the MA catalog is most appropriate to display given the current map scale (level of detail) - This the software just handles for you but only if its in a MA catalog. Regards, Eric
... View more
12-02-2011
01:15 PM
|
0
|
0
|
2523
|
|
POST
|
A Tiff file is a raster dataset. Perhaps you want to look in the 'Convert from Raster' area. It sounds like you want to run Raster to Polygon. What kind of data is represented in the Tiff? Regards, Eric
... View more
12-01-2011
11:06 AM
|
0
|
0
|
27395
|
|
POST
|
Hi Brett, Did you make a raster catalog or a mosaic dataset to store the CIB? In either case, you probably just need to zoom in to see the data. This is a really good starting point for working with CIB in version 10.0. Imagery Basemap Template "The Imagery template and the walk-through exercise in the accompanying "Using the Imagery template" document are designed to teach you how to add military imagery data in CIB format to mosaic datasets using ESRI recommended practices. Mosaic datasets are new at version 10 of ArcGIS and are the recommended data type for storing CIB data in ArcGIS." Getting Started with the Imagery Template PDF For working with DTED I recommend this 3 part series. Managing Elevation Data See also: Data management for military data Creating and adding military data to mosaic datasets Regards, Eric
... View more
12-01-2011
09:30 AM
|
0
|
0
|
2523
|
|
POST
|
Hi Esther, There are a few things that stand out. First, the gray image with weird Min/Max values - that is an indication that your dataset does not have statistics. Please run the Calculate Statistics tool on that dataset, especially if that is the original. The second image that has the right values, but looks crummy... What were the settings when you exported? Lastly, the image you display from GlobalMapper is not a DEM - it's a color shaded relief (fancy hillshade), so the image you display at the bottom should look strange if you applied a hillshade function to a dataset that is already a hillshade. Do you have the original DEM's? If not, all you should have to calculate stats. Regards, Eric
... View more
12-01-2011
07:41 AM
|
0
|
0
|
1043
|
|
POST
|
Ben Ok, so some of your data is using a geographic coordinate system. This is the problem. LxWxH can't have mixed units of decimal degrees and meters. The precise method you inquire about is to project those rasters that have units of DD to a projected coordinate system that uses Meters. To do this, open the Project Raster geoprocessing tool. Since this is elevation data, please make sure that when projecting the data you change the resampling method to Bilinear. If you happen to switch datums be sure to set an appropriate geographic transformation for your area. Once X,Y,Z (I'm assuming Z is already meters) are the same the volumes should make a lot more sense. -Eric
... View more
12-01-2011
07:05 AM
|
0
|
0
|
3101
|
|
POST
|
Hi Ben, The delimiter doesn't sound like the issue for now. What is the coordinate system of the data? To check, open the layer properties and go to the source tab. Is it using meters for the unit? We need to verify that your X,Y,Z units are all meters. How large are these datasets? Are they publicly available for me to download somewhere? -Eric
... View more
11-30-2011
07:02 AM
|
0
|
0
|
3101
|
|
POST
|
Hi Ben, If your projected coordinate system is in units of meters and the pixel values are in units of meters, then the volumes will be calculated in cubic meters. What coordinate system are both inputs using and what are the z units? You are using the DEMs of the glacier surface as the "After Surface", correct? Essentially you have no cuts -only fill. If ultimately you want to visualize these volumes in the form of a multipatch feature class or perform analysis on these volumes (shapes), I would suggest having a look at the Extrude Between tool followed by the Add Z Information tool. It only works on TIN's though, so you'd have to convert your raster data to TIN. If they are very large, it may not work because we have to dump everything into memory for that particular tool and you can run out resulting in tool failure. If it were too large (too many nodes) you can thin the TIN during the conversion or post conversion with Decimate TIN Nodes tool. Regards, Eric
... View more
11-29-2011
12:21 PM
|
0
|
0
|
3101
|
|
POST
|
Greetings, See Zonal Statistics as Table. You can use this tool to get the mean value per zone (polygon). Regards, Eric
... View more
11-29-2011
08:58 AM
|
0
|
0
|
3098
|
|
POST
|
Hi Marie, Both of the tools I mentioned honor the Mask Environment Setting. You can set your polygon as the mask. Alternatively, you can Clip the data using your shape to create a subset, then perform any additional processing on the smaller dataset. Regards, Eric
... View more
11-29-2011
08:37 AM
|
0
|
0
|
4826
|
|
POST
|
I would suggest clicking on 'contact author' to ask if there are known issues with 64bit OS.
... View more
11-16-2011
08:33 AM
|
0
|
0
|
977
|
|
POST
|
Ben, If your polylines are 3d lines, then you can run Add Z Information. If your polylines are 2d, and you have a DEM (which you do), then you can run Add Surface Information. Both tools require a 3D Analyst license. Regards, Eric
... View more
11-16-2011
08:28 AM
|
0
|
0
|
2894
|
|
POST
|
Greetings, Are you referring to this? http://arcscripts.esri.com/details.asp?dbid=13307 Installation: Unzip the "Spatial_Analyst_Plus.dll" file somewhere on your system. Start ArcMap and go to the "Tools -> Customise Dialog" Click the "Add from File" button and select the "Spatial_Analyst_Plus.dll" - this can take a long time to load the first time so be patient - up to a minute on my machine. A "Spatial Analyst Plus" item will be added to the Toolbars tab. Check this and click close. The Spatial Analyst Plus Toolbar should now be visible Do you have a license for Spatial Analyst? Is it installed? Is it activated? Spatial Analyst PLUS is 3rd party. It relies on Esri's Spatial Analyst product being installed and licensed. Regards, Eric
... View more
11-15-2011
07:23 AM
|
0
|
0
|
977
|
|
POST
|
Hi Marie, The Count field is updated after a clip operation as of 10.1 Beta 2. Eric
... View more
11-15-2011
07:09 AM
|
0
|
0
|
3358
|
| 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
|