Tagged Questions
0
votes
1answer
25 views
Migrating Lines to ArcGIS polyline
I'm trying to import geometry lines from Oracle Spatial database to ArcGIS enterprise geodatabase.
and some data will cause the error.
Its says not enough points for feature class, but when I look ...
2
votes
0answers
34 views
AutoCAD map server's text to ArcGIS Annotation - SAFE FME
autocade
Software: SAFE FME
Geodatabase - enterprise geodatabase
we have autocad data stored in oracle database and wishes to port them over to ArcGIS Annotation (text).
We are unable to do so just ...
2
votes
1answer
84 views
ArcMap - Opening the attribute table gives 'Could not load data from the data source' error
ArcMap wont display the attribute table of a dataset.
I get an error 'Could not load data from the data source' and it says 'An invalid SQL statement was used'. It then opens a table with the correct ...
4
votes
2answers
153 views
GIS Database Migration Project (Oracle to ArcGIS)
I have been tasked with converting an Oracle Database into an ESRI file geodatabase. The data represents a gas network. The client's Oracle database has over 400 tables, 120 of which are spatial. ...
4
votes
2answers
167 views
Calculate Field based on field value in a second table
I have a table in a MSSQL Server Enterprise SDE database. I need to join a table from a MS SQLExpress Workgroup SDE database and then calculate 11 fields in the Enterprise table based on values in ...
5
votes
0answers
99 views
Why do file geodatabase and SDE readers produce different fme_geometry types?
I have one very simple workbench that I am running against both SDE (9.3) and FGDB (10.0) sources.
I noticed two different fme_geometry values for same type of objects.
For the first one, i.e SDE ...
3
votes
1answer
107 views
Which type of File Geodatabase format to use?
What is the practical difference between fgdb API format and fdgb ArcObjects in FME? When to use each of them in FME?
Thank you.
6
votes
1answer
329 views
FME - Can I write back into my original file geodatabase
I have a gas pipeline network which I have stored in an File Geodatabase as polylines. I've created an FME workspace to split the pipelines at fittings (valves, reducers, tees, etc) which are stored ...
1
vote
1answer
162 views
Truncate arbitrary File Geodatabase tables in FME
I have one FGDB with over 30 tables. Also have few WB and they write data to output tables in FGDB, but each of WB write data to different tables but still at the same FGDB. Output tables are being ...
1
vote
2answers
185 views
How to project ECW with FME?
I would like to project ECW + MITAB with FME to Geodatabase.
For example, i have the header MiTab:
!table !version 300 !charset WindowsLatin1 Definition Table File
"7007_0652_0656_A08.ecw" ...
0
votes
2answers
243 views
FME API Module null?
I try to convert my geodatabase to Excel.
And i have a strange message:
FME API version of module 'XLS_ADO'
matches current internal version (3.6
20101014) Trying to find a DYNAMIC
plugin ...
0
votes
0answers
158 views
How to read a feature table empty with FME / Python?
I would like to convert a feature table Geodatabase (empty) to MapInfo, but my feature table is empty.
I would like to write the schema of feature table in MapInfo file.
Is it possible to force the ...
0
votes
2answers
282 views
Read feature table with FME / Python
I try to convert a feature table Geodatabase to MapInfo with FME / Python
But each test, my application crash.
There is no geometry in my feature table in file geodatabase.
Why my application crashes ...
1
vote
1answer
248 views
FME Feature Type with Python
Here, the python for create a list of feature type but....
import sys
from pyfme import *
try:
log=FMELogfile("shapeToTAB.log")
log.log("Opening reader",FME_INFORM)
...
3
votes
2answers
452 views
How to get a list of features from FME? Python?
I would like to get a list of geodatabase feature tables from FME.
Is it possible with Python? Or another transformer?
Thanks.
