Shape the future of FME with your ideas
Open ideas have been reviewed by our Product Management and are open for commenting and voting.
When using the File Geodatabase Open API Reader, any domains are automatically resolved to their values. Please can an option be added to the Reader so we have a choice about whether this happens, as we do with the ArcGIS version of the Reader.See...https://knowledge.safe.com/questions/73616/resolve-domains-in-file-open-api-geodatabase.htmlhttps://knowledge.safe.com/questions/72775/is-the-fgdb-open-api-reader-able-to-read-fgdb-doma.htmlIt appears that a few people would find this useful.
Currently the following header information is not updated when writing to a LAS file:system identifiergenerating softwarefile creation day/yearIt would be more appropriate to have these fields populated with the details of the creation of the new LAS file by the FME writer. At present it is retaining data from original LAS read into the workspace.
improve sorter => consider accented words ! Ex : Zoo, École, Auto FME sorter ASC : Auto, Zoo, École.
It would be beneficial, to have a timer in the status bar showing how long a translation have been running, stopping when it's done. Much like when executing queries in Sql Server Management Studio.Often and again you're running the same query, with minor changes, and being able to know how long the translation has run enables you to more effectively do other stuff in the meantime.
FME Desktop floating license: Extend port range on auto search. Now FME searches for available licenses on port:- 27000- 27001- 27002- 27003- 27004- 27005- 27006- 27007- 27008- 27009However if you have a big organization with many flexlmlisenses on same machine the port might be 27050. Please extend the auto-search to for instance 27100.You can also write the correct port and it will work. However when the port changes all the users need to also change the port number.
I would like it to be possible to read the generated marks of a pdf, to be able to export them.This could generate pdf for changes, and then reload in the spatial database where the pdf was generated.
This idea comes actually from a customer. As far as I understand FST is a faster format for storing data frames in R. You can find some information here: https://github.com/fstpackage/fst
When visiting https://fmeserver/fmeserver/#/job/5/summary you can click refresh to update the log. However I want a button called "LIVE" that continuously receives new loglines. Or a button called "LAST 50 lines" that retrieves the latest 50 lines written. Right now I have to hit refresh, then scroll down and select the last page (if there is a new page).
When I set my start feature at 4,000,001 with max features to read to 1,000,000 there is SOOOO much time wasted reading all the features. Why doesn't it only start at 4,000,001 and read those 1,000,000 records?2019-06-11 15:15:09| 9.2| 7.2|INFORM|GEODATABASE_SDE reader: Read 20000 features...2019-06-11 15:21:29| 408.9| 7.5|INFORM|GEODATABASE_SDE reader: Read 1100000 features...
Logging in 2018.x.y.z presents you with 60 or 70 lines before getting to grips with your actual workspace. A lot of this could be presented in an 'on load' log and hidden from casual view.Perhaps consider logging levels to control the verbosity of the report - I would, typically, just like to see 'Started Transformer x', results of print statements, 'finished transformer x' and the final summary. All of the version information and memory consumption reporting obfuscates the log.
After upgrading to FME 2019, the Python interpreter is not using the entire package. After setting the interpreter to both the ArcGIS Pro 2.1/2.2/2.3 Pyhon (3.6) and also a custom interpreter pointing at the ArcGIS Pro default env. FME is not returning the correct dateutil package. This was brought up by trying to import Pandas for use with the Python Caller, an error message of "dateutil minimum release of 2.5.0 required". This is not only on Windows but also on MacOS, the same solution corrected it on both and Pandas does import correctly in Eclipse, ArcGIS Pro, Conda, etc. without error. Running a Python caller with the following import fme import fmeobjects import os import dateutil def processFeature(feature): feature.setAttribute("PyPath",str(os.path)) feature.setAttribute("DateVersion",str(dateutil.__version__)) FME returns Path (Correct) = Date Util Version (Incorrect) = 2.4.0 ArcGIS Pro returns import dateutil print(dateutil.__version__) 2.7.3 import os print(os.path) module 'ntpath' from 'C:\\Program Files\\ArcGIS\\Pro\\bin\\Python\\envs\\arcgispro-py3\\Lib\\ntpath.py' After searching some, I realized I had to replace the dateutil and python_dateutil-2.4.0.dist-info under "Install PathFME2019python" FME returns Path (Correct) = module 'ntpath' from 'C:\\Program Files\\ArcGIS\\Pro\\bin\\Python\\envs\\arcgispro-py3\\lib\\ntpath.py' Date Util Version (correct) = 2.7.3
The 2019 version of the ChangeDetector has some great functionality updates. Since the fréchet distance is already calculated to determine if a feature is geometric match, it would be nice if we had the option to add that value as an attribute on the updated feature.ex.ChangeList{0}.action modifiedChangeList{0}.attributeName geometryObjectChangeList{0}.originalValueChangeList{0}.revisedValueChangeList{0}.frechetDistance 2.3
Currently you can disable FME job logging if you turn off all your log options in Desktop prior to uploading your workspace to server.Create a setting in the upload process as a check box to turn logging on or off for that workspace.IS already case C117368 and PR enhancement request #30438@daleatsafe @aaronatsafe
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.