Skip to main content

Questions tagged [append]

In GIS, append is the name of a procedure for concatenating rows to a table or feature class.

0 votes
0 answers
22 views

I am using the Append tool to add data from one feature class to another with the 'Use the field map to reconcile field differences' matching type. The problem is when I match the fields, not every ...
Matthew C's user avatar
1 vote
0 answers
42 views

I have a table in an SQL Server database (let's call it A). It has no spatial element. I want to copy all the rows in it to another SQL Server database on a different server (let's call it B) using ...
user25730's user avatar
  • 942
1 vote
0 answers
43 views

I am appending CSV data to an existing layer (save features with the same name as the layer and choose append). All goes well, except that for one field the data ends up in parenthesis. The field data ...
Klaas's user avatar
  • 21
5 votes
2 answers
193 views

In Python, I am using a loop to call: gdal.VectorTranslate(outfile_path, mem_ds, **vector_translate_options) several times to copy different memory data sources incrementally to the same output file ...
geodata's user avatar
  • 131
0 votes
1 answer
184 views

I am trying to append data from an old Survey123/feature layer to a new one I created last year. The main complication appears to revolve around the data having a related table. The "Update Data&...
FrustratedBiologist's user avatar
0 votes
1 answer
81 views

I am using our Enterprise Portal Notebook server to create a notebook of a toolbox that already exists, one that appends from an AGOL layer that has attachments. We use the code: with arcpy.EnvManager(...
NotebookGISQ's user avatar
0 votes
1 answer
150 views

I have been working on an ETL process to push / upsert my data from PostgreSQL into ArcGIS Online into a lines feature layer to be included on a WebMap. I have had no problem with using essentially ...
Eric Davis's user avatar
3 votes
0 answers
239 views

I will preface this with some context. I've created a data collection Project that I use in QField, comprised of multiple Geopackage layers that have been heavily modified in the Attribute Forms ...
Kelson Willms's user avatar
1 vote
0 answers
220 views

I'm currently trying to encourage the company for which I work for to start using QGIS to display boreholes on a map, one of my current problems is updating the data / shapefiles within QGIS for large ...
LiMoNiZeR's user avatar
0 votes
4 answers
1k views

I have a folder of shapefiles which I want to append to project geodatabase feature classes using ArcPy. So far, as I am testing with just a few shapefiles, the script works fine as long as all the ...
user-0326's user avatar
0 votes
0 answers
243 views

I am updating a Model built & still functional in ArcMap. The model starts by running a piece of python that checks if a GDB with a parameter-defined name exists already, or creates it. Either way,...
panta_ray's user avatar
0 votes
1 answer
124 views

I am working with feature class (FC) files, which are of counties from North Carolina (US State), stored in an ESRI gdb. Using the tool 'Add XY Coordinates' I have attempted to append and populate ...
Lufe's user avatar
  • 23
8 votes
1 answer
488 views

QgsVectorFileWriter.writeAsVectorFormat(poly_lyr, f'{path}\\tryfile', 'utf-8', QgsCoordinateReferenceSystem('EPSG:4326'), 'GeoJSON', layerOptions=['COORDINATE_PRECISION=8'], onlySelected=True) ...
Ali Güvenaltın's user avatar
1 vote
0 answers
137 views

I need append two online features and keep the attachments. The process consists of putting 12000 images in 4000 points, but if two features have different attachments and I need to keep both. I tried ...
daihan's user avatar
  • 11
1 vote
0 answers
165 views

I'm working on a standalone script that appends data from a SQL Server table onto an SDE db table. When working directly in ArcGIS Pro - the append works fine, but using a standalone script - dates ...
Fire GIS Guy's user avatar

15 30 50 per page
1
2 3 4 5
10