Summary
ArcGIS Living Atlas of the World offers extensive data coverage for imagery layers, and the layers are configured with the 'Maximum image size per request' parameter to control the image data. No pixel is returned if the request exceeds the specified value. In ArcGIS Pro, imagery layers can be copied to the local file geodatabase for analysis, exceeding the image size limitation while maintaining image quality. In this article, an imagery layer from ArcGIS Living Atlas of the World is copied.
Procedure
- Open the ArcGIS Pro project.
- Create a polygon fishnet using the Create Fishnet geoprocessing tool.
- On the Analysis ribbon tab, in the Geoprocessing group, click Tools.
- In the Geoprocessing pane, search for and select Create Fishnet (Data Management Tools).
- In the Create Fishnet pane, on the Parameters tab, for Output Feature Class, click Browse
and specify the folder for the output feature class. - For Template Extent, click Draw Extent
. A Create Fishnet Template Extent feature layer is created and added to the current map. - On the active map frame, click a location and drag the cursor to form a rectangle to specify the template extent, and click once again to finish the drawing.
- For Number of Rows, specify a number. In this example, it is 6.
- For Number of Columns, specify a number. In this example, it is 8.
- Uncheck Create Label Points.
- For Geometry Type, click the drop-down arrow and select Polygon.
- Click Run.
The image below shows the created polygon fishnet cells.
- Change the created fishnet layer symbology into a transparent grid to visualize the underlying imagery layer.
- On the Contents pane, click the polygon symbol under the created fishnet layer to open the Symbology pane.
- In the Symbology pane, on the Gallery tab, under ArcGIS 2D, click Black Outline (1pt).
The image below shows the transparent fishnet cells overlaying the imagery layer. This aids in the process of selecting the cells to be exported.
- Select the features to be exported as a new feature layer.
- On the Map ribbon tab, in the Selection group, click the Select drop-down list, and click Lasso.
- On the active map, click and drag the cursor to trace the area of interest. The overlaying polygon fishnet cells are selected.
- Export the selected features overlaying the area of interest. Ensure the selected features in Step 4 is selected.
The image below shows the exported features.
The image below shows the attribute table for the exported fishnet cells with the Id field values defaulted to 0.
- Calculate the Id field in the exported feature layer using the Calculate Field tool to fill in the unique identifier values for use in the next step.
- Right-click the exported fishnet layer and select Attribute Table.
- In the table view, click Calculate.
- In the Calculate Field window, for Input Table, click the drop-down arrow and select the exported fishnet layer.
- For Field Name (Existing or New), click the drop-down arrow and select Id.
- For Expression, below Fields, double-click OBJECTID and click OK.
The image below shows the populated values for the Id field.
- Split the fishnet cells into individual polygon feature layers by using the Split By Attributes geoprocessing tool.
- On the Geoprocessing tab, click the Back button
to return to the Geoprocessing pane. - In the Geoprocessing pane, search for and select Split By Attributes (Analysis Tools).
- In the Split By Attributes pane, on the Parameters tab, for Input Table or Features, click the drop-down arrow and select the exported fishnet layer.
- For Target Workspace, click the Browse button.
- In the Target Workspace window, specify the workspace location.
- For Split Fields, click the drop-down arrow, check Id, and click Add.
- Click Run.
The image below shows the layers created, representing each fishnet cell.
- Add the layers created in Step 7 to the current map. These layers are to be used as masks to extract the imagery layer into equal-size mosaics in the next step.
- Extract the imagery layer to the local machine by using the Extract by Mask geoprocessing tool.
- On the Geoprocessing tab, click the Back button
to return to the Geoprocessing pane. - In the Geoprocessing pane, search for and select Extract by Mask (Spatial Analyst Tools).
- In the Extract by Mask pane, on the Parameters tab, for Input Raster, click the drop-down arrow and select the imagery layer.
- For Input raster or feature mask data, click the drop-down arrow and select the feature layer added in Step 8.
- For Output Raster, specify the output raster file path and name.
- For Extraction Area, select Inside.
- Click Run.
- Repeat Steps 9(d) through 9(g) for the other layers.
Note:
Extracting large imagery layers consumes a longer time and a larger space on the local machine. The processing time gradually increases for the subsequent extraction.
- Assemble the extracted layers into a new raster by using the Mosaic To New Raster geoprocessing tool.
- On the Geoprocessing tab, click the Back button
to return to the Geoprocessing pane. - In the Geoprocessing pane, search for and select Mosaic To New Raster (Data Management Tools).
- In the Mosaic To New Raster pane, on the Parameters tab, for Input Raster, select the extracted layer in Step 9.
- For Output Location, specify the file path.
- For Raster Dataset Name with Extension, specify the name of the new raster. In this example, it is New_NLCD_Raster.
- For Spatial Reference for Raster, click the drop-down arrow and select the imagery layer. The imagery layer spatial reference is specified for the parameter.
- For Cellsize, specify a cell size similar to the original imagery layer's.
- For Number of Bands, specify the number of bands similar to the original imagery layer's. In this example, it is 1.
- On the Environments tab, under Raster Storage, for Pyramid, uncheck Build.
- Click Run.

The image below shows the copied imagery layer in FGDBR format and its raster information. The raster size exceeds the maximum number of rows (30000) and columns (30000) limitations for the original imagery layer query.