|
POST
|
Have you considered the Fill tool? It is used to fill in gaps in the data within certain parameters. This should create the complete DEM that you are looking for.
... View more
06-14-2011
03:18 AM
|
0
|
0
|
5605
|
|
POST
|
Once you have created the line network and extruded it to intersect the geology data. You will have to convert the extruded line into a multipatch to work with the Intersect 3d tool. I would use the Layer 3d to Feature Class to create a multipatch from the line. Be sure to use the Is Closed 3d tool as well, because unclosed multipatches are ignored in the processing.
... View more
06-09-2011
03:20 AM
|
0
|
0
|
1766
|
|
POST
|
Through the environment settings of 'Snap Raster' and specifying the spatial extent, you can force the rasters to line up.However based on your description, I am not sure if the railway line will always correspond with your flow accumulation since you are trying to match up more than just the upper left cell of the raster. Those environment variables should help but since you are converting a line to a raster you will have to determine if the line actually matches up with its counterpart on the existing raster.
... View more
06-08-2011
03:32 AM
|
0
|
0
|
693
|
|
POST
|
I recommend keeping all of the layers in ArcScene in the same projection. Since ArcScene is so memory intensive, there can be issues when a transformation needs to take place. Keeping the projection will prevent some of the potential display issues you are describing.
... View more
05-25-2011
03:48 AM
|
0
|
0
|
1785
|
|
POST
|
Due to changes at ArcGIS 10, the toolbar now will become active once a raster is added to the map document. The other tools that you are referencing are still available in the ArcToolbox interface, but no longer reside on the toolbar. Here is a blog post discussing it in specific. There is some help documentation on how to add the menus and tools back. For the TIN Editing, you will need to have a TIN added to the map document.
... View more
05-24-2011
03:47 AM
|
0
|
0
|
1031
|
|
POST
|
There are a plethora of unanswered questions here. Are you using a shapefile? Do the coordinate systems of the two datasets match? As Dan mentioned, without more information it is difficult to make a suggestion.
... View more
05-19-2011
03:58 AM
|
0
|
0
|
1683
|
|
POST
|
So is the raster not able to be seen in the map, but will be in the table of contents? The spatial reference error should not prevent it from being viewed, it indicates that the spatial reference is not recognized. Can you right click on the raster in the table of contents and 'Zoom to Layer?' If it still will not display then I recommend creating a Support call to have someone take a look at it with you.
... View more
05-18-2011
04:40 AM
|
0
|
0
|
1989
|
|
POST
|
The coarsest overview should cover the entire area as it should match the boundary file. I would consider with your modified boundary, redefining and rebuilding all of the overviews. It appears as if the overview you have indicated is only a partial and has not caught up with the entire dataset. Have you tried deleting the overviews and re defining them? If you have tested that procedure then I recommend creating a Support incident to determine what may have happened. I have not had trouble creating mosaic datasets at SP2, then rebuilding the footprints as you have done and not lost the coarsest overview.
... View more
05-17-2011
03:39 AM
|
0
|
0
|
2240
|
|
POST
|
Can you indicate how large of an area you are processing? Generally speaking the tool is not recommended if the size of the area being analyzed is larger that one degree of latitude. In the help, there are other recommendations including the sky size, coordinate system and output options. In terms of the memory issue, the tool is very memory intensive and successive runs will create problems. Have you considered using spawnV? Here are some forum posts that indicate some success with deleting the geoprocessor that way for intensive runs. There are also more tips here.
... View more
05-12-2011
05:54 AM
|
0
|
0
|
2057
|
|
POST
|
To echo, what Curtis mentioned. Take a look at the help documentation for the tool to understand what you should be comparing. If you are looking for someone to break it down with you, to see exactly what may be occurring, I encourage you to create a Support Incident and the Analyst should be able to explain it. ----------------------------------------------------------------------------------------------------------------------- Rectangle The x,y position for the processing cell within the neighborhood, with respect to the upper left corner of the neighborhood, is determined by the following equations: x = (width of the neighborhood + 1)/2 y = (height of the neighborhood + 1)/2 If the input number of cells is even, the x,y coordinates are computed using truncation. For example, in a 5 x 5 cell neighborhood, the x- and y-values are 3,3. In a 4 x 4 neighborhood, the x- and y-values are 2,2. The units for the width and height values can be defined in cells or in map units. Focal statistics with rectangle neighborhood illustration
... View more
05-12-2011
03:55 AM
|
0
|
0
|
1676
|
|
POST
|
Since the clients are backward compatible, I believe by installing the latest version, the version of Microstation should be able to see the image service. I am not sure if upgrading versions of ArcGIS Image Server will correct the issue, from your previous description it appeared that issue was that the service was not seen at that version of Microstation. The new client should allow the image service to be seen if the versions are now compatible. You cannot add Image Services to ArcScene, only ArcGlobe and ArcMap. Per help, "You can simply add ArcGIS Online maps or imagery as a basemap layer in your ArcMap or ArcGlobe documents (as well as in ArcGIS Explorer)."
... View more
05-09-2011
04:01 AM
|
0
|
0
|
1830
|
|
POST
|
In a word, it is to maintain the spatial reference. In Sketchup, the modeling is easy, but maintaining the spatial reference is not. If you were to import a .skp through the Import 3d File Tool, the spatial reference will not be. Per help, "GeoVRML is the only format that has a defined coordinate system. The other formats tend to use local coordinate systems (in other words, centered on 0,0,0). In the latter case, the output shapes will need to be georeferenced." So make the necessary textures and custom look in Sketchup, and then Replace the spatially correct feature in ArcScene with the texturized model. Here is a tutorial discussing how to.
... View more
05-06-2011
12:21 PM
|
0
|
0
|
1452
|
|
POST
|
There are known issues with NoData values with ISDEF Image Services. In order to accommodate the NoData, I would recommend creating Mosaic Datasets that can handle the NoData better and allow the statistics to be generated correctly if you are using ArcGIS 10. At ArcGIS 10, the footprints can be rebuilt properly and the statistics generated will be correct. If you are using a prior version, then manual editing of the isdef is required. For more information about how to edit it properly, log a Support Incident.
... View more
05-06-2011
03:34 AM
|
0
|
0
|
932
|
|
POST
|
There could be a few reasons why that error is occurring. Since that error is related to python coding not working, there could be a lot of reasons. Due to the complexity of some of the fixes, I would recommend logging a support call. Sometimes there can be other third party software that is interfering and sometimes there are files that need to be deleted. Create a support incident and the Analyst will be able to walk you through the troubleshooting steps.
... View more
05-06-2011
03:25 AM
|
0
|
0
|
1880
|
|
POST
|
Per the help, image services can be added to mosaic datasets (isdef, iscdef, isref and rpdef). There is also information on migrating to mosaic datasets. Adding a 'mosaic dataset' raster type should bring in the original data. There may be a need to adjust the Min/Max PS when you have so many different mosaic datasets to ensure proper display. As the spatial extent of the new combined mosaic dataset will be vastly different from the original one. I am not sure what processes may not be included during your import, but I would recommend placing a Support call for specific help with your complex dataset.
... View more
05-05-2011
03:33 AM
|
0
|
0
|
1207
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-20-2026 09:09 AM | |
| 1 | 10-26-2023 10:44 AM | |
| 2 | 02-14-2024 08:29 AM | |
| 1 | 11-15-2022 06:57 AM | |
| 1 | 12-08-2023 09:13 AM |
| Online Status |
Offline
|
| Date Last Visited |
05-21-2026
12:39 PM
|