AddRaster do not support MRF-files when Bounding Box includes scientific-notation
- Dominant language
- Python
- Stars
- 72
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
After uppgrading to ArcGIS Pro 3.5.5 and ArcGIS Server 11.5 we have noticed that MRF-files is no longer fully supported.
If the mrf-file has a bounding box like this it works OK and will add the image to the mosaic dataset.
``
However, if the bounding box is represented using ”scientific-notation” it will not load the image to the mosaic dataset
``
Using a previous version of ArcGIS Pro (like version 3.3) the error does not occur.
Is ESRI aware of this error?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the AddRaster workflow with the two supplied MRF BoundingBox representations, then trace how the minx, miny, maxx, and maxy values are parsed before the image is added to the mosaic dataset. Done means MRF files using scientific notation load successfully without regressing the decimal-coordinate case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100