"Convert" usually tags questions where a change of physical file format or of coordinate representation is needed.
1
vote
1answer
149 views
ArcObjects 10.1 .NET Convert Point from WGS1984 to OSGB1936
Please can someone help me convert a point in WGS1984 to OSGB1936, I have followed all the documentation (or so i think...) and yet have not made any headway into this problem. This is my code :
Type ...
1
vote
1answer
2k views
Convert a Tif raster file to vector shp file in QGIS
So I've been trying to convert a georeferenced Tif raster file into a vector shp file using QGIS. It's seems to complete this but it ends up giving me a feature class that has over 500,000 features, ...
1
vote
2answers
2k views
Converting TAB to MIF / MIF to TAB
How I can export (import) data from TAB format to MIF and vice versa?
1
vote
1answer
372 views
Using kriging with data in GDB
I have series of data in my GDB
I am running the program under VBA and what I want to do is using the data by the tool Kriging.
This is what I thought:
First, Kriging needs data that must be a ...
1
vote
5answers
3k views
How to convert a double field to a string?
I would like to convert a column in a spreadsheet from a double to a string so I can join the data with a shp file. What is the easiest way to do it?
0
votes
1answer
56 views
Python GDAL: degrees to meters without reprojecting
I am trying to get senseful results in my Python script. I want to measure distance between features in a shapefile. I'm working with the SRS: GCS_WGS_1984, so my units are in degrees. But for the ...
0
votes
1answer
149 views
convert GPS to x,y using reference node
i am using sensor nodes and their antenna to calculate GPS coordinates as notation of (degrees/minutes/seconds), i have some question of how to do these things:
how can i convert latitude and ...
0
votes
1answer
73 views
Using the API of QSpatiaLite plugin
I am using the popular QSpatiaLite plugin for QGIS. Since I am creating and modifying SpatiaLite tables directly with Python (using pyspatialite), I wonder whether I can automate tasks such as ...
0
votes
1answer
65 views
Is it Possible to Convert a GRD File into an ASC File in QGIS?
Is it possible to convert in QGIS a GRD file (that was created in MapInfo) into an ASC file (that can be imported into SAGA)?
Is it possible to "extract by mask" a section of a GRD file in an other ...