A space to discuss FME Form
Recently active
Hi, I'm looking at using FME server to create our Cesium3DTilesets, rather than using the native Cesium ION on-premise tiler which we're using at the moment, so we can streamline some of our processes along with a bit of exploration. Say I have 4 OBJ photogrammetry models originally created using ContextCapture. Each OBJ file represents a building:Building1.objBuilding2.objBuilding3.objBuilding4.obj I want to create one Cesium 3D Tileset from these building objs. I also would like to add some metadata to the generated tileset.json/b3dm files to specify which .obj they were originally referenced to, e.g. the tiles batch Id could be set as the name of the original obj for example. The reason for this is to be able to distinguish which building is which when streaming the model in an application such as CesiumJS. It needs to be one tileset that is generated rather than one per obj, as one tileset is much more performant than streaming data for each separate tileset. On a small sca
I have wS for KMZ i create the Ws direct get the data from website which perfectly working fine now the problem is this that most of data require is in HTML format I used the technique which here https://community.safe.com/s/article/how-to-expose-feature-attributes-from-kml-tag Now I need that ws where I get direct from website and join with that KMZ which converting SHAPEFILE please anyone here who help me out please find the WS
See picture above for more context. I have made sure they are under the same coordinates when impporting them into the process as well as using the coordinate system setter but still no luck in making them overlap in the inspector afterwards.Im not sure if I am missing something obvious since I am new to FME or whether its an issue with the shp files.
Similar to method here: https://forums.autodesk.com/t5/civil-3d-forum/how-to-create-surface-or-solid-to-model-existing-tunnel/td-p/8551041 I have as input a underground tunnel in MESH (pointcloud also available). I want to convert this MESH to 3DSOLID DWG. One idea was to take every single polygon of the Mesh and use the Extrude in the right direction, or the 3DBufferer (takes too long) to create a solid object before writing to DWG with RealDWG-writer. However this does not seem to be very pretty or fast on large sections. Is there a better approach to generate a solid object from a tunnel with FME?
Dear Sir/ Madam, So I would like to reproject my CityGML model (ground surface) from EPSG 2326 to EPSG 3857. However, I notice that the area is changed, even though they are both in meters.May I ask if is it normal? Is there any reason behind this? Thank you very much. With regards,Zach
I tried using Appearance setter for KMLwriter but didnt able to get the result. Appearance setter worked for CityGML output but not for KML output.
I have the Geodatabase data with around 40 milions of records in it with huge size but want read this data in parts like 1 to 10000000 , next adding it to next slot 10000001 to 20000000 to get it written in SQL database. In reader, geodatabase i have Object ID as one field with count to follow as per records.How it can be acheived with giving parameters in reader itself with different slots creating to migrate the data in different FME workbences as per slots.
Hi, I have a (complete) road network containing all the "real" roads segments of the road network. I then have several "copies" of the road network but with different segments, these segments define attribute properties for the road segments. I want to split the "real" segments by multiple attribute segments.e.g.: Road 1 -------------------------------------------- 5m 10m ---------|----------------------------------- 70km/h 50km/h 70km/h --------------------|-------------|----------Desired output:5m 10m 10m 10m --------|-----------|-------------|---------- 70km 70km 50km/h 70km/h Does anyone have a good solution for performing this in FME?
I'm using a coordinate system that is not in FME’s Coordinate System Gallery. I added a custom coordinate system by creating a new .fme file and using the online tool. When I use it in my FME model it give me the message: "Invalid longitude value given for projection origin".My .fme file has this information:COORDINATE_SYSTEM_DEF PTRA08-UTM/ITRF93 \\ DESC_NM "PTRA08 / UTM zone 26N EPSG:5015" \\ GROUP EUROPE \\ EL_NAME GRS1980 \\ ORG_LAT 0 \\ PARM1 -27.0 \\ PROJ UTM \\ QUAD 1 \\ SCL_RED 0.9996000000 \\ SOURCE "https://www.dgterritorio.gov.pt/geodesia/sistemas-referencia/regioes-autonomas/PTRA08-UTM-ITRF93" \\ UNIT METER \\ X_OFF 500000 \\ Y_OFF 0 I think the error is in PARM1, but I think it's ok... -27
I have long believed FME can read any GIS files. But today look like it can't handle a single band rrd (reduced resolution dataset) raster. Any workaround? or I need to go back to ESRI model builder?
Hello FME'ers,Welcome to What's Up Wednesday The Community Café Goes LiveIt's less than a week now until the FME User Conference 2022 gets underway, and I'm certainly getting excited about this event. One part that I'm running is called the Community Café, which has a lot of different activities and giveaways for all community members. You can find them listed on the FME-powered Community Café website: When you're actually at the conference and stop by the booth, you'll have access to all of the activities, including City Guesser, the Community Virtual Badge, the Scavenger Hunt code and much more. For now, you'll have to be content with exploring Tea and Coffee rituals from around the world, and browsing some ideas for Hackathon projects: These are all ideas that I've made open for anyone to use. So if you plan on coming to the Hackathon, and you aren't sure of what to do, then here you might find some inspiration. On the topic of the User Conf
Hello, I need to geocode information related to permit applications from a shared Google Sheets file. This file is regularly updated and contains two different tabs that I need to retrieve the information to geocode using Bing geocoding services. The output file is a Geopackage which allowed the creation of a map representing the two types of permits.The purpose of this workflow is to update the GeoPackage file with the updated information from the shared Google Sheet file, so that each time if there are new records from the Google Sheet file, these are added in GeoPackage.Unfortunately, when I run my Workspace, I get the following error message:OGCGEOPACKAGE writer: Requested feature type 'chiens_ptdx_re_conditions2' does not exist. OGCGEOPACKAGE writer does not have the ability to create new feature types. Create the feature type on the dataset before writingOGCGEOPACKAGE writer: A fatal error has occurred. Check the logfile above for detailsAttributeManager_OUTPUT_-1_52_Play
Hi,I'm using the DGN styler to plot my data using RGB colours that I've pulled out of an mxd, I've set this to the FME colours and also tried RGB colours (multiplied the parts of the fme colour x 255) but neither seem to work. The data inspector does show the colours correctly.As a workaround I assigned my different coloured polygons to different CAD levels then set them the elements colour to 'by level' and importing a csv of by level colours. The problem is I now need to set all my elements on a single level so can only have a single colour.I've had success by assigning a colour index in the past but need to assign RGB in this instance.Any help would be much appreciated.
Hallo FME community,I have a line and there are vertices on it. I want to have vertex as point. (exactly a tool like "Feature Vertices To Points" in ArcGIS) I used Intersector and topologybuilder for this and they don't exactly give me the vertex. Attached you find the pictures.
In print it is possible to visualize the line created, totally without logic, and in red what would be the appropriate route.
I have XML file that contains GEOMETRYCOLLECTION for each object and it might contain lines, points, areas. I have this GEOMETRYCOLLECTION already in attribute but how to create multiple features out of those text geometries?
I am using FME Desktop 2021.2I pass my aws credentials to the s3connector through user parameters. The user parameters are all password type parameters.I am having no issue with the Access Key ID, or Secret Access Key but I am experiencing an issue with the Session Token.I'm finding that passing the session token as a password user parameter causes the following rejection:`fme_rejection_message' has value `S3Connector: There was an error connecting to Amazon S3: 'An error occurred (InvalidToken) when calling the GetObject operation: The provided token is malformed or otherwise invalid.'. Confirm that your credentials and region settings are correct. Some regions are not publicly available - contact AWS for more information'If I pass the session token as text type user parameter then I do not get this rejection and the workspace continues with the download from s3.
I managed to create centerline (blue line) using suggestions by "@takashi" thanks for that., I would like to create additional lines (black line) inside the polygon, lines should be equally disturbed.
Hello there I have a 20K features each feature has an attribute with Long text content each text with diffirent word count , we need to compare features to each other and extract the text features that have similarity ,Any way to do this with FME Thanks
Hello, I have a lot of attributes that need to be input into specfic cells in an excel template. Some of these cells are merged and some are not. How would i write each individual attribute into seperate cells based on the template? Many thanks,@Takashi Iijima @Mark Stoakes @nielsgerrits @ebygomm @jkr_da @mark2atsafe @jdh
Hi everyone,Here's a post for sharing ideas and activities, for organizing social events, or for just passing on messages during the 2022 User Conference. Note: I can't guarantee to be monitoring this page. Best to tweet me on FMEEvangelist to get a more reliable response. Here's some information that I have: Things to Do In VancouverHere is a Safe webpage with some suggestions. This includes restaurants, activities, and similar. There is also the community page from 2017 that also has some suggestions. Official Event ActivitiesOfficial activities include: SoccerCyclingYogaFun RunHackathon"Rec Room" activities You can find full details on the conference website. MessagingThe EventMobi app has an Activity Feed where you can post messages: ...and you can click on a user and send them a personal message too: It doesn't look great for group chats, especially private ones. I recall most people used WhatsApp during the last conference. So... I've created a
Hello everyone,I'm looking for an easy way to extract domain value from a gdb for validation.I know that you can use ArcGIS Pro to export a XML schema from a GDB, but I want to skip that step. I tried to use Schema Reader, but it doesn't give me the full domain values in the attributs.Anyone have an idea ? Thanks
I've an ArcGIS geodatabase feature class with some attributes. I do some attribute mapping and export data in a new geodatabase feature class.Everything works fine but some of the original attributes are not transferred in the output data. I don't know why......I've used the Attribute Manager to remove and rename some attributes, then I've used the Attribute Creator and the Attribute Keeper, the last step is with a final Schema Mapper and finally the new feature class: but there are some attributes (not interested by any transformation during the process) that are missing (the fields in yellow).Any idea? Thank you
The obvious transformers (Rasterselector, RasterBandRemover, RasterBandKeeper) do not give the desired output. No errors are generated but all bands of the CSAR raster file are still present after processing. The bands seem to be hidden but I can not find a way to make them available for processing.
I have 2 different (postgis) writers (A and B), one of which is sometimes temporary not accessible. FME checks at the start if all writers (A and B) are accessible, and if not, fails to execute the workbench.So I wonder if it is possible (e.g. by the use of a parameter specifying which (only) writer to use) to bypass the "accessibility-check" of e.g. writer A so that only writer B is being used and the workbench is still being executed? I use this in a batch-script where I "ping" to A and B, and therefore know at the start whether A and/or B are accessible.