The process of moving geographic data or maps from one storage format or software, to another.

learn more… | top users | synonyms

3
votes
1answer
176 views

How to export offsets from Trimble Rangefinder?

I already asked this question at http://www.rpls.com/forums/viewtopic/8/1276880, but didn't get any answer so far. Maybe here someone can help... I have a question about the use of Trimble Products. ...
1
vote
1answer
114 views

How to export 2d vector graphic from Arcscene?

I need to know how to export 2d vector graphic from ArcScene so I can edit it with illustrator. I've tried changing the options when I export 2D scene as AI file or PDF file, but they always remain as ...
3
votes
0answers
116 views

Exporting 3D geometry from PostGIS 2.0

I have a table containing 3D geometry in a PostGIS 2.0 database (the geometry is of type LINESTRING Z). I need to get the geometry out and into a DXF, DGN or 3D Shapefile. What is the easiest way to ...
3
votes
0answers
234 views

Ogr2Ogr exported this boundary 90 degrees incorrectly

I've got some GEOGRAPHY data in my Sql Server 2008. I wish to export it as a shapefile (so I can import it into QGIS) and when I do, it's rotated 90 degrees to the left. Command line C:\>ogr2ogr ...
2
votes
0answers
66 views

problem with saving to esri file

I was using Wroclaw 1.7/GDAL 1.9(earlier release)/Grass 6.4/GSL 1.15-2 and started getting the following message when saving any item to esri format. "Export to vector file failed. Error: creation of ...
2
votes
0answers
161 views

Is there a way to export labels in QGIS?

I've used the v2 labeling engine to place some nice looking road labels. Now I'd like to export those labels as a point shapefile for use in another program. Is there any way to accomplish this?
1
vote
0answers
27 views

Rasterlayer divide

i´m new to qgis at all. I´m a blender user and found that beautiful NZ heightmaps at koordinates.com wich are CC 3.0 and free to use. I want to use this maps for heightmap displacement if i can ...
1
vote
0answers
28 views

How to select and export points interactively by drawing polygons?

Does anyone know how to select a large number of addresses by basically highlighting areas on a GIS map you need names & addresses for and exporting them onto a spreadsheet?? Maybe there's no such ...
1
vote
0answers
81 views

PDF Export: mismatching layers and scale with openlayers plugin

I am a beginner using QGIS (1.8.0 Lisboa) on a Mac (OS X 10.6.8 Snow Leopard). I work on a file with two layers in the following sequence (top to bottom): a vector polygon layer with a few outlines ...
1
vote
0answers
83 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 ...
1
vote
0answers
43 views

Extract an ArcSDE datasets (rasters/shape files) using python?

I would like to write a python script to extract/export a dataset (rasters/shape files) in ArcSDE. I saw this posts to connect to the server: Define Workspace for SDE Connection in Python But how ...
1
vote
0answers
156 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. ...
1
vote
0answers
228 views

Convert FeatureLayerClass to shape file error : Item not found in collection

so following this link http://edndoc.esri.com/arcobjects/9.2/NET/91e3e8a0-d355-43d2-a201-0a8ceb719334.htm I am able to convert my featureLayer into a shape file and export it. However, some how for ...
0
votes
0answers
111 views

Is there a way to improve the render quality of ESRI basemaps when exporting a map to PDF or JPG?

I've had this problem with ESRI base maps before but not this bad. The problem is that when I use an ESRI basemap as my backdrop, it looks fine in my MXD but when I export the map to PDF, JPG, or ...
0
votes
0answers
56 views

Help exporting CSVs using MapBasic

I'm a beginner to MapBasic and I'm currently working on a tool, I want to export a table as a .csv either using Run Command or Export. I want to export it to a specific directory, for example ...
0
votes
0answers
68 views

How to export Spatial data from MsSQL to MySQL using OpenSource/Free tools

I have a few tables with geometry fields in MsSQL Server 2008. I would like to export the whole table with data to MsSQL Server. Are there any open source/free tools that does this job?
0
votes
0answers
33 views

ArcGIS export layout with inserted EMF graphics

using ArcGIS 10 SP3 for some simples mapping tasks. But::: I have a layout with some inserted EMF graphics. These graphics are in fact formatted Excel-tables. The first rows in the tables are shaded ...
0
votes
0answers
205 views

Export dxf files for use in Sketchup

the export to dxf seems like it worked, but Sketchup will not import it. I don't think this is a Sketchup issue, as Sketchup imports other dxf files just fine.
0
votes
0answers
83 views

How to pass in a database created on the fly in code to Quick_Export in arcpy?

So I am trying to programmatically use quick_export through the arcpy package in an arcmap tool, and so I referenced the quick_export tool's dialog box that comes up when it is executing for the ...