User

Sydney Dombowsky

Member since
Total activity 36
Last activity
Following 0 users
Followed by 0 users
Votes 0
Subscriptions 5

Articles

Recent activity by Sydney Dombowsky

  • Thinning and Combining Point Clouds

    IntroductionIn this article, we will focus on two transformers: the PointCloudCombiner and the PointCloudThinner. The PointCloudCombiner can be used with both point clouds and other file formats to...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • How To Optimize Your Raster Data Using the RasterInterpretationCoercer

    IntroductionThis tutorial demonstrates how to work with a raster that appears black when viewed in Data Preview despite having varying pixel values.The Record Information window shows that the imag...

    • Updated
    • 1 follower
    • 0 comments
    • 1 vote
  • Removing Noise in Point Clouds

    IntroductionJust like any data source, point clouds may need to be cleaned before they can be accurately analyzed. Occasionally, some point clouds contain noise such as clouds, birds, or other poin...

    • Updated
    • 1 follower
    • 0 comments
    • 2 votes
  • Alpha Compositing: Blending Two Raster Images

    IntroductionAlpha compositing is the process of blending two images using alpha values to set transparency, creating a seamless image with a smooth transition between two images. This can be benefi...

    • Updated
    • 1 follower
    • 0 comments
    • 1 vote
  • Optimizing Large Datasets for KML and Google Earth | Creating a KML Network Link File

    IntroductionSplitting large datasets into smaller pieces is useful for the display of KML data in Google Earth. This tutorial achieves this by pre-processing the dataset into smaller pieces called ...

    • Updated
    • 3 followers
    • 2 comments
    • 0 votes
  • Calculating Area, Perimeter, and Lengths

    IntroductionArea, perimeter, and length can be calculated for features using transformers such as the AreaCalculator and LengthCalculator in FME. In this tutorial, you will learn how to calculate t...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • Distance Measurements with the LengthCalculator

    IntroductionMeasuring distances is - like measuring areas - very simple in FME. It requires the use of just one transformer: the LengthCalculator. Here, for example, a user is measuring the length ...

    • Updated
    • 1 follower
    • 0 comments
    • -1 votes
  • Volume Measurements with the VolumeCalculator

    IntroductionVolume calculations in FME are carried out using the VolumeCalculator transformer. However, this transformer only operates on true three-dimensional objects (such as solids and blocks) ...

    • Updated
    • 1 follower
    • 0 comments
    • 1 vote
  • Circularity Calculations with the CircularityCalculator

    IntroductionThe circularity of an area feature indicates how compact or elongated the feature is. A value of 1 indicates that the feature is a perfect circle (compact), and 0 indicates that it is a...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • Point in Polygon Calculations with the PointOnAreaOverlayer

    IntroductionPerhaps the most well-known GIS operation is to identify whether a point object lies inside or outside of a given polygon. This is called a Point in Polygon operation.For example, a use...

    • Updated
    • 2 followers
    • 0 comments
    • 4 votes