Notification messages shown when software fails.
0
votes
1answer
27 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
31 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.
{
...
1
vote
0answers
18 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
2answers
55 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
33 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 ...
0
votes
2answers
50 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 ...
0
votes
0answers
19 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 ...
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?
1
vote
0answers
72 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
48 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 ...
4
votes
0answers
33 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 ...
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 ...
1
vote
0answers
61 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 ...
0
votes
0answers
31 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
93 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
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
1answer
106 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 ...
2
votes
2answers
101 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: ...
1
vote
0answers
52 views
Error in uploading data in QGIS cloud
I want to publish my .shp file using QGIS Cloud plugin.
I signed in to qgiscloud.com (free). On create new database it will auto create dbname='fbeudp_mfaphk' user='fbeudp_mfaphk' ...
2
votes
2answers
85 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 ...
2
votes
2answers
47 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. ...
0
votes
0answers
25 views
GDAL Error 1: Can't find RasterDMS field in Eimg_Layer with block list
I've got a dataset consisting of an .aux file and an .rrd file with the same names.
When I open this data using the GDAL C++ library (applying GDALOpen to the .aux file), the dataset seems ...
0
votes
0answers
101 views
How to fix Geocode plugin Google API Key errors in QGIS 1.8?
within QGIS 1.8 I am tring to use the "GeoCoding Plugin" (Author: Dr. Alessandro Pasotti) but it gives this error message:
Traceback (most recent call last): File "C:/Documents and
...
0
votes
1answer
66 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 ...
2
votes
2answers
186 views
Why can't I import arcpy?
>>> import arcpy
Traceback (most recent call last):
File "<interactive input>", line 1, in <module>
File "C:\Python27\lib\arcpy\__init__.py", line 21, in <module>
...
0
votes
1answer
41 views
Problem Reclassifying Rasters
I need to reclassify some vector data which was made from Euclidian distance from points and lines.
So after getting the Euclidian distances, I tried to run reclassify, but got:
Error 001100 Failed ...
3
votes
0answers
107 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 ...
0
votes
0answers
72 views
ArcMap runs custom script once and then it crashes on second run
So I made a script that takes data from an MSSQL database and inserts it into a featureclass. I added the script to a toolbox and am able to run the tool from within ArcMap 10.1. The problem is that ...
0
votes
1answer
28 views
Why is this GRASS script (from GRASS WiKi) causing an error?
I'm trying to run a script from the GRASS WiKi to create a simple map using ps.map. I'm confused because it's generating an error that the output was not set, when it appears to me that it is set at ...
0
votes
2answers
77 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
76 views
Why won't Tabulate Intersection work?
I can't seem to find much in forums about this - I'm trying to use Tabulate Intersection with two shapefiles.
When run in a model, I get a generic error (Error 999999:Error executing function).
...
0
votes
1answer
40 views
ArcCatalog 9.3 (ArcInfo) wont open
ArcMap, ArcScene and everything works fine and opens without problem. But, ArcCatalog cannot open. A window pops up and says-
Microsoft Visual C++ Runtime Library.
Runtime Error!
Program: ...
3
votes
1answer
99 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
1answer
83 views
Rpy2 Unable to Load in Fresh QGIS Install
after installing qgis the a message given below is shown
Unable to load the plugin: Unable to load required package rpy2.
Please ensure that both R, and the corresponding version of Rpy2 are ...
2
votes
1answer
56 views
Setting coordinate systems in QGIS: “transform error caught”
I'm learning how to use QGIS (v 1.8.0 "Lisboa") on Mac OS 10.6.8. My goal is to create a simple county map of Illinois using the base data shapefiles available from the Illinois Natural Resources ...
3
votes
1answer
177 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 ...
2
votes
2answers
109 views
Type mismatch error in Calculate Field tool in ArcGIS 10.1
I'm trying to run a rather lengthy model (built in ArcGIS 9.3.1) in ArcGIS 10.1 and I'm recieving an error on a Calculate Field tool. The error is - Type mismatch: 'iif'.
This error is refering to ...
0
votes
1answer
54 views
ET Geowizards: Table Already Exists Log Error
I have a license for ET Geowizards and I keep coming up with an error using various tools. Most recently I have been using the Global Snap Polylines tool. I ran it a few times and then it randomly ...
5
votes
1answer
77 views
Skip errors in model builder
is there a way to handle an error within the arcgis modelbuilder? I have a model which iterates over hundreds of raster files. some of them may be corrupt. i`m looking for a way in which the model ...
1
vote
1answer
112 views
Need help in Python script : Getting an unicode encode error
When I`m running a script (it checks to which database a mxd is connected) I get the following error:
return codecs.charmap_encode(input,errors,encoding_table)
UnicodeEncodeError: 'charmap' codec ...
0
votes
1answer
198 views
I create getfeatureinfo with popup but it dosn't work (error 404) [duplicate]
This is my code for my page (index.html)
info = new OpenLayers.Control.WMSGetFeatureInfo({
url: 'http://localhost:8080/geoserver/wms',
title: 'get feature info',
...
1
vote
2answers
111 views
Error adding a delimited text layer in QGIS [closed]
I'm a GIS beginner here. I'm trying to add a delimited text layer in QGIS. The plug-in is okay. I have created a table in Excel, saved as CSV file, imported the file with QGIS, selected the delimiters ...
3
votes
1answer
102 views
How to Create a Version 10 File Geodatabase from an XML from ArcGIS 9.2?
A client has given me an XML document for the schema of an ArcGIS 9.2 Geodatabase. The final goal will be to create a version 10 version of the geodatabase but the client doesn't have version 10 yet. ...
2
votes
1answer
152 views
Multiple ring buffer on point-shape error
I need to calculate multiple ring-buffers, but every time I try, arcgis produces a failure:
Executing (Multiple Ring Buffer): MultipleRingBuffer Y:\GIS\RDY\clip\sn_clip.shp ...
4
votes
2answers
218 views
Error 000735: Input Dataset or Feature Class: Value is required
I am a true novice when it comes to ArcGIS and computer programs like this one. Am taking a class and cannot get the Project function to work under the tool box.
The path I used was ArcTool box --> ...
5
votes
1answer
214 views
ArcPy script causing python.exe to stop working (memory issue?)
I have a script written in Python that uses ArcPy to create maps of the kernel densities of thousands of datasets. Each dataset is relatively small, but there about 50,000 sets in total.
When I run ...
0
votes
0answers
22 views
Polygonize Raster to Vector Error [duplicate]
I have a problem when I am trying to Polygonize (Raster To Vector). I have a Corine map with 44 different land uses. I run a query and I save the selected areas with Bands 0 and 1. Now I am trying to ...
1
vote
0answers
19 views
polyline_GetAzimuth 999999 : Error executing function [duplicate]
Possible Duplicate:
Is there a (better) way to debug Visual Basic Code Block in calculate field using ArcGIS?
I am graduate ESCI student, and my project involves a lot of ArcGIS use. My ...
1
vote
1answer
133 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) ...




