The translation tag has no wiki summary.
3
votes
2answers
388 views
IDRISI .vec file translator to ESRI shapefile format?
I've recently got hold of almost 20 years old IDRISI .vec files which I'd like to convert to ESRI shapefile. I've been struggling to find any translator for this file format so far. Does anybody know ...
19
votes
2answers
2k views
Spatial ETL comparisons
I am hoping some of you experts out there can list the pro's and con's of various spatial ETL (extract, transform, load) tools. If you have used these items listed here (or add your own), please ...
1
vote
3answers
205 views
How can I translate a GML definition of SRS to a usual format (e.g. WKT or PROJ.4)?
From GDAL 1.9.0 a new utility is available: gdalsrsinfo.
Although it can yield an XML (GML-based) definition from a source equivalent format or file, it seems that it can only read usual GDAL/OGR ...
3
votes
2answers
369 views
FME - Convert DWG to JPG
I am a beginner in Safe FME and i need to know how to Convert DWG files to JPG Files. Is it possible?
4
votes
1answer
297 views
How to define a CRS using a projection rotated about a given point
I have a data set that uses a common projection, but has its own false easting and northing, and is rotated 315 degrees. I need to be able to work in this CRS and easily translate from one CRS to ...
1
vote
0answers
27 views
What's the usual term for “ground plan based”
I don't know if "ground plan based" is the right word in the following context:
A computer program reads a ground plan and produces a result ground plan. The result groundplan's deviation from the ...
2
votes
1answer
141 views
Qgis C++ plugin translation
I'm having issues with the translation of my Qgis plugin.
static const QString sName = QObject::tr( "Editeur Monoscopique 3D" );
MyClass::MyClass( QgisInterface * theQgisInterface ):
...
5
votes
2answers
366 views
Translating all features in a shape file
I have a friend with a bit of a problem. He has 1000+ shape files mapping paddocks and being used for precision agriculture. He's recently discovered the base station positions used to create these ...
0
votes
2answers
69 views
Can we use FME translator for upgrading lower version GIS database into higher version GIS database
I want to upgrdae our lower version GIS database into higher version GIS database.Is it possible to do so and suggest methods to do so.I am thinking of using FME.Is it possible to use FME or any other ...
6
votes
2answers
868 views
Convert PS/EPS/AI to shapfile?
Are there any programs which can convert from Postscript, Encapsulated Postscript, or Adobe Illustrator file formats to a shapefile? What about adding geo-referencing?
I'm also open to recipes using ...
1
vote
2answers
276 views
How to translate (reposition) a raster in Python?
I tried to use QGIS GeoReferencer to translate a raster layer, but somehow failed. It just goes to somewhere unexpected.
Now I decide to do it myself, with python. I think some libraries like GDAL ...
2
votes
2answers
463 views
albers projection to Lat, Lon
Thanks in advance for helping me with my issue. This GIS stuff is using parts of my brain that have remained idle since high school, and some parts are working faster than others.
I have land data ...
4
votes
2answers
294 views
FME - Is it possible to add custom command line input arguments to a workspace?
I have a workspace whose command line call is like so:
fme.exe DwgImporter.fmw
--SourceDataset_ACAD Z:\FME\Data\DWGs\*.dwg
--DestDataset_MSSQL_ADO IHS_TPW
...
4
votes
2answers
939 views
FME - How to convert string represenation of date to a date format that SQL Server will accept?
I have dates in the form of 07-28-2010 I am extracting from DWG filenames. I need to push these to a DateTime formatted table in non-spatial SQL Server 2008. SQL Server doesn't like them as strings ...
