Questions tagged [mosaic-dataset]
An ESRI term for collections of raster and image data.
111 questions
1 vote
1 answer
33 views
Python tool fails once shared in Portal : ERROR 000840 : The value is not a Raster Dataset
I created a custom python toolbox (atbx) in ArcGIS Pro 3.5. This tool takes 2 inputs : a Mosaic Dataset and a line vector (Feature Set). It is supposed to return a json file with the pixel values at ...
1 vote
0 answers
146 views
Is it possible to open ArcGIS raster dataset or mosaic dataset in QGIS?
At my organisation I have a lot of mosaic datasets with ortophotomaps stored in an Oracle database (sde) but as an Esri raster format - not an Oracle GeoRaster. It works fine in ArcGIS Pro but I can't ...
0 votes
0 answers
67 views
Use a mosaic image of aerial imagery with the classification wizard in ArcGIS Pro
I've been trying to run the classification wizard tools in ArcGIS Pro with a mosaic of 4 aerial multiband images. I have all the licenses to do so and the mosaic image is multiband. I'm able to run a ...
3 votes
1 answer
236 views
Symbolize one band mosaic dataset with unique values
I have many rasters of 8 bit unsigned integer data type which I want to symbolize using Unique values. When I add the rasters individually to the map I have that option: I want to add them all to a ...
2 votes
0 answers
103 views
Mosaic Dataset and Geoprocessing Service
Is it possible to create and edit mosaic datasets via web tools / geoprocessing services? I managed to publish and run a script tool performing an intersect with two shape files. import arcpy a = ...
0 votes
1 answer
119 views
Publish MDCS as Web Tool: broken project data source
I am trying to publish a Python script as a web tool, where a Mosaic Dataset is created via MDCS (Mosaic Dataset Configuration Script). It flags 00068 Script SCRIPT_NAME contains broken project data ...
1 vote
1 answer
64 views
Running a MDCS on ArcGIS Server
I have a MDCS. The script runs without problems in Windows, starting it with a batch file. The aim is to have it running on ArcGIS Server. How can I run it from a toolbox script?
0 votes
1 answer
42 views
Not able to add all Landsat8 data folders to Mosaic dataset in ArcGIS Pro
I have a set of folders from Landsat data, each folder is of a different year. When I add all these folders to add rasters to the mosaic dataset tool. The final output shows me data for only one year ...
1 vote
1 answer
311 views
Mosaic to New Raster; Mosaic Function changes colors of images
I am working with a 5 band multispectral image with uneven lightening. I clipped the disturbed area out, corrected it, then tried to insert it back into the image. When I try to combine the two images ...
1 vote
0 answers
253 views
Update mosaic datasets with ArcPy
I try to update a mosaic dataset with arcpy and then populate two fields (AcquisitionDate and Sensor) based on the name of each raster. What I see is the following: When I first add the rasters to ...
0 votes
0 answers
121 views
Feature Set from Mosaic Dataset Using Arcpy
Testing an arcpy script that uses Manage Tile Cache. One of the parameters is "Area of Interest" which takes a Feature Set datatype. In GIS I can select on the mosaic dataset, then use the ...
0 votes
1 answer
45 views
Mosaic Dataset Artifacting when out beyond 1:500,000
See below, I get these areas of white where the datasets aren't loading in certain areas unless I zoom in past 1:500,000. The data is comprised of a hillshade and an elevation with 50% transparency ...
1 vote
0 answers
195 views
Add Rasters to Mosaic Dataset eliminates bands using ArcGIS Pro
I am trying to create a mosaic dataset that can have any MAXAR imagery added to it (i.e. 4 band GeoEye or 8 band WorldView-2). In order to do so, I have created a Mosaic Dataset without specifying the ...
0 votes
0 answers
94 views
NDVI processing template does not scale from -1 to 1 on WorldView-2 Mosaic Dataset using ArcGIS Pro
I am trying to apply the NDVI raster function to a mosaic dataset with WorldView-2 tiles. When I use the NDVI raster function and "Create new layer", the values displayed range between -1 ...
0 votes
0 answers
343 views
Get all pixel values from superposed rasters
I have a set of rasters that overlap pixel by pixel, one of the rasters has more rows and columns than the others, however the position of pixels matches when they're superposed. I have created a ...