Notification messages shown when software fails.

learn more… | top users | synonyms

4
votes
5answers
1k views

Rasterfile clipping error: Cannot compute bounding box of cutline

I have a raster file and want to clip it, a vector file is supposed to be the mask layer. I use the most obvious method (Raster->Extraction->Clipper). No matter what I do, I get this error (see pic): ...
0
votes
1answer
53 views

While looping with arcpy: ERROR 010240: Could not save raster dataset

Hi I am very new to python coding and have been struggling with this for a while I cannot see the reason for this error! Any help will be greatly appreciated. Here is the code that is causing this ...
1
vote
0answers
48 views

QGis Grid statistics for polygons error - Module caused access violation!

I'm trying to calculate statistics for a raster layer using an overlaying polygon layer, I'm using SAGA "Grid Statistics for polygons" function, but it returns an error, sadly.. So in the sextante log ...
0
votes
1answer
44 views

How to select a subset of a DEM in ArcScene?

I'm using ArcGIS 10.0 and trying to open a digital elevation model in ArcScene. I'm working on a project and got the DEM data from official sources which is quite huge. The resolution of the DEM is 1 ...
1
vote
0answers
34 views

Unable to open project

I recently got a virus in my computer and, after having that fixed, was unable to open my Quantum GIS project. I received an error message: Microsoft Visual C++ Runtime Library Runtime Error! ...
20
votes
2answers
626 views

How accurate is approximating the Earth as sphere?

What level of error do I encounter when approximating the earth as a sphere? Specifically, when dealing with the location of points and, for example, the great circle distances between them. Are ...
1
vote
1answer
45 views

Why isn't my select by attributes query working?

I'm running ArcMap 10.1. I have a point feature class joined to a table and am trying to query a field. If I do [field] = 'TEST', it selects all the fields. But if I do [field] LIKE 'TES%', it ...
2
votes
1answer
74 views

Problem with SPIT (error while importing layers to POSTGIS)

I was attempting to import a polyline roads layer into postgis, using both SPIT in QGIS 1.7 and postGIS GUI for this purpose. I have received errors through both processes as described here: SPIT ...
2
votes
1answer
91 views

Driver Error : DTM to Raster using GDAL_GRID

I am looking to interpolate a DTM (eventually over 4,000 DTMs) that is in a personal geodatabase format. I would like to do this in as few step as possible, eventually writing a batch script to do ...
1
vote
0answers
39 views

Why does XYToLine_management give ExecuteError ERROR 999999 The table was not found?

I've written this script to import a csv file using ArcGIS' flavor of python.. ArcPy.. It seems to run fine up until the XYtoLine tool runs and then it fails.. This is the error message... Traceback ...
3
votes
1answer
70 views

digitizing (tolerence) error in line data

I have designed a large number of boundaries. For accuracy, I took lines in patches from different data sets and merged them into one. Now I want to turn them into polygons from lines. I every second ...
0
votes
1answer
79 views

Can anyone tell me why my field calculator is returning this error?

All I am trying to do is pull into a text field, a section of another text field via: fieldB = !fieldA![some_index:other_index] However I keep receiving the error below and I can't figure out why. ...
1
vote
2answers
62 views

Grass 6 extension installation in Grass 7 error

I am trying to install the extension r.roughness from the Grass 6 repository, but in Grass 7. When trying g.extensions, the error "make: * No rule to make target ...
2
votes
0answers
45 views

returning exceptions to user via AGS REST

I've got a python script that I run as a standalone and as a gp service in AGS (moving to 10.1 now...). For the standalone execution, I'm throwing a custom exception if there is no data found based on ...
3
votes
1answer
160 views

Python coding question, looping through feature classes, AddField, CalculateField, then errors (might be schema lock)

This is not a SDE question. File GDB. Hi, I have a general question on looping through feature classes in a file geodatabase. I have (attached) a python script that adds a ton of fields and ...
3
votes
0answers
108 views

WFS service Server Error in '/ArcGIS/services' Application

I have a SSL secured ArcGIS Server 9.3.1 machine on W2k8. I set up a service with WFS. Every time I try to request the capabilities, I get the error: Server Error in '/ArcGIS/services' Application ...
3
votes
1answer
137 views

Model Builder: An error has occurred in the script on this page. MdDlgContent.htm

I've been creating a model in Arc 10.0 for a few days now without problems. Then I added the Calculate Field Tool. I selected Make Variable --> From Parameter --> Expression. When I check off "Model ...
1
vote
2answers
43 views

Error reported when trying to import prj for data points in New Brunswick Canada into QGIS

I have data points recorded with a Trimble GIS. The projection is New Brunswick Sterographic Double Projection, which as near as I can find via a Google search is EPSG:2953. However, when I try to ...
1
vote
0answers
166 views

Raster calculator error 000539 - cannot create weak reference to 'classobj' object

I was - like many times before - trying to clip a raster with the raster calculator (raster * 1 with shapefiles as mask). Now - the following error keeps popping up: ERROR 000539: Error running ...
0
votes
0answers
23 views

returned error of postgis manage for loading data

I installing QGis 1.8.0.-lisboa on windows 7. Using postgis manage for loading data (shp file) to postgis. I have returned error: Something's wrong: ['"shp2pgsql" \xad\xa5 ...
3
votes
1answer
207 views

Trouble with accesing API code: “ReferenceError: esri is not defined”

I am developing a web map application in the ArcGIS API for Javascript. I two have ArcGISDynamicMapServiceLayer layers that I am trying to run a simple query task on. The code I am using works in ...
0
votes
2answers
78 views

Object does not exist in the namespace “http://schemas.esri.com/arcgis/client/2009”

I am trying to move all of my GIS code over the Visual Studio 2012. I have added the following references: C#: using ESRI.ArcGIS.Client; using ESRI.ArcGIS.Client.Geometry; using ...
0
votes
0answers
24 views

Receiving Label Expression error

Writing simple label expression in python. It looks like this [Well_Name]+'\r'+ [TCA] . They are both string fields. I receive the following error "TypeError: coercing to Unicode: need string or ...
0
votes
2answers
95 views

Error from ps.map in GRASS. How to fix?

I'm trying to learn how to use ps.map in GRASS. I thought that running it in interactive mode from the command line would be a good place to start, but I'm getting the following error: > ps.map ...
1
vote
1answer
88 views

Raster as Attribute Field Error

I'm using Arc 10.1. I am creating a parcel inventory where I would like to have a photo of the property attached as an attribute and view-able with an HTML popup. I have a polygon feature class built ...
1
vote
1answer
60 views

Combining polygon geometries with python and QGIS segfaults

I am trying to combine polygons, using Qgis 1.8, and every time I run this script in the python console, I get a segmentation fault. Here is the script: from PyQt4.QtCore import * iface = ...
0
votes
1answer
33 views

Trying to use clip tool but keep getting ERROR999999?

The layer being used as the 'clip features' has been used before and worked fine, so i assume the issue is the layer im trying to clip (Input Features) - I keep receiving the same error when running ...
0
votes
1answer
56 views

PostGIS error reads “Geometry has Z dimension but column does not” [duplicate]

I try to store a polygon in GeoJSON format into my PostGIS table. Both are using the CRS EPSG:3857. This is how the polygon is defined. Note that I put in some whitespace to make it more readable. { ...
0
votes
2answers
78 views

Cannot insert simple geometry data

I installed PostgreSQL 9.2.4 and PostGIS 2.0.3 on my Windows 8 machine. Then I created a table using phpPgAdmin and added a geometry column using the following statement. SELECT ...
0
votes
0answers
17 views

Can I apply the Euclidean Distance tool for a single point feature class? [duplicate]

So, as suggested in my previous question, I tried to perform perform the Euclidean Distance tool for a single point feature class. For som e reason it doesn't work and the error given is ERROR010092: ...
0
votes
1answer
43 views

How can I avoid UnicodeEncodeError when using geoprocessing tools in QGIS?

I have a shapefile, that I want to split with the "Split Layers by Field"-tool. Due to some umlauts (ä,ü,ö) there will be a python error as soon, as the tool reaches a feature with an umlaut. The ...
1
vote
0answers
23 views

Uploading Polyline feature in ArcGIS Online [duplicate]

I'm seeing some snapping/topological errors in ArcGIS Online (trial version) when I upload my well snapped polyline layer. Please see the screen shot below. What may be the cause of this?
0
votes
2answers
61 views

Joining Points and Polygons

I am new at using arcGIS 9.3.1 and am having trouble joining data. I have a shapefile of census tract polygons and a separate file of points that are crimes in Chicago in 2010. The crime points were ...
1
vote
1answer
2k views

How to install QGIS Server Ubuntu 12.04?

I am new user to Ubuntu (12.04) and am trying to set up QGIS server. I have QGIS desktop installed and working. In regards to QGIS server I have used apt-get install qgis-mapserver ...
2
votes
1answer
1k views

XYZ Layer in Open Layers has Missing Tiles

In Open Layers I'm having a missing tile problem where it generates a missing link icon and a pink background. I found several threads including this one saying to add this code ...
0
votes
0answers
23 views

What are the return codes for CPLMalloc? [closed]

I want to perform error handling for CPLMalloc but I haven't been able to find what its return codes are in the online documentation. Does anyone know where to look? It doesn't appear in the list of ...
4
votes
0answers
41 views

Showing snapping error in ArcGIS Online

I am doing some test in ArcGIS online to know how much helpful it is for my firm, But when I opened my road line .Zip shapefile in ArcGIS online it is showing some snapping issues as well as changed ...
1
vote
1answer
164 views

Quantum GIS returns “Invalid Layer” message when trying to add Postgis view

I'm new to Postgis and Quantum GIS. I created a view defined as CREATE OR REPLACE VIEW pupr.vstudentmuni AS SELECT m.id AS munid, m.name AS muname, m.geom, s.code, (s.name::text || ' '::text) ...
1
vote
1answer
56 views

tomcat 5.5.20 on geoserver 2.3

i know it is curious, but i want to run Geoserver 2.3.0 on Tomcat 5.5.20. When i deploy the war file, it deploys successful but i cant start the Geoserver. Message: FAIL - Application at context ...
2
votes
0answers
33 views

Transfer OpenLayers map from one pc to another [duplicate]

I have a following question, I created a web application - I used geoserver to create an openlayers map. As a sever I was using apache tomcat. If i want to run this server on different machine, what ...
2
votes
1answer
130 views

Error 999998 in Arcpy 10.1

I found an RuntimeError: ERROR 999998: Unexpected Error when lunching Arcpy in my ArcGis 10.1 such as this: Runtime error Traceback (most recent call last): File "", line 50, in File ...
1
vote
0answers
72 views

I can't connect QGIS with postgresql

I can create a connection to the database in qgis and the test connection is successful. However when I actually connect to the database to export shape files I get the following error: the ...
4
votes
2answers
241 views

ArcGIS Attribute Assistant method not working

I don't know how many of you are using Attribute Assistant for ArcGIS 10.1, hope many:) I have some difficulties with a couple of methods. Well, I got the INTERSECTING_EDGE, the GENERATE_ID, and a ...
2
votes
2answers
117 views

ArcPy Report syntax error

I'm working on trying to use arcpy to automate the creation of a report, but I'm running into a problem. >>> ...
0
votes
0answers
45 views

Error: Objects in this class cannot be edited outside an edit session

I'm simply trying to modify the Default Editing Widget ESRI sample to show my extent and service and am noticing the following error in Firebug when trying to add a point: ...
2
votes
2answers
54 views

Python Toolbox Raster Parameter Error

I borrowed a simple script I found online to clip a shapefile from the extent of a raster. It works perfectly from the ArcMap built in python command prompt. I modified is slightly to use in a tool. ...
5
votes
2answers
141 views

ArcGIS Server SOC Cannot Connect To Data

I've been successfully publishing services to AGS. SOC is set up to view all the data that is used in published services. All of a sudden, I can no longer publish a service and have recieved the ...
0
votes
0answers
12 views

Sextante Modeler Error “global name os is not defined” [duplicate]

I want to generate a model whic reclassify radter values. So i added Saga reclassify grid values tool to Modeler and saved the model. When i run the model i got this error both on Ubuntu OSgeolive 6.0 ...
2
votes
2answers
161 views

What does 'DBMS table not found' message mean?

I have a plain postgressql table (version 8.2). I am trying to connect to it to it from ArcGIS desktop 10.0, and use as a query layer, as given in this document: ...
2
votes
2answers
107 views

Add a new field in a already created feature class

I have a feature class. On the basis of some calculation, I want to create a new field in that table and set value of that field. To do so, my algorithm is: void UpdateFeatureClass(IFeatureClass ...

1 2 3