Modify ↓
Opened 10 years ago
Last modified 10 years ago
#11461 new defect
Problem with plug in to import satellite images
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin importimage | Version: | tested |
Keywords: | reprojection geotools | Cc: |
Description
Hello. I downloaded an updated L8 image from earthexplorer. When trying to change the reference system to WGS84 UTM54N it crashed. Its a plug-in issue apparently. Below the report.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2015-05-08 01:31:23 Last Changed Author: stoecker Revision: 8339 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Relative URL: ^/trunk URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2015-05-07 17:30:43 +0200 (Thu, 07 May 2015) Last Changed Rev: 8339 Identification: JOSM/1.5 (8339 en) Linux Ubuntu 14.04.2 LTS Memory Usage: 920 MB / 920 MB (159 MB allocated, but free) Java version: 1.7.0_79, Oracle Corporation, OpenJDK 64-Bit Server VM Java package: openjdk-7-jre:amd64-7u79-2.5.5-0ubuntu0.14.04.2 VM arguments: [-Djosm.restart=true, -Djava.net.useSystemProxies=true] Dataset consistency test: No problems found Plugins: - DirectUpload (30892) - ImportImagePlugin (31114) - editgpx (30892) - geotools (31068) - jts (31002) - log4j (30892) - opendata (31050) - utilsplugin2 (31072) Last errors/warnings: - W: Could not get presets icon icons/ambulance_station.png - E: Broken tagging preset "surface-Surface" - number of items in 'display_values' must be the same as in 'values' - E: Broken tagging preset "surface-Surface" - number of items in 'display_values' must be the same as in 'values' - E: java.net.SocketTimeoutException: Read timed out - E: org.geotools.coverage.processing.CannotReprojectException: Can't reproject grid coverage "".. Cause: org.geotools.referencing.operation.projection.ProjectionException: Latitude 90°00.0'S is too close to a pole. org.geotools.coverage.processing.CannotReprojectException: Can't reproject grid coverage "". at org.geotools.coverage.processing.operation.Resample.doOperation(Resample.java:264) at org.geotools.coverage.processing.CoverageProcessor.doOperation(CoverageProcessor.java:542) at org.geotools.coverage.processing.CoverageProcessor.doOperation(CoverageProcessor.java:564) at org.openstreetmap.josm.plugins.ImportImagePlugin.PluginOperations.reprojectCoverage(PluginOperations.java:88) at org.openstreetmap.josm.plugins.ImportImagePlugin.ImageLayer.resample(ImageLayer.java:295) at org.openstreetmap.josm.plugins.ImportImagePlugin.LayerPropertiesDialog$4.actionPerformed(LayerPropertiesDialog.java:487) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252) at java.awt.Component.processMouseEvent(Component.java:6516) at javax.swing.JComponent.processMouseEvent(JComponent.java:3312) at java.awt.Component.processEvent(Component.java:6281) at java.awt.Container.processEvent(Container.java:2229) at java.awt.Component.dispatchEventImpl(Component.java:4872) at java.awt.Container.dispatchEventImpl(Container.java:2287) at java.awt.Component.dispatchEvent(Component.java:4698) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422) at java.awt.Container.dispatchEventImpl(Container.java:2273) at java.awt.Window.dispatchEventImpl(Window.java:2719) at java.awt.Component.dispatchEvent(Component.java:4698) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:747) at java.awt.EventQueue.access$300(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:706) at java.awt.EventQueue$3.run(EventQueue.java:704) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87) at java.awt.EventQueue$4.run(EventQueue.java:720) at java.awt.EventQueue$4.run(EventQueue.java:718) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:717) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) Caused by: org.geotools.referencing.operation.projection.ProjectionException: Latitude 90°00.0'S is too close to a pole. at org.geotools.referencing.operation.projection.Mercator$Spherical.transformNormalized(Mercator.java:209) at org.geotools.referencing.operation.projection.MapProjection.transform(MapProjection.java:897) at org.geotools.referencing.operation.projection.MapProjection.transform(MapProjection.java:938) at org.geotools.referencing.operation.transform.AbstractMathTransform.transform(AbstractMathTransform.java:237) at org.geotools.referencing.operation.transform.ConcatenatedTransformDirect.transform(ConcatenatedTransformDirect.java:68) at org.geotools.referencing.CRS.transform(CRS.java:1340) at org.geotools.referencing.CRS.transform(CRS.java:1408) at org.geotools.coverage.processing.operation.Resampler2D.reproject(Resampler2D.java:478) at org.geotools.coverage.processing.operation.Resample.doOperation(Resample.java:258) ... 41 more
Attachments (0)
Change History (1)
comment:1 by , 10 years ago
Component: | Plugin → Plugin importimage |
---|---|
Keywords: | geotools added |
Note:
See TracTickets
for help on using tickets.