User

Crystal Fitzpatrick

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

Articles

Recent activity by Crystal Fitzpatrick

  • No Module Named ArcPy: Importing Esri's ArcPy for Use with FME

    Why use ArcPy in FME?Adding a Python script that uses Esri's arcpy module to your workspace is a great way to extend the functionality of  FME Workbench. As Python is the default scripting language...

    • Updated
    • 2 followers
    • 0 comments
    • 0 votes
  • Using a Python Startup/Shutdown Script or PythonCaller to Perform Geoprocessing with Arcpy

    Introduction Adding a Python startup script to your workspace is a great way to extend the functionality of FME Workbench. Although we encourage you to make use of FME’s transformers wherever possi...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • Adding Fields to an Existing Feature Class with FME and ArcPy

    Introduction A scenario that one may encounter when working with file geodatabase is that one wishes to write data to an existing feature class while altering its schema without having to drop the ...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • Tutorial: Getting Started with the Smallworld Database

    IntroductionWelcome to the FME for Smallworld 5 tutorial. This series of articles will lead you through using FME to access data in your Smallworld database. The tutorial is based on the Smallworld...

    • Updated
    • 1 follower
    • 0 comments
    • 5 votes
  • Uploading Assets to Cesium ion

    IntroductionIn this article, you will learn how to install the CesiumIonConnector in FME, authenticate the Cesium ion Web Service, and upload assets to your Cesium ion account. Currently, the Cesiu...

    • Updated
    • 1 follower
    • 0 comments
    • -1 votes
  • Connecting to Smallworld

    IntroductionThis article introduces the basic steps for connecting to your Smallworld database using FME.The Smallworld VMDS database must have a connection service configured so that FME can commu...

    • Updated
    • 1 follower
    • 0 comments
    • 2 votes
  • Exporting from Smallworld

    IntroductionThe following exercises will cover how to export from Smallworld to FME Feature Store (FFS), Esri Geodatabase and Autodesk AutoCAD 3D. Step-by-Step Instructions Export to FME Feature St...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • Importing into Smallworld

    IntroductionWelcome to the FME for Smallworld 5 tutorial. This article covers importing data into your Smallworld 5 database, including instructions on importing a simple geometry object.Considerat...

    • Updated
    • 2 followers
    • 1 comment
    • 1 vote
  • Extracting Text and Tabular Data from PDF

    IntroductionTransportation agencies often receive Traffic Speed Reports from consultants at multiple locations across their municipalities. These reports can provide many important types of informa...

    • Updated
    • 2 followers
    • 0 comments
    • 2 votes
  • Logging with Python scripts

    IntroductionWriting messages to the FME log file in a Python script can be tricky. For example, if you use a simple print() function to add a log message, the message will be printed in the Transla...

    • Updated
    • 2 followers
    • 1 comment
    • 0 votes