Using readers and writers to extract and load data.
Recently active
Hi,I need to reproject feature coordinates (with ReframeReprojector) coming from an Oracle Spatial Object reader and therefore want to exclude feature types that are views from being reprojected.Manuel
Hello fellow, GISers.Simple yet complex problem. I want to export 1 feature per table for a schema in my PostGIS-database for test purposes. I want to output the data to shapefiles with filename=table name and output folder=schema name. I want the whole setup to be dynamic since I want to run it later on all my schemas (a schema list). This seems more tricky than I thought it would be. Any ideas?
I'd like to place output from a writer directly into a feature dataset. Is this possible using the existing canvas based tools, or with Python?
Hi! I am trying to get watertight solids from city roof data for 3D-printing. It seems as if somehow many of the solids from the extruded roof polygons sticks together and greates a mess that no 3D-printing software can handle. I have tried countless ways to get around this but it never gets better than this simple workspace. Does anyone have a clue what might be causing this? - The initial polygons are defined as IFMEPolygon in the inspector, and the output is set to .obj - None of the initial polygons are vertical. - In the inspector from the extrusion all is well, the extrusions seems to be independent solids).- In the obj most of them somehow gets mixed together?I feel I must be missing something really simple./Robin
The obj reader includes parameters for files to be used for co-ordinate transformation. What are the format and extensions for these files.
Is it possible to spatially filter a LAS file using a 3d object? I have created a multipatch 3d AOI in ArcGIS expecting to be able to do 3d spatial analysis with it, but appears that LAS datasets cannot be used with the 3d Analyst extension - Inside 3d tool.Is this possible in FME? I have tried spatial relator but that does not seem to achieve what I am after.
Hi,One of the things I currently have to work on is checking if points from an Arc shapefile are within their proper postal code. I normally have to check this visually, but a coworker suggested I may be able to do this check in FME but he doesn't use it so could not really give any input as to how to do it.Basically, there are points that have a postal code assigned to them in their attributes and polygons that outline those postal codes.Looking at the software I was thinking this would be done with the PointOnAreaOverlayer transformer but I cannot figure out how to tell it to check if, for example, the point with postal code 62025 is inside the 62025 polygon.Any help with this would be greatly appreciated.Thank you.
Hi all,I'm interested in writing CityGML that comprise fairly complex relationships between features. From my current experiments It seems like producing nested structures is difficult, at least when using the in-built CityGML writer, and I have not been able to work this out. For example, I have been testing the IFC to CityGML workspace from the 3Dtutorial [1]. One part of this converting the IFCFurnishingElement and IFCBuildingProxy to the CItyGML BuildingFurniture type. According to the CityGML UML , the furniture type should be navigable from room which should be a part of the building. However it seems these features are skipped when writing out the file (even though features are counted up going to the writer). My end goal is to understand how to populate ADE attributes from the energy ADE xsd. While I can successfully write out feature types for the ADE with some attributes, I don't understand how to nest the features with each other. For example, ThermalBoundary composi
Hi all, I'm hoping to use FME to replicate from our internal ESRI SDE (i.e. the FMW running as scheduled task sitting on our internal server) to a geodatabase that sits on a cloud server. To connect to the folder for the geodatabase I need to enter a Username and Password. As the task scheduler runs when I'm logged off the server the credentials need to be stored with the FMW rather than just a mapped network drive on Windows. Has anyone had any experience connecting to remote folders via FME or storing username/passwords within the writer properties? Some guidance would be great. I'm fairly new to FME. Thank you :)
Hello, I am FME beginner and non CAD drawing user. I have a task to convert point features in Excel spreadsheet to CAD drawing. The drawing should contain the attributes too.After viewing the tutorials, I am able to create the CAD drawings. The attributes can be viewed in Data Inspector, however it cannot be viewed in Autocad LT 2016.I am attaching the workspace for reference. Please review and let me know if I have missed any steps?Thanks in advanceRegardsVidya
Hiwhy FME writes stroked Arcs (so there are many linepices) into DWG?I have a very simple translation. And if I insert an inspector right before the writer there are still arcs. But in the DWG are all arcs stroked. Why? Is there a parameter or setting to give?Thanks for your help.
Dear FME community,I have a MapInfo text dataset and created polygons which are the bounding box around that text. The problem is that the polygons have different heights. What I want is that the height of the areas is the same. The length of the area can vary according to the text length. For example: The bbox of "NL Plauen" in the lower left should be as high as the bbox of "NL Zschopau" in the center (in the image it is slightly smaller). Or another one: The three areas of "Stadt Leipzig", "Stadt Chemnitz" and "Stadt Dresden" should be the same height. Because of the different sizes of the letters, the BoundingBoxReplacer creates different polygons.I already tried it with the bufferer, but this one increases the size at every side. I only want to increase the height, not the length.Any ideas of how this can be achieved?Kind regards and many thanksThomas
Hello.I need to apply some formatting to an excel file (borders, fontstyle and so on). So far I use a template but the solution is not perfect because I don't know in advance some details like, for example, how many rows will be written. Can I run a macro written into the template to accomplish these tasks? A shutdown python script?Suggestions?TIARoberto
Hi,I have a xml document (someName.conf) which is not valid. like:<?xml version="1.0" encoding="ISO-8859-1"?> <application name="...."> <component name="...."> <setting> <!-- any comment --> <name>Explorer.Service</name> <value></value> <enabled>false</enabled> </setting> <setting>.... and so onI have no xfmaps or other schemas.I used different readers (generic and xml) and used some transformers like xmlFlattener but can't find to extract xml element/item with attribute. output excel file should look like column a -> commentcolumn b -> namecolumn c -> valuecolumn d -> enabledI`m using FME Desktop 2015.1Any hint? thanks
I have exposed the fme_feature_type attribute.I am then using the FeatureWriter to write this feature class (FGDB) to POSTGIS.Its new name in POSTGIS is @LowerCase(@Value(fme_feature_type))_load.My next transformer is the SQLExecutor where I am trying to find if the above table already exists but doesn't have the _load at the end and DROP that table if it does existSo for example. I am loading Cities_load but want to drop the existing Cities table if it exists and then RENAME the Cities_load to Cities.What would my SQLExecutor read?DROP TABLE IF EXISTS @ReplaceString(@Value(_feature_type{0}.name), '_load', ''); ALTER TABLE @Value(_feature_type{0}.name) RENAME TO @ReplaceString(@Value(_feature_type{0}.name), '_load', '');The above SQL doesn't seem to work correctly...
I am attempting to connect to a SharePoint online site using the SharePoint reader For several days the sharepoint reader throws an '403 Client Error' with the same workbench which worked correclty a few days before. We are using SAML to authenticate and user and password is proved as up to date.error log:DEBUG: Microsoft SharePoint List Reader: {u'error': {u'message': {u'lang': u'de-DE', u'value': u'Zugriff verweigert. Sie haben keine Berechtigung, diesen Vorgang auszuf\\xfchren oder auf diese Ressource zuzugreifen.'}, u'code': u'-2147024891, System.UnauthorizedAccessException'}}Microsoft SharePoint List Reader: Client-side error: '403 Client Error: Forbidden' returned from SharePoint. Error message was: '%2' BADNEWS: A fatal error has occurred. Check the logfile above for details (dynaread.cpp:265)Has anyone any idea how to solve this issue?Thank you.
Hi all, According to the docs you have lots of wildcard options available in the"file and directory pathnames reader" ("add reader->Format: Directory and files pathnames). Including greedy searching all subdirectories recursively or fine-grained, hairsplitting controlled directory and file name searching. http://docs.safe.com/fme/reader_writerPDF/path.pdf So this kind of structure really should be a breeze: C:\\data2\\dirB\\dirB_1\\Newfeature.txt C:\\data2\\dirB\\dirB_2\\Newfeature.txt C:\\data2\\dirB\\dirB_3\\Newfeature.txt (somewhat simplified). So I set the source directory to C:\\data2\\dirB and fiddle with the Path filter syntacts. **\\* C:\\data2\\dirB\\**\\* C:\\data2\\dirB\\dirB_?\\* None of these work. No, I am not kidding. Go to the PDF I linked, scroll down to the heading Path filter. Then please explain me why. What DOES work is moving most of those wildcard into the definition of the Source Directory. These definitions are valid for m
A RedLine (.rdl) is essentially an empty MicroStation file that references the DGN file. It's used to 'markup' a layer that appears on top of the contents of the DGN file without actually touching / changing the DGN file.
I have a xml file which has the following structure:<Alignement ObjectId="9a8ed34d-2da9-4f37-9d5c-6569f665ce4f" Naam="R-HAVEN SP.701" Status="onbekend" RevisieNummer="0" GroepId="b885abb4-e34d-40d0-a752-362869bf8667" Lengte="2134.04431" Start="0" Type="Alignement" IsSubcomponentenDoorgerekend="true"> <CombiPuntenHorVer> <SpoorasInfoPunt ObjectId="0c131e39-de81-4244-905f-e7f27057566d" GroepId="7e1bd81b-0ce3-4144-947b-b095b5020b53" offset="0" Spoorzijde="Links" Bulgefactor="0" z_verkanting="0" dY_verkanting="0" factor="0" hoek_XY="0" hoek_YZ="0" Min_R_Horizontaal="0" Metrering="0"> <Geometrie> <CoordinaatSysteem> <Locatie KeuzeCSType="Rijksdriehoek" X="145146.355" Y=&qu
The version\\licence\\remaining days of the trail FME Server, I have installed the trial version of FME Server. As I logged to the it, I couldn’t figure out how to check: 1. The version of the FME Server 2. The license of the FME Server 3. The remaining days for the trial version of the FME Server Thank you Best Jamal
Hi All,I have an xls spreadsheet, lots of rows, each row is an individual record with various data in each column.I also have a folder of jpgs, each jpg named to match 1 value in a column.I am looking to produce a single pdf for each xls row and its associated photo.I am still learning my way around FME but I've tried an Excel Reader and Jpeg Reader joined by jpg filename/column attribute, then put into PDFPageformatter then fanned out by joined attribute but for the life of me I can't work out why the xls does not show on the PDF, just blank. Photo will show though.Am I missing a step? Would really appreciate any advice?Many thanks in advance,Amgaad
I have Oracle Readers and Writers in my workspace and the translation successfully completes. But in the log I see this message:Oracle database version could not be determined; assuming version of '10.2.0'My Oracle database version is not 10.2.0. Why does FME assume this version?
Hi, Which are all options to create a new version on arcsde (oracle12c)? I am running fmeserver FME 2014 SP4 (20141022 - Build 14433 - WIN32) and have managed to create the version with arcpy :), but the client does not want to change the default python interpreter :(. So i am trying to find another method to create a version of an SDE (oracle12c) dataset. I have already tryied slqexecutor but i cannot connect to this oracle12c (just oracle8)! Any clue? Thanks a lot in advance!