This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #0 0x00002aaaab81111b in memcpy () from /lib/libc.so.6 | |
| #1 0x00002aaaac1c548e in GDALRasterBand::IRasterIO () | |
| from /usr/lib/libgdal1.5.0.so.1 | |
| #2 0x00002aaaabce0599 in ?? () | |
| from /usr/lib/python2.6/dist-packages/osgeo/_gdal.so | |
| #3 0x000000000041d3bd in PyObject_Call () | |
| #4 0x00000000004a1460 in PyEval_EvalFrameEx () | |
| #5 0x00000000004a4649 in PyEval_EvalCodeEx () | |
| #6 0x00000000004a2cb0 in PyEval_EvalFrameEx () | |
| #7 0x00000000004a4649 in PyEval_EvalCodeEx () |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from osgeo import gdal | |
| Traceback (most recent call last): | |
| File "<stdin>", line 1, in <module> | |
| File "osgeo/__init__.py", line 21, in <module> | |
| _gdal = swig_import_helper() | |
| File "osgeo/__init__.py", line 13, in swig_import_helper | |
| import _gdal | |
| ImportError: No module named _gdal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gdal_merge.py -of NITF -o merged-0-1.ntf merged-1.tif merged-0.tif -0.000833472245374[]ERROR 1: Unable to create file merged-0-1.ntf, | |
| Too big image size : 14359326380 | |
| Creation failed, terminating gdal_merge. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gdal_merge.py -co BIGTIFF=YES -o merged-0-1.tif merged-1.tif merged-0.tif | |
| ERROR 5: Integer overflow | |
| ERROR 5: Integer overflow | |
| ERROR 5: Integer overflow | |
| ERROR 5: Integer overflow | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'> | |
| <qgis projectname="" version="1.4.0-Enceladus" > | |
| <title></title> | |
| <mapcanvas> | |
| <units>degrees</units> | |
| <extent> | |
| <xmin>-2479923.500245</xmin> | |
| <ymin>-8217566.946809</ymin> | |
| <xmax>24520649.811438</xmax> | |
| <ymax>19466565.182891</ymax> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <xsd:schema elementFormDefault="qualified" targetNamespace="http://www.openplans.org/topp" xmlns:gml="http://www.opengis.net/gml" xmlns:topp="http://www.openplans.org/topp" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
| <xsd:import namespace="http://www.opengis.net/gml" | |
| schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/> | |
| <xsd:import namespace="http://www.opengis.net/gml" | |
| schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/> | |
| <xsd:complexType name="drupal_anodesType"> | |
| <xsd:complexContent> | |
| <xsd:extension base="gml:AbstractFeatureType"> | |
| <xsd:sequence> | |
| <xsd:element maxOccurs="1" minOccurs="0" name="the_geom" nillable="true" type="gml:MultiPointPropertyType"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " Vim syntax file | |
| " Language: PHP 4/5 | |
| " Maintainer: Peter Hodge <toomuchphp-vim@yahoo.com> | |
| " Last Change: May 7, 2008 | |
| " | |
| " URL: http://www.vim.org/scripts/script.php?script_id=1571 | |
| " Version: 0.9.7 | |
| " | |
| " ================================================================ | |
| " |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " Vim syntax file | |
| " Language: PHP 4/5 | |
| " Maintainer: Peter Hodge <toomuchphp-vim@yahoo.com> | |
| " Last Change: May 7, 2008 | |
| " | |
| " URL: http://www.vim.org/scripts/script.php?script_id=1571 | |
| " Version: 0.9.7 | |
| " | |
| " ================================================================ | |
| " |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java.lang.RuntimeException: Error occurred while building the resources for the configuration page | |
| at org.geoserver.web.data.layer.NewLayerPage.buildLayerInfo(NewLayerPage.java:202) | |
| at org.geoserver.web.data.layer.NewLayerPage$3.onClick(NewLayerPage.java:173) | |
| at org.geoserver.web.wicket.SimpleAjaxLink$1.onClick(SimpleAjaxLink.java:44) | |
| at org.apache.wicket.ajax.markup.html.AjaxLink$1.onEvent(AjaxLink.java:65) | |
| at org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:163) | |
| at org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:297) | |
| at org.apache.wicket.request.target.component.listener.BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:104) | |
| at org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:91) | |
| at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1239) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <xsd:schema elementFormDefault="qualified" targetNamespace="http://www.openplans.org/topp" xmlns:gml="http://www.opengis.net/gml" xmlns:topp="http://www.openplans.org/topp" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
| <xsd:import namespace="http://www.opengis.net/gml" | |
| schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/> | |
| <xsd:import namespace="http://www.opengis.net/gml" | |
| schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/> | |
| <xsd:complexType name="drupal_anodesType"> | |
| <xsd:complexContent> | |
| <xsd:extension base="gml:AbstractFeatureType"> | |
| <xsd:sequence> | |
| <xsd:element maxOccurs="1" minOccurs="0" name="the_geom" nillable="true" type="gml:MultiPointPropertyType"/> |