Using transformers to modify data.
Recently active
Instead of logging in and looking at the credits usage on ArcGIS.com daily/weekly, I would like to have a script running finally in the FME server that runs daily or weekly and informs me via a mail that the credits has reached a certain amount. This informs me that additional credits need to be bought. Does anyone know what would be achievable in FME desktop? How can I retrieve credits information within FME deskstop?
X1/Y1 is the left bottom corner and X2/Y2 is the right top corder. Cannot find how to do it...? Vertex creator with Add point and LineBuilder just draws a line
Hello My 2 recent posts were related to issues experienced with FME 2022.I was hoping this one would disappear however it still persists using the latest build. It did stop (previous build) some of my critical workflows from functioning properly although the translations were successful. Basically Attribute Manager will highlight some of my values in Red.But the transformer's cog itself isn't red. It seems to affect Arithmetic values or use of functions. Here's the workflow - Nothing unusualLet's check the Attribute ManagerValues highlighted in Red for no apparent reasons I click on the Attribute Values and they return to "normal" however when you close / re-open the Transformer sane thing happens. Not sure what is going on here.Translation is successful though. ThanksSameer
I am working with rasters and want to fill some No Data Value cells with new data using a Raster Convolver (square matrix, with 0 in corners). To do an extent.When I use this, it still creates cells with value 0.0 in the corners where I would still want no data in this corner ; so I could repeat the process if needed (and fill a new gap instead of using a 0 value that will have an effect of values for next iterations).I am asking if there is a way to have this in FME, or to use any self-made matrices to be applied on rasters.ThanksSG
I have Geotiff file and I need to convert in shape file with data I am new in this so I don't know how to Extract fields and attributes from Geotiff + this is the file https://www.nhc.noaa.gov/gis/inundation/inundation.zip
Hello I'm working on an BIM/GIS integration approach. I need to integrate my revit model in a 3D GIS environnement mainly in ArcGIS pro and use it for spatial analysis. Any suggestions about the best approach ? should i simply import it, use data interoperability extension ( quick import ) or convert it to citygml or file geodatabase ? I'm struggling to understand these different formats and I'm new to this. Please Help.
I tried to use DateTimeCalculator, but it has an error output as 'invalid input' but I cannot see where it is.I attach the details.
I am using "Esri Geodatabase (ArcSDE Geodb)" reader and writer (For read and write features dynamically), but empty feature classes not listing under feature types.
Hi!I see that AreaBuilder transformer does not work with 3D lines and cannot generate 3D area. But what is the solution here or what alternative exists in FME?I have a data set with roof lines that describe roof shape. In the last 3 months I have tried many possible combinations of transformers and tested many parameters but never got the desired result.Anyone can help me with this?
Hi, I need to understand some FME log statements that is : INFORM|Combiner: The following attributes will be generated with default values because they are required but not present on the feature: fme_rejection_code When writing output to the ArcSDE writer, which is set to Insert and Update, I use Attribute remover to remove attributes that I do not want to write, but I forgot to include fme_rejection_code in a list of attributes to remove. I am concerned that the writer will include this attribute in the feature class. I realized I had forgotten to remove a couple more attributes from in attribute remover. Is it going to break something at the back-end ArcSDE. I dont see any new attributes added in the feature classes though.I appreciate any assistance on this issue. Thanks,
I have 3 questions with regards to converting ifc to citygmlI did a conversion from ifc to citygml, but when I look at the converted citygml model, I only see some attribute information displayed. Is this a proof that converting ifc data to citygml will definitely eliminate some semantic aspects?How to display volume information of each converted room from ifcspace ? Is it because the space modeled in lod4multisurface cannot be determined in volume? (The conversion scheme I made refers to the conversion scheme found on the fme website and the experiment that has been carried out by the geobim project). previously I also converted ifcspace to Room element. The room is modeled in lod4solid on fzk software and I can see the calculated volume resultI converted the ifcslab element into a citygml model, but when making a conversion scheme to citygml, the element must be modeled on the floor surface element. If it is not modeled on the floor surface, the conversion results cannot be displayed
I have a workbench that has a ESRI Reprojector that reprojects from HARN to Web Mercator before publishing to out to a service in ArcGIS Online.Each time get the error:Reprojector: Invalid reprojection parameters%0 Writer: Failed to reproject feature with coordinate system '%1' to '%2'. Verify that the coordinates and coordinate systems are valid, and try againARCGISONLINEFEATURES writer: A fatal error has occurred. Check the logfile above for detailsA fatal error has occurred. Check the logfile above for detailsCnxParcel_Overlay (SpatialRelationshipFactory): A fatal error has occurred. Check the logfile above for details Scott
Hi,I have a set of regular polygons of 4 vertex like shows attached figure.I have to split each of these polygons in 2 parts following red line shown in attached figure. Also, I have the condition to cut in parts of specific amount of total polygon area, for example: 20%. It's important to say I don't have the red line. It's only to explain how to cut the polygon. I tried PolygonCutter transformer from FME Hub but needs to have the line, so maybe the question was how to create the cutter line? I look forward to hearing your expert suggestions, thank you!
Hi Everyone, I am trying to link a custom transformer, instead of having it embedded in my workspace. But when I right click on the transformer only "Edit" is shown. The action for embedding or link is not shown (as in the tutorial link below) Any Idea where I am going wrong? Has the UI changed in FME 2022? I tried following this article:https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Desktop/Workbench/custom_transformer_embedding_linking.htm CheersFred
How to convert a .tiff file to .MBTiles using FME?
I can't find SweptSolidBuilder in the latest beta, only PipeReplacer is present but it is more limited (at least as far as I tested it. Will SweptSolidBuilder make a come back this year?
Is there a way to follow/get email notifications of any posts that involve certain keywords?SDO_GEOMETRYOracle SpatialEsri's SDE.ST_GEOMETRY(Possibly SQL too)Thanks.
Hi Everyone, I have a problem. I want to merge our line database with OSM. Is there any options to, make a if condition. What I need: If geometry is same, and the street name. Thanks.
Hi all,I'm trying to use the AmazonAthenaConnector but I'm not sure what the correct settings are. Firstly, what do I need to put in the Bucket / Path fields? Secondly - when I try adding values in these field and run the translation I'm getting the following error: Invalid bucket name "all-product-athena-result/": Bucket name must match the regex "^[a-zA-Z0-9.\\-_]{1,255}$"Error encountered while calling method `input'AmazonAthenaConnector_2_CALLER (PythonFactory): PythonFactory failed to process feature Thanks,Ed
Hi i have values as example as below and would like to round upto 3 decimal evenly. 1968.741344 5977.675803 1968.93 5983.1 Am using above transformer to round up but it returns 1968.7415977.6761968.935983.1 AND i want 1968.741344 >>>>>>>> 1968.741 5977.675803 >>>>>5977.676 1968.93 >>>>>>> 1968.930 5983.1 >>>>>>. 5983.100
Hi all,i would like to concatenate values from 2 lists (maybe 3 later) from 2 fields. The values are in multiline. I can get values with attributesplitter and a listconcatenator but after that, i don't find the solution! After the 2 listconcatenator, I tried the featureMerger but It don't gives me the two new values -concatened and _concateneddate.If someone could help me, it would be very nice!Thank you!
FME workbech READER (raw excel file) TRANSFORMER WRITER ( Desired or Expected RESULTS) SETTING1st row is merged 2nd row id columns names I want the data to be inserted / updated from ROW 3 keeping the first 2 rows same. Note : Everytime i run FME the number of ROW records will change so results should dynamicaly upated and NO APPEND . WRITER SETTINGS TEMPALTE :
Hi,Could I have some explanation why HTTPCaller does not bring any data from a simple GET from this website: https://www.puntopack.es/buscar-el-punto-pack-mas-cercano/?codePays=ES&codePostal=32005 Not sure if there are any parameters that I'd need to add.The REJECTED ERROR value: "HTTP/2 503"_fme_rejection_code: "NO_RESULT" Uploaded a screenshot of the HttpCaller.Many thanks in advance!J.
Hi I noticed that the epsg code 7791 is missing in FME 2021.1.2.0. How can read the EPSG database to add it? https://epsg.org/home.html thx Francesco
I'm running a transformer created specifically for some middleware (CTGENIE) that was created for Frontier Communications. It is crashing during translation; the translation log reports that the job succeeded, but there was nothing that was written to the database. It also crashes FME when the transformer is present in the workspace and I try to save it. I have attached the log, but it doesn't seem to offer any clarity on how to get this to work. Best, Alex