Shape the future of FME with your ideas
Open ideas have been reviewed by our Product Management and are open for commenting and voting.
I would like to write out all file properties such as Version, Status and State etc not just the output attributes available under List
I often find myself needing to do certain things on list members such as removing or extracting the first/last element, or extracting/removing the nth elementh, reversing the list, etc. It would be great to have a transformer that allows these types of operations so you can manipulate list data easily (spoken by someone that doesn't do Python for a living!). I have also found one of @takashi's custom transformers (ListSampler) that is sometimes useful, but doesn't have the options I use most in the Sampler such as "Last Nth Element", which would be a great workaround to drop the last element in a list by picking the unsampled output. Thanks!
FME Server Automations provide the ability to set most workspace parameters via Global Keys but date/time parameter values are not supported. There is no option to select a Global Key as a value for workspace date/time parameters and the parameter value must be set individually for each workspace in the automation.Please add support for date/time values as Global Keys in FME Server Automations.
Sieving is removing clumps of contiguous cells in a categorical raster that are less than a threshold tolerance (number of pixels). The replacement pixel value can be one of NoData, default value, majority filter, value of largest neighboring clump, depending on what algorithm is used.This is used to clean up noise in categorical rasters without contaminating the boundaries of 'good' pixels the way a simple majority filter would.GDAL already has an implementation:https://gdal.org/api/gdal_alg.html#_CPPv415GDALSieveFilter15GDALRasterBandH15GDALRasterBandH15GDALRasterBandHiiPPc16GDALProgressFuncPv as does R:https://www.rdocumentation.org/packages/bfastSpatial/versions/0.6.2/topics/areaSieve as well as various python packages:ex. https://rasterio.readthedocs.io/en/latest/api/rasterio.features.html#rasterio.features.sieve but it would be nice to have a native FME version.
Hi,It would be very useful if access to set the text annotation tool in sketchup would be possible. Reason is that we try to establish a sketchup template file, containing a cutout area from a geo-location. The sketchup file is grouped and layered with geometry of terrain and existing buildings. A predefined text annotation would enhance the usecase of the sketchup template. Please see attached screenshot.Thanks!
I finally encountered the first WFS-T service I can to talk to, at a client. With all security in place it was officially switched on today.Thinking about all the neat possibilities, eating a small cake, I found out there is no WFS-writer in FME.Arrrrrgggg!!!!!Will have to take into account I'll have to craft all XML-bodies myself if I propose something.
With huge XML files (regular and Landxml) it takes a lot of time to read. Possible to improve this by using bulk mode or something? Many xml formats, so many formats will benefit from this. Goal should be to be able to read a 50MB or 100MB) faster than 1min ?
If you want to access your FME Server repository on a MSSQL database via windows (integrated authentication) follow these steps: Follow the normal installation process for FME Server in combination with a MSSQL databaseCheck if everything is working fineGive the designated Windows domain user db_owner privileges to the database "fmeserver"Stop FME ServerChange FME Server Core service properties to run under the windows userChange the config in Server fmeServerConfig.txt" (the user and pw entry are meaningless) DB_TYPE=sqlserver DB_DRIVER=com.microsoft.sqlserver.jdbc.SQLServerDriver DB_JDBC_URL=jdbc:sqlserver://localhost:1433;databaseName=fmeserver;integratedSecurity=true DB_USERNAME=fmeserver DB_PASSWORD=$FME$1ser$ver DB_CONNECT_EXPIRY=60 DB_SQLSTMTS_PATH=C:/bin/FMEServer/Server/database Copy "<FMEServerHome>Serverfmesqljdbc_auth.dll" to "<FMEServerHome>Serverlibfmeutilsqljdbc_auth.dll" Restart FME Server Services (Optional) Delete the default "fmeserver" database user
To be able to enjoy AR fully, I think FME should look into AR cloud support, so that when a FMEAR workspace is run, the resultfile automatically updates in the app. In this matter you won't have to export, download and choose the FMEAR app to open it with. E.g. you have made an AR file for FMEAR, but it needs modification, then if you are on site of the actual place of the building etc, another person could in the office run the workspace with the changes, and then the model automatically updates in the FMEAR app without having to recieve a new file, and upload a new file again.
Such feature would allow tidier and friendlier UI especially when a workspace has many user parameters that can be logically put into two or more groups. This is similar to the menu item dividers used in FME Desktop's menu system.
Is it possible to get FME Automations more similar to FME Workbench? The GUI feels like a "completely different software" than when working within FME Workbench. For people that have used FME Workbench the FME Automations feels a bit "old and rusty" with respect to how to easily add and remove items, connect items etc. My wishlist:- Easier add new items (start writing on dashboard, same as FME Workbench)- Easier to connect items (drag and drop, click and click, same as FME Workbench)
Every time you PAUSE an instance on FMECloud the Monitoring gets "deleted". So its not possible to compare memory/disk/cpu usage from a run today with the one 2 months ago. Make it possible to keep logging across multiple PAUSE/START.
Print Job ID, immediately When FmeServerjobsubmitter Triggered, So that we will know the job id in advance. Now its printing only after finishes. And We do not know how many child scripts ran by master.My master workspace running , child scripts in batches.
I have a situation where a user needs to select the relevant web connection for authentication, but as there is no means to get the base url from that web connection, they still need to enter an additional URL that the web connection should be used against. This leads to cumbersome double entry and is therefore prone to mistake, when the relevant information is currently held, but inaccessible to the workspace.I believe it would be beneficial to have the URLs that is held in a Web connection accessible in the workspace. For Aoauth2 this would be the URLs stored in the Web services, while thing like FME Server wuld be the Server URL stored in the connection. I would suspect that this could be an additional transformer that could extract details from a selected webconnection and extract them out into attributes within the workspace.
The new concept of Packages is superb... but, for organisations who want to have a little more control over what is downloaded from the web, especially in this time of a need to comply with things like Cyber Essentials, allowing everyone to be able to download and locally install a package doesn't fly for lots of larger companies. Can packages be downloaded once and stored at the end of a 'shared' path, like the concept with custom transformers and database connections please. Then central IT can be given the option to control the packages in use and importantly the version deployed to end users. Thanks!
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.