A space to discuss FME Form
Recently active
I have a shapefile in which the download URLs of many tiff images are written in the attribute "RGB". I have to download all tiffs and save to my filesystem. I first tried with the HTTPcaller transformer which downloaded the files but named them all after the header description. I couldn't find a way to determine the filename in the transformer when "save response Body to" was set to "file". Then I saw a post from Takashi in which the FeatureReader transformer was used to download files. This downloads the files into an fme-Temp directory and I am able to name the indivual files according to an attribute in the Shapefile, but after the transformer has done it's work, all the tiffs are automatically deleted. Unfortunately I have no idea what's doing on here but i'm sure i'm only a short step away from being able to download the tiff files to a directory of my choice with the correct filename. Could anyone show me what i'm forgetting?
I have also a folder with many features shp .My goal ist to make at once a loop that for each features in the folder , i want to transforme in cad format , and eah feature will be store in differentes folders with the same name (the name oft he feature)
I have a folder with many features shp .My goal is to make at once a loop that for each features in the folder , i will use one feature(a chosen feature) to clip each , and each feature will be store in differentes folders with the same name (the name oft he feature)
could anyone please guide me on this step by step.
Hello everyone!I'm pretty sure it's a simple problem, but I could not resolve the matter.We have a dxf file of cloud points, very loaded with points.I want to do generic filtering by square meter.For example he would leave me 4 points per square meter.All the transformers of the point clouds do not work for me, and even if I do, I do not know with what method to do it.Would appreciate help!Thanks!
i am using vector on rasteroverlayer transformer ( Lines over topological map) and also Mapnikrasterizer transformer ,i have got the output that i need but it takes long time .do we have method to increase the speed of process ? or what should i think about to reduce the time as possible and get the same output Thanks in advance FME 2018
Hi all,I've drawing as a SmartSolid in Microstation with tag attributes.But, FME recognized my solid drawing as wireframe of solid. So how can i re-solid of this wireframe? or how can i import data as a Solid? not a wireframe.I also need to tag attribute value on solid in FME. So I don't want to lose them. Thanks.
I've had a look at a couple of the Inspire tutorials on writing Inspire data in particular the following:https://community.safe.com/s/article/eu-inspire-initiative-tutorialhttps://community.safe.com/s/article/inspire-natural-risk-zones-demo-annex-iiiThe issue that I am hitting is I am losing my geometries in the last step and I cannot for the life of me see why. I am missing something but cannot see it so any pointers from the community appreciated. I've attached a workflow and test data.In the screen shot below I can see the geometries in the geometry property setter but do not get written.
Hello there, So I have two data set.(1) LL84 Coordinate system (in degree minute, etc)(2) Hong Kong80b.Grid System (in meter). I want to ask how do I know which measuring unit I am using in my fmw file. It is because I am using Anchored Snapper transformer and I want to set the snapping distance in 0.001m, yet I dont know what unit the transformer is in. Thank you in advance. Zach
I'm breaking my Roadway center line into each Vertex and when I use a spatial filter I'm unable to get 100% match. Any help? I'm planning to use line builder to create each line between each Vertex and remove the fake lines as some roadways have "multipart poly lines" ..Where m = two GPS locations. I hope to spatial filter those out. This is the start of my work space, and I cannot get 100% match? Same GPS coords, I looked at the GPS value 7 decimals down and they match. 449024.999979021
Using the Esri Geodatabase (ArcSDE Geodb) Reader and Writer what would be the best settings to get the best performance to truncate and insert annotation feature class records to a writer. These annotation feature classes are not versioned
Hi,I have a dynamic pdf with a large number of questions. This file will be filled in by different people and we will recover these files once the investigation is complete.Then we want to compile all the answers from these files and we would like to do it in Excel.Is it possible to convert dynamic pdf file to Excel with FME?Thanks a lot,Have a nice dayMatthieu
Each month I have a spreadsheet I would like to split into several separate spreadsheets based on values in one of the columns. This column contains peoples names and I would like a spreadsheet per person to be written out. To complicate matters the values in the name column can change each month so the process would need to be dynamic. How would you achieve this in FME?
I have a right-of-way polygon (ROW) that I generated a 3-foot buffer with the intention of selecting all parcels within this buffer. When using a SpatialFilter in FME not all of the parcels with in this buffer are selected as they should be. A sample of the parcel and buffer data is attached and the Parcel with OBJECTID 85 does not select. When using the same data in ArcGIS Desktop the parcel does select. Note, the buffer is created at 3 feet, a larger buffer results in false positive results. I also noted that when viewing the data in ArcGIS Desktop and FME Data Inspector the parcel is clearly within the ROW buffer; however, when viewed in the Visual Preview in FME desktop, the parcel is not within the buffer. Screen shots below of the same area in all three viewers. ArcGIS Desktop: FME Data Inspector: FME Desktop Visual Preview:Note the parcel crossing the ROW buffer when view in FME Visual Preview and not in ArcGIS desktop or FME Data Inspector. Sample data demonstrates the
i would like to write different numbers for input parameters 2354 or 6985 or 4893i mean ,i want to add different input numbers and inside the workspace i have added test filter for the input user parameters if specific attribute has 2354 or 6985 or 4893 should do function .so my question : how could i add input parameters more than id numbersFME 2018 ,thanks in advance
I am using FME joiner to join tables. the joined tables do not show all fields from the source table. I was wondering what could be the reason. Any help would be greatly appreciated.
A FeatureReader typically outputs data features on defined data ports, plus the "<Schema>" and "<Initiator>" ports.I know that "<Schema>" features gets output before any data features (from that schema), but what about "<Initiator>" ?Does this feature get output at the very end, i.e. after all data (for this initiator) has been output ?If not, is there a way to initiate a downstream transformer _after_ all data has been output ?
Is there a reader which will locate all the JSON URL endpoints on a webpage for me? I wish to acquire all the attributes related to spatial features contained within the webpage.
I'm using the JSONTemplater and have an attribute list. My (sub) template is {"id": fme:get-attribute("sumo_id"), "crosswalks": fme:get-list-attribute("_list{}.poly_id") }Which works fine if i have multiple list elements, but becomes a string if I only have one. { "id": "390335938", "crosswalks": ["225790", "2833648", "15808"] }, { "id": "126630292", "crosswalks": "1243410" } when I'm looking for { "id": "390335938", "crosswalks": ["225790", "2833648", "15808"] }, { "id": "126630292", "crosswalks": ["1243410"] }, Is there anyway to force the JSONTemplater to keep the array, or baring that what is the best way to post process the templater results?
Hello everybody, If you have seen the image, the labels displayed near the points they mention the order or the route of GPS, I would like to know is there a possibility for example to eliminate the segment which is near point 70, because in real life it should snap on the other segment. https://zupimages.net/viewer.php?id=21/27/j24o.png
I am working on a project that involves sending an email notification to a series of email addresses with a text body and embedded map of the area impacted. I am having a hard time pulling together examples to get this done. The embedded map would include:a background image (either ESRI basemap or using our internal ESRI raster mosiacs)a series of ESRI SDE points, lines and polygons (some having labels)both the image and vector data would be clipped to a specific boundary (usually no more than 1500 acres (~600 HA) I am assuming that the embedded map within the email would need to be a jpeg, png, etc. But I could be assuming incorrectly... The main item that I am struggling with (at least now) is the creation of the map. I am also struggling with bringing in an ESRI basemap or connecting to our mosaics without it reading the entire mosaic. I am running FME Desktop 2020.0 and have a FME Server 2020.0 newly stood up and running some automations. I would appreciate any help that you are wi
We have been using AthenaConnector for awhile and have about 75 mappings developed. Last summer while using FME 2019, the AthenConnector automatically updated to version 1.0 of the connector. A lot of mappings started bombing. Also see FME Hub Comments. Here is one such error message:2021-11-02 11:18:02| 3.6| 0.0|INFORM|AmazonAthenaConnector: Query ran successfully. Run time: 6.417 seconds. Data scanned: 640595.24 kB 2021-11-02 11:18:02| 3.6| 0.0|INFORM|AmazonAthenaConnector: Query results saved to: 's3:/...' 2021-11-02 11:18:03| 3.8| 0.2|WARN |Python Exception <ValueError>: invalid literal for int() with base 10: 'client_num' 2021-11-02 11:18:03| 3.8| 0.0|WARN |Traceback (most recent call last): File "plugins.py", line 447, in input File "...\AppData\Roaming\Safe Software\FME\Packages\19822-win64\python\safe.amazon-athena\fmepy_amazon_athena\connector.py", line 168, in receive_feature first_feature_row = next(result, None) File "...\AppData\Roaming\Safe Software\FME\Pa
We are using a custom Token Based web connection to an external service. The service does not return an expiry time - it is always 180 minutes. Is there a way to hard code an expiry duration on a token retrieved by the web connection? The UI for defining a Token Based web connection seems to only support an expiry time being returned by the token service.
I'm looking for some help on what I am sure is a common problem hwoever being new to the software I'm not too sure what the correct terms are. I am using the RasterTiler to split a large DEM into smaller tiles and write them to a new format. This is working fine but I would like to have the a coordinate of a corner of the raster written to the filename of the output. You've probably seen similar below, which is what I'm trying to achieve:For reference, this is what my workspace set up looks like:Thanks for your help getting me to understand this new software.
Hello we have an AutoCAD drawing that contains some 'wipe out' features i.e. polygons that sit above other data and hide the information that is underneath it. All of the wipe outs have the 'Display but not plot' setting in AutoCAD but for some reason they are not being read into FME.I have the 'Ignore Frozen Layers' and 'Ignore Hidden Layers' settings in the reader set to No but that does not seem to make a difference. The snapshot is an example of where the wipe out is used in the sample drawing Does anyone have any advice on how to read these layers into FME as I need to replicate what AutoCAD does when creating a TIFF / PDF output.