home.social

#attributerules — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #attributerules, aggregated by home.social.

  1. Automation, Automation, Automation

    Just as “location, location, location” is the mantra of real estate, automation is the cornerstone of efficiency in my work as a Geospatial Professional. Whether I’m managing data, creating maps, or building dashboards, I rely on three key types of automation to streamline my projects:

    1. Dynamic Automation

    This is the automation that springs into action on demand. Think of it as the responsive sidekick, ready to execute whenever needed. Query Layers and Arcade scripts are perfect examples—they react when a user interacts with a map or dashboard, providing real-time results without delay.

    Articles on Dynamic Automation can be found here.

    2. Scheduled Automation

    Scheduled automation is the reliable workhorse that keeps everything running smoothly in the background. These tasks are set to execute at specific intervals, whether it’s every few seconds, hourly, or nightly. Many Python scripts, ModelBuilder workflows, and FME workbenches fall into this category, handling repetitive tasks on a consistent schedule.

    Articles on Scheduled Automation can be found here.

    3. Triggered Automation

    Triggered automation is the one that responds to specific events. It’s the automation that leaps into action when something happens—like a webhook firing when data is updated, a database trigger responding to a change, or an FME Server directory watcher noticing a new file. These automations are event-driven, ensuring that processes kick off exactly when they’re needed.

    Articles on Triggered Automation can be found here.

    #PY #Arcade #AttributeRules #FME #GIS #SQL