The process of moving geographic data or maps from one storage format or software, to another.
1
vote
1answer
27 views
How to export a .sid image as high DPI .tiff or .bmp from QGIS?
I have 2 50 cm resolution areal photographs in .sid format.
How can I export these layers as a regular image format (like tiff or bmp) which I can then open in any simple picture viewer program?
I've ...
0
votes
3answers
42 views
Exporting the contents of an attribute table in formats other than an Excel file
I know that it's possible to export the contents of an attribute table to an Excel file, but could they be exported in any other format (from ArcGIS 10.0)? I have a feature class whose attribute table ...
2
votes
1answer
47 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 ...
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 ...
0
votes
1answer
51 views
Font Issues Upon Export From QGIS 1.9
I'm using QGIS 1.9.0-Master, code revision 1570240.
I know I shouldn't be using it for 'production' but I'm working on a map layout, and all of the new composer features are very helpful! As of the ...
0
votes
1answer
49 views
How do I essentially crop an ArcGISTileMapServiceLayer as an object while maintaining the integrity of the basemap
I am using the up-to-date flex api and esri api for flex. I know how to use flex to obtain a snapshot of a map, but ultimately what I want to do is retrieve a scaled up image of a part of the basemap. ...
0
votes
1answer
36 views
Is it possible to export an image that can be zoomed-in on?
I am using QGIS on a Mac. I would like to export my map so that the viewer can zoom in on it, just as I view the map on my QGIS canvas. I am not sure how to word what I want. If you see the map ...
0
votes
0answers
29 views
Print Composer doesn't display my map! [duplicate]
So I have created a map that I need to share with my coworkers. When I open Print Composer and add map, my map does not appear in the rectangle that I create. It is just blank. I try updaing the ...
0
votes
0answers
110 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
2answers
70 views
export 3D data dxf file
I'm trying to export a DXF file from Qgis1.8.0 Lisboa and can not have a 3Dfile in Autocad! Or micristation. It results always in 2D file. How can I export height data from a shape file in Qgis?
...
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
1answer
84 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 ...
3
votes
4answers
122 views
converting oracle geometry to postgis with 3d data (wkt?)
I am converting Oracle spatial database to postgis. Most of of the spatial data is 2.5d. Meaning we have a Z-coordinate which indicates the depth/height of the element compared to soil level.
Getting ...
2
votes
1answer
207 views
ESRI Javascript API Export to Shapefile and CSV
I am working on a Javascript Web Application using the ESRI Javascript API v3.3. My application allows the user to edit and query data and also provides a table for attributes.
I would like the user ...
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 ...
0
votes
0answers
67 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 ...
3
votes
1answer
72 views
Preventing ArcMap from Clipping Neatline when Exporting Map
I cannot seem to keep ArcMap from clipping off a fraction of an inch on the edges of the maps I am exporting:
I would like the 1.5 point border that is set for the legend to be uniform around the ...
0
votes
2answers
79 views
QGIS 1.8 crashes when exporting from print composer to image on Windows 7
My question is similar to QGIS Crashes when writing to PDF.
Today, when I try to export to image, QGIS crashes. I've tried opening a new composer to no avail.
This is the problem signature:
Problem ...
3
votes
1answer
119 views
QGIS Print Composer Export problems
When I attempt to “Export as PDF” a Print Composer image, it hangs up until I press cntrl/alt/del, whereupon I learn that QGIS is not responding and needs to be closed. I’ve tried this as jpg, jpeg, ...
1
vote
1answer
159 views
VRML export issue ArcScene
when I try to export simple Tins (or documents which contain Tins) from my ArcScene to .wrl the export fails. Please see my example:
I have the following table (xlsx):
X Y hoehe
28 -2 0
-2 ...
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 ...
4
votes
1answer
177 views
Export KML to SHP in Javascript
I need my Javascript browser application to convert/export KML documents into ESRI shapefiles. Is there any JS library that can do it? I tried googling, but no answers so far (at least, not in ...
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 ...
6
votes
2answers
129 views
How to Export a Personal Geodatabase to ArcSDE
I want to copy/export my personal geodatabase which consists of feature datasets, relationship class etc to an Enterprise geodatabase. What would be the best approach?
1
vote
1answer
408 views
open layers export map control not working
I need your advise once more.
I'm trying to save the map as an image and I edited my code according to this example.
When I test my site on Chrome the map does not render at all. Chrome's console ...
2
votes
1answer
247 views
Export to new projection in QGIS 1.8
I would like to use QGIS to convert a CSV file from UTM to lat/long.
I imported the CSV file with the "Add Delimited Text Layer" plugin. This works fine, the data looks like it is projected properly ...
5
votes
1answer
69 views
What GIS software is required to export a GIS map as a hi-res raster image?
I am looking for some (preferably free) GIS software that will enable me to export multi-layered world maps (made up of shape-files and kml files and so on) as hi resolution (21,000 pixels wide), ...
1
vote
1answer
157 views
How to affine in Autocad Map 3D 2010
We have several DWG files that we would like to use as Layers in GeoServer.
Therefore, what is needed is to specify the coordinate of a certain point, rotate and scale the drawing prior to exporting ...
3
votes
4answers
248 views
What is the Typical Workflow from QGIS to Publishing Programs?
I have been playing with using Inkscape to combine my CAD title block and the map project created in QGIS. I was curious to understand what a typical workflow might be to Inkscape or another post ...
0
votes
1answer
96 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
141 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 ...
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 ...
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
154 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 ...
3
votes
2answers
308 views
Exporting DEM-derived rasters to CSV from QGIS?
I have been able to import into QGIS a set of raster topographic maps and the associated DEM raster maps. It registered the two for me. From there I have calculated the associated slope raster map. ...
1
vote
2answers
398 views
ArcGIS Server geoprocessing service examples for shapefile data export
I have a web application client built using ArcGIS Server Manager which is currently showing a single map composed by three data layers. The map data are provided as a map service by my ArcGIS Server ...
3
votes
1answer
79 views
Points warped when exporting to shape
I have recently purchased a Trimble GeoXH (used) and have done a few surveys. I have done differential correction in Trimble Pathfinder Office and all points seem fine.
When exporting to shape and ...
3
votes
2answers
115 views
How to export a raster into ascii without nodata values?
I need to export a grd raster file into ascii .xyz without nodata values. This is not a problem in itself...I´m using Saga-GIS export grid to xyz module.(ArcGIS 10.01 produces a very strange table of ...
4
votes
2answers
147 views
How can I export data from a feature layer in ArcGis Server?
I'm using a public ArcGis server with some data I would like to export to shape or some other format. I know I can make a program (I'm a developer) that could query the server for all the features on ...
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 ...
7
votes
1answer
136 views
Why is QGIS 1.8 crashing when exporting to PDF?
I want to export for example this:
but qgis crashes. Sometimes with an error message std::bad_alloc. But: My Mac has 8 GByte RAM and "just" 5,... something (of 8) GByte are used, moreover there is ...
6
votes
2answers
188 views
How to export only some feature classes to xml using ArcObjects?
I need to export some of the feature classes to an xml file ("export xml workspace") quite often so I'd like to automate the process. I've found an example here how to export a feature dataset to an ...
2
votes
1answer
116 views
How do I export neighbourhoods in wikimapia to KML file [duplicate]
Possible Duplicate:
How do I export from Wikimapia to KML
I am trying to export the neighbourhoods in Wikimapia to KML format. Is this possible? These are all the predefined neighbourhoods ...
4
votes
1answer
253 views
QGIS exporting huge SVG
I'm having trouble exporting an SVG(or a PDF for that matter) from the QGIS print composer. I have a relatively simple map that should, when exported as an SVG, be maybe around 1MB in size, tops. But ...
3
votes
2answers
377 views
Can't Select and Export from Python Script
I am a novice in python programming but I am trying to learn by doing.
I got stuck with this function a while back and can't seem to find a solution or a workaround.
I am writing a script that is ...
3
votes
1answer
103 views
How do I find overlapping attributes in two different layers?
I have two layers - one with country borders, and one with river basin borders - and I need to find a way to generate a list of basins that occur in each country. Is there a way to find overlapping ...
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 ...




