Allow users to add rasters by URL in ArcGIS Pro. We have S3 buckets of imagery (cloud optimized GeoTIFFs) that are exposed over https. We aren't able to give someone the URL to the raster and have them add the layer directly. Instead, they have to create a cloud storage connection and the browse to it. It would be convenient to be able to add http/s accessible COGs directly, e.g. add this example COG as a map layer using only its URL.
Take a look at the Optimize Rasters Tool -> Raster Proxies:
https://github.com/Esri/OptimizeRasters
"OptimizeRasters can generate raster proxies to simplify access to raster data stored on cloud or network
storage. Raster proxies are small pointer files, stored on local file systems, that contain minimal metadata and
reference much larger raster data files stored remotely. A user can work efficiently with collections of small raster proxy files, using them in ArcGIS as if they were conventional raster files."
From: https://raw.githubusercontent.com/Esri/OptimizeRasters/master/Documentation/OptimizeRasters_UserDoc....
Another workaround is this quick and dirty python toolbox:
Add remote COG to ArcGIS Pro by URL (GitHub Gist)
Thanks, @SimonSchütte_ct and @Luke_Pinner . We're coming at this from a more exploratory need, with various users throughout our institution (students, faculty, researchers) able to check one or a few rasters with minimal effort and no expectation of installed software or toolboxes; there's a lot of inconsistency across our users and an out-of-the-box method (like QGIS offers) is preferred, but the workaround are appreciated.
For a quick-and-dirty PYT, that's pretty slick.
Quick and dirty as in there's no doco, testing or error handling... Should work on the majority of remote COGs (but not wacky ones like these NASA GIMMS's COG products)
Hi Folks,
I support his idea as well; having hundreds of drone imagery in a STAC catalog or individual COG's URLs able to open directly into AGP would be awesome. If QGIS offers it, AGPcan do it better.
MJ
@MiltonSolano STAC catalogs are now supported in ArcGIS Pro 3.2+, here you can find sample datasets: Landsat Collection 2 Level-2 | Planetary Computer or GitHub - Esri/arcgis-for-mpc: Documentation and examples for ArcGIS for Microsoft Planetary Computer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.