POST
|
Hi, I've been making Tile Caches using Mosaic Datasets as a source, but I'm running out of storage space for the source data for the mosaic dataset. Is there a preferred/recommended method for updating the tile cache? I could add the Tile Cache as a source in the mosaic dataset, or create a new mosaic dataset with the tile cache and the source data that will be used for updating. For example, if I have data from 2018 and 2020 overlapping. I've already created the tile cache with the 2018 data but I want to burn in the 2020 data on top. However, due to storage limitations, my 2018 data is no longer immediately available on my file system and has been removed from my Mosaic Dataset. If I just update the tile cache with the 2020 data, then the tile (in the tile cache) intersecting my 2020 data will be update with the 2020 data, but there will be a no-data collar area around it in the tile cache as the 2018 data is no longer in the mosaic dataset. Thanks George
... View more
3 weeks ago
|
1
|
0
|
36
|
POST
|
It was user error. I had been been scanning the bundles and just refreshing the layer representing their extents, but the bundles that I thought were skipped were just outside the range of the symbology. My mistake. Thanks for the reply though Michael. George
... View more
08-02-2018
06:59 AM
|
0
|
0
|
23
|
POST
|
Hi, Has anyone had any issues with creating using the Manage Tile Cache tool, and having it skip bundles? Using ArcGIS Pro 2.1.2 Source Data : Mosaic Dataset referencing MrSID files on an external usb 3.0 drive. Using Mosaic Dataset Boundary as input aoi. Output Data: Tile Cache Bundles at L20, ArcGIS/Bing/Google Schema, writing to an SSD Other details : using 8 for a parallel processing factor, system has 12 cores and has hyper-threading on, so it looks like 24, I know it is advised to turn off hyper-threading, but this is a corporate workstation so that is another bureaucratic hurdle I haven't started. See attached. Color ramp tiles are the extent of the bundles at L20. Green squares are the original mrsid footprints. I never had any problems on ArcMap, going to try that again. Thanks George
... View more
08-02-2018
05:58 AM
|
0
|
2
|
184
|
POST
|
I'm using the Grid Index Features tool in ArcGIS Pro 2.1.2. I had been using GridIndexFeatures successfully for years in ArcMap, and then noticed when I tried it in ArcGIS Pro I had issues, so I went back to ArcMap, but I'd like to get this resolved because the task is much faster in ArcGIS Pro (but the results aren't correct via python). I took the U.S. States feature class from the default ArcMap installation, added it to my map in ArcGIS Pro. Then selected Rhode Island and made a layer from it. Opened the GridIndexFeaturesTool (the usual GUI), set my output feature class, changed the environments to have a spatial reference of 32619 (UTM Zone 19N), modified the width/height to 10km, and then rounded the origin coordinates to the nearest 10000. The following is the python command for it (as copied directly from the 'Copy Python Command', just modified the username in the path): arcpy.cartography.GridIndexFeatures(r"C:\Users\MyUserName\Documents\ArcGIS\Projects\GridCreation\GridCreation.gdb\RIGrid_Test2ViaToolWindow32619env", "RhodeIsland", "INTERSECTFEATURE", "NO_USEPAGEUNIT", None, "10 Kilometers", "10 Kilometers", "-4660000 2090000", 642, 538, 1, "NO_LABELFROMORIGIN") Next in the python window, set the sr and then change the output to a new name... arcpy.env.outputCoordinateSystem = arcpy.SpatialReference(32619) arcpy.cartography.GridIndexFeatures(r"C:\Users\MyUserName\Documents\ArcGIS\Projects\GridCreation\GridCreation.gdb\RIGrid_Test3ViaPythonPrompt32619env", "RhodeIsland", "INTERSECTFEATURE", "NO_USEPAGEUNIT", None, "10 Kilometers", "10 Kilometers", "-4660000 2090000", 642, 538, 1, "NO_LABELFROMORIGIN") and the result is that the grids don't line up. See attached. The blackboxes are via the tool window (and are correct), the blue boxes are off by 3+km to th e NW. Grid origin is the same. What am I doing wrong? Seems like a bug. I would think that running the tool from the GUI and running the tool from the python window should yield the same results. Thanks George
... View more
07-11-2018
06:24 AM
|
0
|
0
|
131
|
POST
|
Hi, Was wondering if anyone has experience synchonrizing a mosaic dataset with only a subset of source tables/folders. For example I have Three source mosaic datasets: ..\A.gdb\Mosaic1 ..\B.gdb\Mosaic1 ..\C.gdb\Mosaic1 And one derived mosaic dataset ..\All.gdb\Mosaic1' The 'All.gdb\Mosaic1' has all of the rasters that are in the three source mosaic datasets. The three source mosaic datasets were initially added to the derived mosaic dataset using the 'Table' raster type. Now when I add new rasters to one of the source mosaic datasets, i.e ' \C.gdb\Mosaic1' I would like to synchronize it with the derived mosaic dataset. However, I don't want to waste time also synchronizing with the other sources as 1.) they may be huge and 2.) I know nothing has changed. If I use a where_clause when I synchronize to a raster in the desired source mosaic dataset, will it add new items from the source's table? Thanks George
... View more
09-21-2017
07:42 AM
|
0
|
0
|
112
|
POST
|
Thanks, I've probably seen that part of the help 100s of times but never actually digested the 'String to TEXT' part in the note. Thanks George
... View more
08-23-2017
10:15 AM
|
0
|
0
|
145
|
POST
|
Any idea why the input requirements for adding a string/text field is different than the 'type' attribute for a string/text field? For example: ---- myfc = r'C:\Foo\bar.gdb\somefc' arcpy.AddField_management(myfc, 'MyStringField', 'TEXT',5) myfc_pyobject = arcpy.ListFields(myfc,'MyStringField')[0] ------ myfc_pyobject.type would print out 'String' Seems like they should be the same. Thanks George
... View more
08-23-2017
06:36 AM
|
0
|
2
|
6584
|
POST
|
I realize this is an older thread, but for those in the future who come across it while troubleshooting... My 10.5 installation was working just fine on a Win 10 machine. This morning I started having the same problem. The only thing that changed was windows updates were run last night. I added a folder connection to a drive (C:\ and H:\) and then when I tried to browse the contents ArcCatalog would crash. I could browse the connections fine in ArcMap though. I deleted/renamed the C:\Users\...\AppData\Roaming\ESRI\Desktop10.5\ArcCatalog folder multiple times and still couldn't browse the directory. I also tried repairing the ArcGIS Desktop installation via windows and I still had the problem. Next I tried connecting to a subfolder (e.g. H:\Foo), and I could browse the contents. Very odd.
... View more
08-17-2017
06:03 AM
|
0
|
0
|
56
|
POST
|
I have mosaic datasets that reference a significant amount of imagery and elevation data. The mosaic datasets are shared as an image service on an arcgis server in a dmz. I can publish an image from my internal computer, but to get large amounts of data onto the server I need to send a drive to our IT department in another state, they copy it over, then i can login to the server and move it where it needs to go. Is there a way to push only new mosaic dataset items and update the image service? I have all the data on my local machine, and get new data on this machine. I have the folder on the server registered. But it seems that when I create a service definition file that either no data is copied (because it assumes that since the folder is registered the data should be there) or if the folder isn't registered it plans on copying up all data. I can login to the server and move data around, so I could publish each image as a new service, go in and then move it into the main image service, but that seems like more work. Essentially I'd like the system under the hood to say 1.) What data is on my local system? 2.) What identical data is on my registered folder on my server? 3.) What do I need to publish to my registered folder to make it look like my local system? 4.) Publish the new data. Preferably in Python. Any ideas would be appreciated. Thanks George
... View more
07-18-2017
12:58 PM
|
0
|
0
|
215
|
POST
|
Interesting problem, given that the typical workflow is to create contours from DEMs. Did you try using the 'Create Tin' tool? And then make the raster from a TIN?
... View more
09-01-2016
12:25 PM
|
0
|
1
|
39
|
Online Status |
Offline
|
Date Last Visited |
3 weeks ago
|