A characteristic of an object (person, thing, etc.). In the GIS field, it is used to refer to the non-spatial data associated with a location or geometry
0
votes
0answers
6 views
How can one read the response of a GetFeature request with Openlayers?
I am using Openlayers to send a GetFeature request to Geoserver. With the help of Firebug I can see that the response contains some of the attribute data I need.
I am interested in showing some ...
3
votes
1answer
37 views
Batch map creation, iterated over attributes of a layer, in QGIS
I am using QGIS 2.0.1 under Mac OS-X 10.8.2. I have a layer of counties in New Mexico to which I have joined a csv file that includes presence / absence of plant species by county. I've set up the ...
2
votes
3answers
40 views
Display multiple attributes for one point
I am using ArcGIS 10. How can I display multiple attributes for a single point. For example, I would like to display (graphically if possible) the amenities provided at various recreational areas... ...
0
votes
0answers
16 views
QGIS grabs incorrect field values for categorized style classification
as seen in the first image, the field values QGIS returns when I attempt a 'select by expression' are values found nowhere in the field in question ('FLD_ZONE'). Instead, it returns a selection of ...
0
votes
1answer
42 views
How can I get clean road attributes from OSM data?
I would like to use osm road data for a project where I need to broadly distinguish between primary, secondary, and tertiary roads.
OSM data seems just fine to work with Arcgis' Network Analyst.
...
0
votes
1answer
45 views
Attribute names being truncated during extraction
I have 30-40 raster layers and each raster has approximately 40 columns. The attribute/column names are very long, and the beginning of each column name is the same. During the extraction process, ...
0
votes
1answer
43 views
Split an attribute Python 9.3 in modelbuilder expression? [closed]
Updated question
Goal: I need to upgrade an existing Model-builder were the expressions uses Python 9.3.
Workproces & Goal:
My *.mxd Have 1 attribute field containing the following build: ...
1
vote
1answer
72 views
How to export QGIS contour attributes in a DXF file?
I'm new to this.
I have a .tiff data file that generates contours in QGis.
That's super.
I save it as .dxf.
The contours don't have any attributes or data.
That's bad, because I want to make a 3D ...
0
votes
1answer
35 views
Using attributes of a polygon in one layer to identify polygons in another
So I'm in the process of developing a web application, I am using open source tools so qgis, postgis, play framework for the web app. And I have come across an interesting problem that I'm trying to ...
2
votes
0answers
27 views
Save WFS layers multiple records with geoext editor grid
How can I save multiple records after modification with geoext editor grid?
The saving is working fine if I modify only one of the records, but it fails when I try to save multiple modifications.
I ...
2
votes
1answer
46 views
FME - How to write all attributes when multiple source files have the same name?
I am using FME to write all the MapInfo TAB files in a directory and it's subdirectories to a File Geodatabase. I'm using dynamic readers and dynamic writers as I don't know the geometry or schema of ...
3
votes
3answers
79 views
FME - How to add an attribute when schema definition is dynamic?
I have an FME workspace which reads a folder of MapInfo TAB files and writes them to a File Geodatabase. The reader and writers are both using dynamic schema as I need to run this workbench on ...
3
votes
1answer
30 views
Input field not showing up in Distance Matrix In QGIS 2.0
I tried to perform a Distance Matrix analysis of building centroids. I have a two building centroid layers. The attributes in both the tables are name, osm_id, perimeter and area.
In the Distance ...
5
votes
1answer
53 views
How can I get the field index of the new layer in my script using Python?
I am trying to use layer.changeAttributeValue(fid, fieldIndex, value) to add values to a field
Basically, I'm creating a plugin which will, if a checkbox is ticked, create a new field, then iterate ...
0
votes
1answer
31 views
How to Add Field Between Two Existing Field in Shapefile
Can you please let me know if it is possible to add a new Field between two existing field using ArcPy?
For Example if I have "Name", "Area", fiels already in my shapefile can I add a new field called ...