A space to discuss FME Form
Recently active
ZMap writers have headers and within that there is zmap_format_name which by default is set to "ZMAP DEFAULT " Is there any way of writing out a different value? Thanks, Glenn
Hello, I am trying to extrude a set of building footprint layer. The building footprint layer is in a 2D shapefile format. Since the dataset doesn't have building height and base height attributes I tried to extract the elevation and building height from point cloud data using Surface draper. I attached the workaround here: I run the Extruder transformer, but the 3D visualization of the building does not represent how a solid 3D building should look like. The top of the building is not flat and when I click on a feature there are lines inside the building model (seems like it generated multiple edges??). How could I generate a building model that looks somewhat like the Lod1solid building model? What are the correct steps?
I'm trying to extract building footprints from GEOTIFF raster images. I have raster Orthophotos (Aerial imagery), Digital Terrain Model (DTM/DEM) and a Digital Surface model (DSM), but I do not have the building footprints. My end goal is to use the DEM + DSM to extract the height of the buildings and extrude the building footprint to 3D models. I found this article: https://smartcarto.com/gis/detect-buildings-in-satellite-imagery-using-machine-learning-fme-vs-arcgis-pro/, but it doesn't really go into detail, and since I also have DEM and DSM, not just orthophotos I thought I migh thave other possibilties. I've extracted building footprints from Point Cloud date before, but this time I only have acess to Rasters. Is this possible in FME? Is there any tutorials? Thanks in advance.
Hello, we have several 3D buildings that need to be extended downwards. That's why we applied the extruder in conjunction with the terrain model. After that we aggregated the two parts (aggregator). However, then when we turn on the contours, there is the undesirable effect that there is a line between the 3D building and the extruder building part. (see example, highlighted in yellow) How can we remove this line?Or is there another way to extend the buildings downwards?
How to customize error message in Server Apps ?
I have a shapefile that just contains a couple of attributes. Its attribute values need to be mapped to a GML that needs to be of a structure provided by a XSD file. The XSD asks for more attributes than the shapefile provided, but I want the GML still to contain all the attributes, despite that a lot of values are not provided by the shapefile. Which steps do I need to take to convert the shapefile in to this XSD-conform GML?
Hello FME Community, I have been working with batch files and all goes well when my reader and writter are in posgtresql but when my reader is in access(.mdb) file or excel it causes problems,it says that it cannt find the file where the file already exist and the strange things is that it worked once. When i created a new batch with same workflow and same file i get the following error. I seems a problem of url as the \\ are removed but i dont undarstand the cause of it. I'm attaching the .tcl files for the the workbench that works and doesnt work( they are exactly the same apart the name). The file that ends with 22 doesnt work and it has less code than the other one. Thanks in advance for your help.
Hello, I want to create a raster for each different source_point_id (number of flighline) in a single las file.Do you know how to extract the source point id from the las file in order to generate a raster on the points of the chosen source_id point? thanks you for your help!
We're trying to tap into the Waze's partner hub Traffic Data using their GeoRSS XML feed. The feed downloads fine in Chrome and Postman.It's a simple GET request. But I get the following error in the log. "HTTP transfer error: Unrecognized or bad HTTP Content or Transfer-Encoding" When tested in Curl I had to include the ssl-no-revoke argument to allow it to download (might be caused by our funky certificate store). "The revocation function was unable to check revocation for the certificate." I have "Verify SSL Certificates" set to No in the HttpCaller. Any ideas? Is it related to the ssl-no-revoke?
I've realized that we can include a template to MS-Word writer (docx). However it seems it only captures formatting from the template. Is there any way that I can populate specific Bookmarks/Content Controls based on their title/tag names with attributes?
I have over 10 list attributes that I need to explode. Setting-up 10 ListExploder in a row seems tedious. Is there another way ?
I have a workspace using several HTTPCallers. These make heavy get calls, that tend to have random errors in FME 2022.0 but only when concurrency is activated (>1). Once it is disabled (=1), it works fine. We have the same errors on version 2021.2.1, but there is no option to enable/disable concurrency. Is there an option somewhere ? We need to use this version as it is the version of our server.Thank you.
Hello, We use an FME Web app to upload a single file to a workspace for subsequent processing. Is there a way to submit multiple files to the workspace at the same time without having to submit them individually ?
Hi folks,If you see this kind of message, you probably set Python variables environment.If you have PYTHON_HOME or/and PYTHON_PATH defined to ArcMap modules and you try to import arcpy from ArcPro module, you will get an issue.You need to remove this global variable and should fix your problem.
So for my research, I am required to combine point clouds and have them side by side with one another to have the entire field we took data from present. Currently, whenever I combine the files they are all on top of one another is there a way to have them side by side?Also in my data, some of the point clouds are at an angle that is not correct since the lidar sensor and drone used took the data in a funky way. Is there a way to adjust the angle so it can be similar to the level with the other point clouds?
I would like to have a python caller execute a task on every attribute of a feature. How can I do this ?
I have flatten xml file, and some data are missed. For example <p>Свободная ёмкость — <b>627 млн.м<sup>3</sup></b> <span class="up">11</span></p> it should be 627 млн.м, but it skipped and only values 3 and 11 are in place. In xml ex1 i have highlighted items which are missed in xml example.png. Also attached workbench.
Hi, we have 3D polygons inside the database. Now we wanna convert them into Multipatch. Oracle support this kind of geometry.I did it by using FaceReplacer.Inside the 3D polygons we have already some kind of splitter elements (area<0.0xxx). Is there a way like Simplifier or Dissolver to unify these features? That we can eliminate these elements during the process to create Multipatch features.Furthermore it seems that after multipatch generation there are some gaps between the elements: If the 3D polygon is closed uand after using face replacer it should be closed too right?
I have an XML geodatabase file that contains all data and his schema(GDB structure) in XSD file format. I want to create a a new GDB using XSD file structure by extracting all data from xml file and import them in the new GDB.
Hi, I need an easy way to split a string at a desired lengt, but I want to avoid splitting words. There once was a WordWrapper but it's not working anymore. Any suggestions?
Hello everyone, I have a dataset contaning several polygons, with sometimes hundreds of vertices and one containing lines, each polygon is paired with a line by a unique ID. I am looking to build a workspace that reads the coordinates of each polygon vertex, projects them along the corresponding line and then calculates the two projections futher down each side of the line or its extension and returns their coordinates. I have used VertexCounter and CoordinateExtractor or CoordinateConcatenator to get the number of vertices and their coordinates and I have a workspace that can calculate the projection of a point along a line, but I am having trouble connecting the two through a Custom Transformer Loop to cycle through all vertices. Any help would be appreciated. Feel free to suggest any improvements to the overall thinking process as well.
how to convert ortho 2d photos convert to 3d
I've successfully made an S3 Web Connection and can write a file to a specific S3 bucket. I'm not seeing how to send the a file to a specific folder within the bucket using the S3Connector transformer settings. See attached screenshot. I have the Request Action set to "Upload." There are input fields for Bucket and Path. I want to upload a file to my bucket "testBucket" and place the file in a subfolder named "Files" that's in a project specific folder named "$(projectName)." In S3 that's testBucket > $(projectName) folder > Files folder > file.png As it is, the Bucket input has to match the S3 bucket name you are uploading to, but it also creates a new folder with your bucket name, and the Path input creates a subfolder within that bucket. In S3 that's testBucket > testBucket folder > $(projectName) folder > file.png. Any suggestions on how to target testBucket > $(projectName) folder > Files folder
We have tried using FME but it always generates an error saying that it "Could not open File Geodatabase dataset". Below is the log error: FME API version of module 'FILEGDB' matches current internal version (3.8 20210302) Geodatabase Error (-2147024893): The system cannot find the path specified. Could not open File Geodatabase dataset `C:\\Users\\guillermo.rendon\\OneDrive - SYSTEMWARE INC\\Documents\\PCS\\Database Tables\\SYSAPP1CLONE copy of PCS database\\SWIS.GDB' for reading FILEGDB reader: A fatal error has occurred. Check the logfile above for details Failed to obtain any schemas from reader 'FILEGDB' from 1 datasets. This may be due to invalid datasets or format accessibility issues due to licensing, dependencies, or module loading. See logfile for more information FME Session Duration: 0.3 seconds. (CPU: 0.0s user, 0.2s system)END - ProcessID: 23880, peak process memory usage: 44604 kB, current process memory usage: 44120 kB
Hi, we installed FME (which we don't use for now) on a Linux server . I forgot the user ID and password for the following for URL: http://<Servername>:8080/fmeserver/#/home.How do i reset them? there is no option to restet pwd/userid "Forgot Password) option.