OptimizeRasters icon indicating copy to clipboard operation
OptimizeRasters copied to clipboard

OptimizeRasters is a set of tools for converting raster data to optimized Tiled TIF or MRF files, moving data to cloud storage, and creating Raster Proxies.

Results 26 OptimizeRasters issues
Sort by recently updated
recently updated
newest added

The Commit comment from @Chamlika on Jul, 13, 2021 states: > GDAL v3.0.0+ with built-in COG support plus fixes/enhancements The comment is straightforward enough, but what I am trying to...

Lines 337 and 3285 of OptimizeRasters.py hardcode the use of virtual addressing for S3. This breaks compatibility with certain regions and/or third-party S3 API implementations like MinIO. The code should...

maintenance

When trying to run the OptimizeRasters tool from the .pyt, there appears to be an issue with the Tool Validation logic. I have a credential file with GetObject privileges to...

Using OptimizeRasters Lambda. I see the following in the cloudwatch logs. Although, I see the output written in my S3 bucket, I am trying to understand the implications of the...

Tryed to install the azure python package as described in the doc (page 4), but no 'azure' package will be provided. ![image](https://user-images.githubusercontent.com/45854242/144050116-d5224019-86d3-4755-b49d-e1be0b955340.png) Can I use Azure-common instead?

- Using "OptimizeRasters" with "CreateRasterProxy" configuration. - Source files are 32-bit single band MRF with LERC compression in Azure blob storage (4,908 tiles total). - Output is a local folder...

unable to reproduce.

I am using rasterproxy mode with MRF files on S3 that have matching compression to the settings listed in the config.xml for OR. Based on the guidance in the MUG...

unable to reproduce.

In python versions earlier than 3.10 the standard OpenSSL library version used only supported 32-bit reads. The result of this is that when trying to use OptimizeRasters on an S3...

Our AWS environment is managed very strictly via the principle of least privilege, and we use an IAM Role assigned to our EC2 instance for managing content in an S3...

Hi, We have a client using the OptimizeRasters tool in ArcGIS Pro 2.7, to create raster proxies for MRF files that are stored in an Amazon S3 bucket. The destination...