Tagged Questions
2
votes
1answer
42 views
Exporting Selection Using Python
I currently have a search cursor iterating through a shapefile in ArcGIS 10.1 that selects a feature and runs a viewshed analysis on that feature (and only that feature).
What's the easiest way to ...
0
votes
1answer
74 views
Changing symbology/color in kml when exported from arcGIS/QGIS [closed]
I have marked some points and used symbology in ArcGIS/QGIS... when I export the file to kml, the color/symbology changes and only single color/symbol remains.
Is there any possible way that the ...
1
vote
0answers
79 views
exporting DWG from ArcMap need to unify segments to polylines
I am a green ArcGIS user so please bear with my poor nomenclature and rudimentary understanding of the software........
I am attempting to export to CAD a contour shapefile I have derived from LIDAR ...
0
votes
1answer
95 views
Batch Export feature attribute to ascii
I have around 160 feature classes that I need to convert into ascii files. Spatial statistics tool ---> Utilities ---> Export feature attribute to ascii only allows converting one file at a time. Is ...
4
votes
1answer
139 views
Arcgis: Programmatically export to geotiff in different scales
I am totally new to ArcGis so please bear with me using the wrong terminology.
I would like to programatically export geotiff files in different scales (e.g. 1:25000, 1:50000 etc) using arcgis10.
...
2
votes
4answers
1k views
How to export attribute tables to Excel? [duplicate]
Possible Duplicate:
How do I export an attribute table in ArcGIS version 9.3.1 to Excel?
We are running 10.0 and are trying to simply export an attribute table to Excel other than exporting ...
0
votes
0answers
33 views
How to convert ArcMap *.shp to MapInfo *.tab file? [duplicate]
Possible Duplicate:
Tool for converting .shp file to .tab file?
I have files in ArcGIS format, I want to export some layers to Mapinfo files as tab file
4
votes
1answer
150 views
How to improve the speed of Export to PDF?
I am working with the Fire Station Wall Map template in ArcGIS 10.1. My export to PDF is taking upwards of 30-45 minutes. Using the default PDF settings in the export menu.
My map is 60" x 36" so ...
0
votes
1answer
507 views
How to divide polygon layer into multiple layers by values in attribute table column in ArcGIS 10.1
I have polygon layer with multiple types of area (forest, grass, and many more), and I´d like to divide this layer into many layers by the area type.
I´ve tried Split function but I receive an error ...
3
votes
1answer
252 views
How to pan to a specific feature using arcpy?
I am attempting to use python and arcpy to automate the creation of some standardized maps I need to export for feature classes from various projects. I have a set of points and I need to export a ...
3
votes
1answer
683 views
How to clip/export multiple selected vector layers in a map to extent of another raster/vector layer in ArcGIS?
Is there a way to clip/export selected vector layers (more than one) in a map to the extent of another raster/vector layer at a time?? in Arcgis or any other software.
I am using Arcgis10. I am ...
1
vote
1answer
633 views
How to export Symbology from ArcGIS to Microstation or QGIS?
I am using ArcGIS 10.1 and trying to figure out how to export my symbols of elements in ArcGIS to CAD or QGis readable format.
Problem is, that I can only export symbology to Style, or export map to ...
4
votes
4answers
892 views
Export list of Feature classes to CSV
I am successfully using the follow script
import arcpy
from arcpy import env
import os
env.workspace = ("WORKSPACE")
fcList = arcpy.ListFeatureClasses()
print fcList
to export feature class names ...
1
vote
4answers
2k views
How do I export an attribute table in ArcGIS version 9.3.1 to Excel?
In previous versions I could just export as a .DBF file, open it with Excel and the convert it to an Excel file. However now in this version the .DBF file can no longer be open by Excel. I have also ...
3
votes
2answers
204 views
ArcMap: Not scaling and/or rotating when exporting a map
I am writing a console application using ArcGIS (engine or desktop). I'm trying to rotate and scale a map based on a polygon, and I'm not having any luck at all. With some tinkering, I can usually do ...
5
votes
2answers
2k views
How to export multiple featureclasses to shapefiles?
I have plenty features in a geodatabase. I need to save/export them into shapefiles, because my mate works with Manifold, which is not able to read geodatabases. Any Ideas? Click on every single layer ...
5
votes
3answers
2k views
Exporting data from 'collect values' output in ArcGIS model builder
I'm currently playing with model builder. I've added a picture of the model I have at the moment.
This model is currently iterating 6 shapefiles, so each of the 'output values' contain 6 figures in a ...
0
votes
1answer
645 views
How to automatically export multiple maps with quantile symbology?
I am a relatively new ArcGIS user and I have a question about automating a tedious join/symbology classification/export operation. I have a very simple shapefile to which I join a bunch of fields. I ...
8
votes
2answers
772 views
Export table to X,Y,Z ASCII file via arcpy
I'm looking for a way to export an ArcGIS table (created with the Sample command) to a text file via arcpy. I can do this in ArcGIS via the context menu by right-clicking the table, but have not found ...
1
vote
1answer
114 views
How Do I Debug QuickExport Parameters in the Data Interoperability Extension for ArcGIS 10 to Exporting to Postgres
I tried to configure the QuickExport parameters by examining the log file after I used the QuickExport tool itself. The only things I changed from the log file are the parameters as I want the user to ...
1
vote
0answers
155 views
Add print/export button to axToolbarControl
I have a map that's being rendered inside a custom application, and now I need to add to the ESRI.ArcGIS.AxToolbarControl an export (to PNG) button and a print button, but honestly don't know how. ...
4
votes
6answers
1k views
Conversion huge raster (50 000 000 cells) in to .xyz
I do have DEM approx. 40x5km with cell size 2x2m, which gives approx. 50 000 000 points.
I need to export it to .xyz (1pt = 1 line in format x y z) file in order to use it in MIKE21.
It seemed like ...
4
votes
3answers
847 views
dwg from ArcGIS to Autocad 2012
I haven't used CAD in years and am quite rusty about its features. But a client who uses CAD has been experiencing difficulty lining up *dwg files exported from ArcGIS in their CAD workspace. How can ...
7
votes
1answer
533 views
How to work around ArcGIS image server export limit?
I need to clip out a region of an arcgis image service that is larger than the export limit. I'm not trying to defeat copy protection or anything of that nature. The data is from a service belonging ...