AliatSafe
Articles
Recent activity by AliatSafe
-
Raster Clipping
Introduction Rasters are often large datasets. One way to reduce file sizes is to clip a raster to only an area of interest. This can be accomplished by using the Clipper transformer and a polygon ...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Performance Tuning FME: Workspace Authoring & Design Patterns
IntroductionVarious tools and patterns help improve performance while authoring and designing your workspace. For other performance tuning tips and tricks, see Performance Tuning FME. Workspace Aut...
- Updated
- 1 follower
- 0 comments
- 3 votes
-
Performance Tuning FME: Post-Mortem Performance Tuning
IntroductionAnalyzing the results of a process in order to assess or improve future performance is called post-mortem debugging. In FME, the key result of a process is the log file.Therefore, befor...
- Updated
- 1 follower
- 0 comments
- 1 vote
-
Performance Tuning FME: Database Performance Tuning
IntroductionDatabases are an important component of many datasets, and the log file will help us determine how well our database performance is and how well FME interacts with the database. See the...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Basic Raster Mosaicking
Introduction Using the RasterMosaicker transformer, multiple source raster files may be mosaicked into a single file. Source rasters must all have the same number of bands and, in turn, the same nu...
- Updated
- 1 follower
- 0 comments
- 3 votes
-
Performance Tuning FME: FME Updates and Improvements
IntroductionAs FME is developed and refined over time, it gains a number of performance improvements. These can be classified as two different types of upgrades: An automatic upgrade is one that is...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Performance Tuning FME: FME Memory Management
IntroductionMemory Management is mostly an automatic process that the FME engine carries out during a translation. However, there are log file messages related to memory management that can be usef...
- Updated
- 1 follower
- 0 comments
- -1 votes
-
Using the InlineQuerier as a Replacement for Multiple FeatureMergers
Introduction This article shows how a workspace that uses multiple FeatureMergers to analyze data can be streamlined by using an InlineQuerier to extend the number of source files available and the...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Remove Intersections From Line Networks
Introduction Occasionally it may be necessary to remove the intersections from a line network, possibly to optimize symbology for display. The LineJoiner transformer works well when the lines to be...
- Updated
- 1 follower
- 0 comments
- -1 votes
-
Tiling Raster Data with the RasterTiler
Introduction The RasterTiler transformer takes a raster and breaks it up into either a defined number of tiles or a defined size of tiles. This is separate from the WebMapTiler transformer, which w...
- Updated
- 1 follower
- 0 comments
- 1 vote