Connecting FME to web services. Use of APIs. Mobile Apps.
Recently active
I have a DWG file with unknown CS but I know the CS it just needs to be assigned to the DWG. When I set the CS when I read the DWG then it appears in the correct location on the Earth but once I try to write it, it doesnt write the CS info and it appears again in the false location on Earth! I also tried “CoordinateSystemSetter” but with no success. On FME it appears good while transforming but not in the resulting DWG. Any Idea?
Hi All,Quick question in regards FME & ArcPy: I have been able to create a Python script that overwrites a ‘tree_ID’ field on AGOL based on the sum count of the three geometries (point, line and polygon). Basically the script does the following calculation and assigns the IDs, example below:Point = 3 featuresLine = 2 featuresPolygon = 2 featuresTOTAL = 7 features ID to update on AGOL 1,2,3,4,5,6 and 7The python works fine as the AGOL feature hosted layers have been updated with the new ‘tree_ID’ but the PythonCaller stops with the following error: ‘PythonFactory failed to load python symbol `FeatureProcessor'. An outdated FME packaged transformer may be in use. Please check Tools > FME Options > FME Packages to confirm that all FME Packages are up to date’ I can always run it on Pro but wanted to integrate it using PythonCaller as part of my workflow runs on FME,Any idea why I’m getting that error?PD: Python script attached.
Hello AllI need your guidance to correct this issue..I have few polygon layers with limited infomation in the layers. I have an excel master sheet with complete details and common field is species name so , I have used feature joined after some transformation and got all details connected to layer.. Now , The issue is when i have exported it to gdb , everything is blank without geometry and only attributes are visible for polygon layer.. I want to project it to LL84 I have attached workspace template and error screenshot I shall be thankful for suggestion
We have a customer who would like to read data directly from Microsoft Dynamics AX 2012 R2 with FME. Has anyone done that if so how to do it? I haven’t been able to find anything related to this.
Hello guys,I want to know about 2 questions:1. Is the license attached to the HDD or MB?2. Can it be upgraded from HDD to SSD? Thank you so much
We are trying to use GoogleDriveConnector to update a folder within a shared folder on Google Drive. Unfortunately, when uploading the folder to the shared folder, it creates another folder with the same name as the one we’re need to update. We’d preferably like to overwrite this folder, or delete the Google folder before uploading, or something.There is a delete in GoogleDriveConnector but you have to have the exact Google id for that folder, which will change each time the FME is run. So we can’t automate weekly since we won’t know what the id will be each time.If neither of those options are possible (overwrite or delete), is it possible to upload to Google with a new name for the folder (like with a timestamp) so that we all know which is the most updated? (We can manually clean it out after that if need be.) This is less preferable, but right now I’m looking for any solution that may help our needs.Thanks!
Hello, I am currently trying to read in a feature class from an ESRI SDE and keep hitting a wall with this error: The table name 'DBO.Transportation/SidewalkAccessCenterline' could not be found in the Geodatabase as either a feature class or a table. This may be because the current user does not have permission to see 'DBO.Transportation/SidewalkAccessCenterline' I have tried the following:updating FME updating ArcGIS Pro changing Esri ArcGIS Compatibility from auto to arcgis pro changing what user ArcGIS Pro was using Made a new connection file checked to see if the file was versioned (it is) checked to see if I had read/write access over the folder the connection file was made in (i did)Any suggestions are welcome! Thank you!
Hi, I wrote some code to copy feature classes from one gdb to another.Everything runs fine through python, but it fails when I try adding it to a python caller - Specifically, it crashes ArcGIS Application. I have no idea what’s going wrong as I get no error message, only this screen:The odd part is that it manages to delete a layer and then copy the new one across before crashing:Here’s the code i’m trying to run. Apologies in advance for the mess, it’s not my strong point!import fmeimport fmeobjectsimport arcpyimport osimport fnmatchfrom arcpy import envclass FeatureProcessor(object): """Template Class Interface: When using this class, make sure its name is set as the value of the 'Class to Process Features' transformer parameter. """ def __init__(self): """Base constructor for class members.""" pass def has_support_for(self, support_type: int): """This method is called by FME to determine if the PythonCaller supports Bulk mode, which all
i have Revit Model prototypes that have multiple Locations (4 types of villas to be located on 500 parcels) and need to separate/produce each Location from each prototype into a single Revit model. Can we do that using FME/ETL tools?
While waiting for the Italian coordinate systems to be included in the base library, I would like to share the customised coordinate system to define the following reference systems:Datum “Rete Dinaminca Nazionale 2008” RDN2008 (LL) EPSG:6706 RDN2008 / Italy zone (N-E) EPSG:6875 RDN2008 / Italy zone (E-N) EPSG:7794 RDN2008 / UTM Zone 32N EPSG:7791 RDN2008 / UTM Zone 33N EPSG:7792 RDN2008 / UTM Zone 34N EPSG:7793Here is the definition to be copied into the fileC:\Program Files\FME\Reproject\MyCoordSysDefs.fme ##################### RDN2008 #####################DATUM_DEF RDN2008 \ DESC_NM "Rete Dinamica Nazionale 2008 (ETRF 2000)" \ SOURCE "PROJ4" \ ELLIPSOID GRS1980 \ USE 7PARAMETER DELTA_X 0 \ DELTA_Y 0 \ DELTA_Z 0 \ BWSCALE 0 \ ROT_X 0 \ ROT_Y
Hi!Does anyone know what this means? I have been struggeling with it for the past week, and for the first time it actually goes trough a couple of 1000 features, but it stops again at like 2000. also, it doenst really give me the reason why it failed. if it is the 928… Code, i did some research on it, but could find it.I am not sure what i am doing wrong, i dit it quite much in the past, but maybe it has changed with the newer versions. This is what i am trying to do:ArcGIS Online Reader. Add data, like weather and difficulty ArcGIS Online writer, update the existing layer.If someone could help me, that would be great! Thanks! Jonathan
Hi everyone!I’ll try to explain what we need...Nowadays, we have a download system based on Geoserver. When someone wants to download some data in KML format from the viewer, the data contain the same style you are displaying. So, you can open this KML in Google Earht and you can display it with the same symbology. Now, we want to change this download system and we want to do it using FME. But, when we download a KML, we have lost the symbology, beacuse we get data from database, not from Geoserver. Nevertheless, Geoserver contains SLD files from each layer. KMLStyler transformer can assign an static symbology, but this isn't what we want.The question is, is there any way to assign dynamicly, the SLD to KML, in order to display with the right symbology? That is, can we read he content of SLD and assign the colours to KML?
I am making my first workspace that uses a reader for a hosted feature layer from Portal. I notice that I am able to use the Esri ArcGIS Server Feature Service Reader/Writer as well as the Esri ArcGIS Portal Feature Service Reader/Writer to achieve this. My question is what is the difference? As the end result was the same for both.The Esri ArcGIS Server Feature Service Reader/Writer seemed far simpler to use as all I needed was the user and password plus the feature layer URL while for the Esri ArcGIS Portal Feature Service Reader/Writer I had to enter the host, user, password and feature service which was the folder location of the feature layer plus the feature service ID on the end in brackets in order to get it to work. I am using FME 2018.0 as well if that makes a difference.
Good day,Is there anyone here tried converting Civil3d Pipes and Structure into ESRI Geodatabase Multipatch in ArcGIS Pro?My issue is the original attribute from Civil3d doesn’t copy in the converted Multipatch - when I convert using ‘CAD To Geodatabase’Can FME translate Civil3d Pipe/Structure Property to change the incorrect Multipatch attributes?Please see image below:
Hi, I am trying to make API requests to connect to an application. It requires OAuth1 authentication. It seems like FME does not have built-in support for OAuth1. Is there a way to set the HTTP caller in this case? I would be extremely grateful if you could provide me with your assistance!
how to remove these unwanted connections from PostgreSQL Reader (highlighted)
Hi all, I want to run a workbench in quick translator mode instead of running whole workbench using .bat file
i want to generate profile point along the road both edges and paint lines inside the road edges , as shown in the picture , please suggest how to accomplish this , through out the road network.
I am attempting to transfer data from a file geodatabase into an enterprise geodatabase (PostgreSQL). By default, the writer copies it into either the "public" schema or the "sde" schema. However, I aim to copy the data into a schema of my choice (which is “test” in this example). Although I've attempted to add the schema name before my table name using a dot, as suggested in an older post on this forum, I am still encountering errors. Please see the attached image for reference. FME Workflow
I recently upgraded my FME Workbench install on Ubuntu 22.04. Everything had been running correctly before this. I had set up the .profile in Linux to point at a much larger hard drive (7 TB) rather than the small 50Gb drive they have configured as the HOME/default. When I am running processes on large data sets (hundreds of millions of records) the temp fills up with gigs of data so I needed that pointed to that larger drive. After installing FME 2024 it is acting like it doesn’t see the FME_TEMP setting and longer. I even went in the .profile this morning to check that it was still there. Have there been any changes made to the software related to this setting? If not, how do I get workbench to start playing nice again? Any information or guidance would be appreciated.
Hello everyone,I have a colleague that uses FME Form 2023 in combination with the FME auto plugin (MApublisher)In previous versions he had nog problems using the FME auto plugin, however in FME Form 2023 he gets the following error:In the previous versions one was able to succesfully extend the Avenza MAPublisher for Illustrator via the Integration console, however in read in a post that the Integration Console is deprecated : https://support.safe.com/s/article/FME-Integration-Console-DeprecationI was wondering whether it would still be possible to make use of the FME auto plugin in FME Forms 2023.
Dears, If i have Revit Model that has multiple Locations and we need to separate each Location to single Revit file .Is it possible using FME?? Thanks in advance
I've two types of cell features in my data with same name, only difference is that the origin of the features, as shown in the picture one type having the origin at the right bottom and other has it at the left bottom, how to identify those. expecting some suggestion
Hi FME community,Just wanting to ask has anyone had success using a HTTP Caller or a connector to obtain data from Konect server? Cheers.
Hy there !I’m using FME 2022.2 and ArcGISpro 3.1.1, Python Compatibility is set to Esri ArcGIS Python 3.6+I want to test arcpy in FME with the following script, it works but throws this error:Python Exception <TypeError>: clip_shapefile() missing 2 required positional arguments: 'clip_features' and 'output_shapefile' Clip works well and the shapefile is valid, but the pythoncaller ends up with this error.The Script:import fmeimport fmeobjectsimport arcpyimport os# Overwritearcpy.env.overwriteOutput = True# Functiondef clip_shapefile(input_shapefile, clip_features, output_shapefile): arcpy.Clip_analysis(input_shapefile, clip_features, output_shapefile) return output_shapefile# Sourceinput_shapefile = 'D:/TEMP/SHP/VWG_KAT_GEM.shp'print("Quelle gelesen !")#Clip Featuresclip_features = 'D:/TEMP/SHP/VWG_POLGEM_OBERGRAFENDORF.shp'print("Clip Features gelesen !")# Destoutput_shapefile = 'D:/TEMP/_TEMP/VWG_POLGEM_OBERGRAFENDORF.shp'print("Ausgabepfad festgelegt !")# Functionclip_sh