|
Daniele Romagnoli created an issue |
Advanced Reprojection Handling may generate huge width*heigh requests at native resolution |
Issue Type: |
|
---|---|
Affects Versions: |
2.10.2 |
Assignee: |
|
Attachments: |
sample.zip |
Created: |
06/Mar/17 1:02 PM |
Priority: |
|
Reporter: |
A fake imagePyramid sample data is attached.
A reprojecting request is sent in EPSG:900913 covering a wide bbox to be put into a 256x256 tile. When Advanced Projection Handling and Continuous Map Wrapping are turned off, the result is immediately produced. When they are turned on, the requests turns into a GridCoverage read operation which use a similar GridGeometry, asking for a huge WIDTH * HEIGHT image, using native resolution: GridGeometry2D[GridEnvelope2D[-10…679999653, -10…675520900], PARAM_MT[“Affine”, This will take forever when dealing with a real pyramid made of thousand of files at level 0 (and may throw OOM error when not using deferred execution) |
This message was sent by Atlassian JIRA (v1000.789.5#100032-sha1:b95a5c1) |
|