FME is Safe Software's product for converting and transforming spatial data.

learn more… | top users | synonyms

1
vote
1answer
881 views

How to process GRIB2 Data for Visualization?

My goal is to extract wind information from data provided to me in the GRIB2 format as it has been done in the attached image. I was curious if anybody had any experience with this format. I'm not ...
6
votes
2answers
873 views

Data Interoperability or FME ESRI Edition?

I've been debating keeping our Data Interoperability licence or going with the full FME ESRI Edition. I'm looking for advice. Thank you. D
3
votes
1answer
385 views

Run FME Workbench with Python

I would like start/run FME workbench from one external python script. Is there some simple syntax/command to do this?
3
votes
1answer
111 views

Debugging FMW memory usage near Group-based Transformers

I have a large FME FMW file which is using a lot of memory at runtime. I have been tasked with trying to find ways to reduce the memory footprint. Early on in the workbench there is (what I assume ...
2
votes
1answer
159 views

Find dangling lines

If I have a network of roads. Each road consist of segments. I need to delete all segments that are starting segments of each road and also delete all side roads (dangling) which are represented with ...
4
votes
3answers
769 views

Remove Collar from ECW File (Orthophoto Mosaic)

Maybe i'm missing a basic concept when it comes to manipulating/removing values from an RGB orthophoto mosaic. Is it possible to completely eliminate the collar (black background) from an orthophoto ...
3
votes
2answers
69 views

FME - process only matching name datasources

I'm trying to find out how to deal with the below scenario with FME 2012 on board. I have a bunch of geotiff's tiles (A) and a bunch of others geotiff's tiles (B) that I would like to mosaick ...
3
votes
1answer
146 views

Variable XML dataset as reader in FME

I have one problem i am thinking how to solve. My workbench is started from python script. Workbench reads xml file, but name of xml file is each time different. So is it possible to solve this with ...
3
votes
5answers
332 views

What's the syntax for an AttributeFilter in FME?

I want to use AttributeFilter and I need to filter data by ATTRIBUTE1 with possible values of ATTRIBUTE2. What is the syntax for it? I tried: attribute2 &attribute2 $attribute2 ...
3
votes
2answers
828 views

How to write a SQL WHERE Clause using Multiple Choice values in FME?

I published a parameter which is of Choice Multiple type. I wish to use values from this parameter for WHERE Clause when Reading Inputed Data in the begin of Workbench. So there is no problem if I ...
2
votes
2answers
223 views

FME Donut Hole Extractor

I am using FME to fill in some small holes within polygons. I have used DonutHoleExtractor to split these out, however I have found the output via the HOLE port also brings existing 'filled' holes ...
2
votes
2answers
4k views

How much is 1 meter in decimal degrees?

I supposed to know this but unfortunately I do not know. I am using Tester to select objects that are bigger than 1 m. My data are in EPSG:4326. How much is 1 meter in decimal degrees?
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 ...