Using readers and writers to extract and load data.
Recently active
Is there any possibility to create a fmw file on the fly in the command line itself,with coordinate system and file types source and destination as arguments.
I'm receiving binary pdf files from a web service. I've successfully decoded and written them to my file system. However, I would like to combine certain files with a similar attribute into one pdf of multiple pages. Any ideas how I can do this in fme?
I need to read a filename and path from a database, then use these values to open the file on the File System. Unfortunately the Reader standard do not take filemane from previous features. How may i handle that ? Thanks
This is a bit of a review question... I try to convert GML and I wonder if I'm on the right track. Workbench does the job but I'm not sure this is the way to do it.For example, the featuretype "Waterleiding" has a relation to the featuretype "UtilityLink", which I like to restore. My goal is to add the attributes from Waterleiding to the line UtilityLink. In the end, I want to import the GML using FME server in our WebGIS application to visualise the contents.Waterleiding:inspireId.Identifier.localId = KN1100.2009051707431500023782inspireId.Identifier.namespace = nl.imkllink = nl.imkl-KN1100.2009051707431500023782.ulinkUtilityLink:inspireId.Identifier.localId = KN1100.2009051707431500023782.ulinkMy current solution is to create an attribute LinkId in the Waterleiding set from the link attribute (AttributeCreator_5) and replace string the namespace attribute (StringReplacer_2) to convert nl.imkl-KN1100.2009051707431500023782.ulink to KN1100.200905170743150002
Hi all,Does anyone have a tip on how to fill the walls of a 3D object? The idea is to create a mesh from a DEM using SurfaceModeller and then extend the object to 0 elevation or to the lowest point of the input DEM so that it looks it was all cut from the Earth surface by a sharp cookie cutter. The closest I got was to input the BB of the raster as Breakline input into the SurfaceModeller but it won't result into straight lines as the SurfaceModeller seems to cut off a little from the edges of the DEM.Thanks!Jan
Hi, I have a DWG group file with labeling texts converted from esri Annotation group layers. When I open the DWG file in ArcMap, I can see featuerID(not system ID, but ties to original feature that was labeled), horizontalAlignment, verticalAlignment fields. But when I bring it to FME, I can not expose these attributes. I have tried different things such as, change parameters to attributeschema etc., but I still can not see these attributes. Is there anyway I can do this?Thanks!
Hello,I have an IFC file that is in Snakegrid local coordinate system, however I do not have access on how this IFC was created in the first place. I also have a .dat file that specifies the Snakegrid parameters for the area of interest. The workflow I have been using is suitable to change the coordinate systems between dgn files.I would like to ask if it is feasible to convert an IFC file that is in SnakeGrid to OSGB (EPSG: 27700)?Thank you for your time.Kind regards,George
Hey there,I need to convert a cityGML file to Geodatabase or just in a file to get the cityGML in Arcgis Pro.I used a Workflow right from the internet. But the transformation failed.I tried the convertions with this workflow https://github.com/Esri/3d-cities-template/tree/master/Workflows/3DCityMaintenance/CityGML%20ToolsYours sincerleyTobi
Hi everyoneI have a question regarding the SDE Writer (Geodatabase SDE) in FME (FME 2017). There are some issues regarding geometry problems, e.g. self-intersecting polygons cannot be inserted into an Oracle Database with SDE (ERROR |An error occurred while attempting to insert a row into the table 'XXX' using a cursor. The error number from ArcObjects is: '-2147215968'. The error message from ArcObjects is: {Linestring or poly boundary is self-intersecting}).How can this problem be addressed? (Using PostGIS, these geometries can be inserted normally) I tested the GeometryValidator transformer, which seems not to be the right way though: sometimes the self-intersecting geometries are detected and sometimes they’re not detected (!). After repairing these geometries using the GeometryValidator, there is another error while inserting the data into the DB (ERROR |An error occurred while attempting to insert a row into the table 'XXX' using a cursor. The error number
I have csv data in a single attribute like this (field names are first line). Grower,Date,SampleNum,P,K,C1000,05/01/2018,350,275,1500how can I parse this into feature(s) with the correct collums using fme?
I have a model which failes without giving any specific feedback in the log, just: "Translation FAILED". After enabling Log Debug one line is added in red: "(stfgeometryproperty.cpp:42) STFGeometryProperty::getAsSimpleAttribute".Is this a known error? Where do I have to start looking? It is a large model with a lot of input, debugging the model piece by piece will take some time.
How to convert wms to kml in fme.I tried converted but the file got converted has no geometry and schema is defined for the converted file.Why is this happening what error am i doing.Or how to convert wms to shape file.
I've a large installed base of Revit with versions from 2016 to 2018 and one of the worst problems we are dealing with is the incompatibility between these versions. I would like to know if FME Destkop can act as an intermediary in order to read from one version and write to a different one. Maybe the plugin for Revit and the rvz format could be the solution, but I'm not sure about this (I didn't have explored this). Thanks a lot!
Has anybody ever tried to create an external Style.kml file that is being referenced by other KML/KMZ files? I have seen several blogs where the KML StyleMap is defined by creating a Style feature, and I've got that working fine. But I've got 500+ KML files (all regionalised etc.), and the result is that each of them has the same StyleMap definitions in the top of the KML. I would like to define all my Style definitions in a separate KML/KMZ file, and each KML file to reference just this file.The Google KML documentation shows this is possible, and all you need is a line like this:<styleUrl>style.kml#counties</styleUrl> But how to get this in FME? I have been playing around with the kml_style_url_* and kml_target_style_* attributes, but have been unable to crack it, and there doesn't seem to be any documentation on all these kml_* attributes.
Hello All,I am new to FME. My actual intention is to build a geopdf from 2 or more vector sources. And I would like to overlay some point layer which should hide in the default view but should be revealed when I zoom in the geopdf. Can you please let me know if this is possible and how.Thanks in advance,Praveen Kumar Bandi
I'm using FME Workbench 2018.1 FME(R) 2018.1.0.2 (20180903 - Build 18547 - WIN64)Sometimes the directory and file pathnames reader does not stop once it has read all files on my external hard drive. It reads the same files multiple times. The only way I've found to fix this is to delete the reader and recreate it, however even then it's pretty inconsistent with whether it stops or not after reading all the files.I have tried setting max number of features to read to 5 in order to test if it stops, and it doesn't stop after 5 features.Has anyone else had this happen? Is there a solution?After a little further testing, it appears that I start running into problems when I use * as a path filter.
As part of one of my workflows, I would like to create an excel spreadsheet that includes diagrams.My current way to do it is as follows:create excel file with diagrams manually,update data within file during workflow,automatically rename file and copy to output directory.This works reasonably well for some cases but also poses problems. For example, I cannot figure out a way to dynamically change the range of the data referenced in the diagrams. Is there a better way which I haven't thought of yet? Thanks!
Good afternoon,I am having trouble viewing IfcCurtainWall. Originally I had IfcPlate and I was able to view join based on a unique id, but I currently do not have IfcPlate. Is IfcPlate needed in order to view CurtainWalls? Or is there a setting I can check in order to view it, like IfcSpace?Thanks,David
Using the GOQRCodeGenerator transformer I can write the output into a PNG writer. It works very well. However, I wanted to add one of the attributes below the QRCode so each code can be added to the right bin. How do I add this attribute with the raster before it writes to PNG. I've tried TextAdder, rastermosaicker and I have not gotten it to work.
Hi,How to use a crosstab to convert a fgdb to autocad with the layer, color, style and point to block settings in the crosstab.
How does "Import" work.I have tried to make a list in Excel to store my mapping (input/output attribute).But i only get the first row added as a new attribute.
An email update show's me a comments. When I look them up on the forum then I can't see them.In the unanswered list are items that are answered. So whats happening?
Hello, I have AIXM 5 reader in my workspace. When I load geometry, I got 2D points. I need to get elevation from geometry trait. My problem is that the geometry property extractor does not offer me any traits for export. Where can be a mistake?Here is my data in Data Inspector:
Able to use the USGS WMS topo basmap service to create background for a PDF map (using FeatureReader, PDFStyler and PDFPageFormatter. Has anyone been able to use the ESRI basemaps for their PDFs? https://services.arcgisonline.com/arcgis/rest/services/USA_Topo_Maps/MapServerorhttps://services.arcgisonline.com/arcgis/rest/services/World_Topo_Map/MapServerWorld_Topo_Map, when I put that URL in a FeatureReader only finds a feature called "Citations" that does not show me anything. The PDF also gets a weird massive extent. USA_Topo_Maps appears to connect to a feature called "USA Topo Maps" and the PDF ends up with the right extents, but the background is blank. Cannot share my workspace, but let me know if there are questions and will try to clarify.