Merging multiple tpk files of different locations in single tpk file

701
2
Jump to solution
04-10-2023 01:28 AM
Labels (2)
RaghavGupta
New Contributor III

Is there a way, to merge the tpk files of different locations in single tpk file, such that the final result will have all the merged tpk files. I am looking for something in the below image.

RaghavGupta_1-1681115124179.png

 

 

0 Kudos
1 Solution

Accepted Solutions
RaghavGupta
New Contributor III

Instead of creating TPK files of different regions we can create a single tpk file.

 I have followed below steps to create tiles around dummy data in circular manner. 

  1. Download the data from imagery using ArcGIS Pro using download option provided in ArcGIS PRO.
  2. Add layer around which the data has to be downloaded.
  3. Create the buffer the area around the asset using buffer tool or you can also create polygon feature class to mark the area on map for which you want data.
  4. Open Extract by Mask tool and in input raster give the layer which was downloaded in step 1. (First this layer need to be added in ArcGIS Pro) then it will take in dropdown.
  5. Now give the buffer layer which we created in step 3 in Input raster or feature mask data as input.
  6. In Output raster give some relevant name for output file.
  7. Select Extraction Area as Inside.
  8. In Analysis extent select the layer name for which you wanna do analysis. I prefer to chose the layer extent for which we downloaded in step 1 as the imagery data was limited. If we have imagery data for full extent than we can download for entire region and take it or if we want to do as per the mask layer then chose that layer.
  9. Once this mask layer has been generated it will give raster layer as output.
  10. Now use Create Map tile Package tool to generate TPK file for this raster for offline use.
  11. Add the generated raster file from step 9 in map
  12. Use this map as input in create map tile package tool.
  13. Give other parameters as per conditions.
  14. Keep eye on Minimum and maximum level of detail input params as they will decide from which min level to max level tiles will be visible.
  15. Under extent give the area of raster file which we created in step 9.
  16. Run the tool to generate tpk file.

Please see below image for reference.

RaghavGupta_0-1681978073947.png

 

View solution in original post

0 Kudos
2 Replies
DanPatterson
MVP Esteemed Contributor

Export Tile Cache (Data Management)—ArcGIS Pro | Documentation

It doesn't look like it, you would have to use the inputs used to create both tpk files to generate a new one


... sort of retired...
0 Kudos
RaghavGupta
New Contributor III

Instead of creating TPK files of different regions we can create a single tpk file.

 I have followed below steps to create tiles around dummy data in circular manner. 

  1. Download the data from imagery using ArcGIS Pro using download option provided in ArcGIS PRO.
  2. Add layer around which the data has to be downloaded.
  3. Create the buffer the area around the asset using buffer tool or you can also create polygon feature class to mark the area on map for which you want data.
  4. Open Extract by Mask tool and in input raster give the layer which was downloaded in step 1. (First this layer need to be added in ArcGIS Pro) then it will take in dropdown.
  5. Now give the buffer layer which we created in step 3 in Input raster or feature mask data as input.
  6. In Output raster give some relevant name for output file.
  7. Select Extraction Area as Inside.
  8. In Analysis extent select the layer name for which you wanna do analysis. I prefer to chose the layer extent for which we downloaded in step 1 as the imagery data was limited. If we have imagery data for full extent than we can download for entire region and take it or if we want to do as per the mask layer then chose that layer.
  9. Once this mask layer has been generated it will give raster layer as output.
  10. Now use Create Map tile Package tool to generate TPK file for this raster for offline use.
  11. Add the generated raster file from step 9 in map
  12. Use this map as input in create map tile package tool.
  13. Give other parameters as per conditions.
  14. Keep eye on Minimum and maximum level of detail input params as they will decide from which min level to max level tiles will be visible.
  15. Under extent give the area of raster file which we created in step 9.
  16. Run the tool to generate tpk file.

Please see below image for reference.

RaghavGupta_0-1681978073947.png

 

0 Kudos