Skip to main content
Skip to main content

Why FilterMate?

Understand when to use FilterMate vs native QGIS tools for your filtering workflows.

Quick Answer​

Use FilterMate when:

  • You need fast, repeatable filtering workflows
  • Working with large datasets (>50k` features)
  • Combining attribute + spatial filters regularly
  • You want undo/redo for filter operations
  • Exporting filtered data frequently
  • Need performance optimization via backends

Use QGIS Native when:

  • Simple one-time selections
  • Learning basic GIS concepts
  • No plugin installation allowed
  • Very specific processing tools needed

Feature Comparison​

Filtering Operations​

TaskQGIS NativeFilterMateWinner
Simple attribute filterLayer Properties β†’ Source β†’ Query BuilderExpression builder in panel🀝 Equal
Quick map selectionSelect by Expression toolEXPLORING tab🀝 Equal
Complex spatial queryProcessing Toolbox (3-5 steps)Single FILTERING tab operation⭐ FilterMate
Multi-layer filteringRepeat process for each layerMulti-select layers, apply once⭐ FilterMate
Combined attribute + spatialSeparate tools, manual combiningIntegrated interface⭐ FilterMate
Buffer + filterBuffer tool β†’ Select by Location β†’ ManualBuffer setting + apply filter⭐ FilterMate

FilterMate Advantage: Integrated workflow reduces 5-10 manual steps to 1 operation.


Performance​

ScenarioQGIS NativeFilterMateImprovement
Small dataset (<10k` features)2-5 seconds1-3 seconds1.5Γ—
Medium dataset (10-50k features)15-45 seconds2-8 seconds (Spatialite)5-10Γ— faster
Large dataset (>50k` features)60-300 seconds1-5 seconds (PostgreSQL)20-50Γ— faster
Huge dataset (>500k` features)5-30+ minutes ⚠️3-10 seconds (PostgreSQL)100-500Γ— faster

Key Difference: FilterMate leverages database backends (PostgreSQL, Spatialite) for server-side processing, while QGIS native tools often use in-memory processing.


Workflow Efficiency​

TaskQGIS Native StepsFilterMate StepsTime Saved
Attribute filter3 clicks (Layer β†’ Properties β†’ Query)2 clicks (Select layer β†’ Apply)~10 seconds
Spatial filter5 steps (Buffer β†’ Select by Location β†’ Extract β†’ Style)1 step (Set buffer β†’ Apply)2-5 minutes
Export filtered4 clicks (Right-click β†’ Export β†’ Configure β†’ Save)2 clicks (EXPORTING tab β†’ Export)30-60 seconds
Undo filterManual (reload layer or clear selection)1 click (Undo button)1-2 minutes
Repeat filterRe-enter all settings manually1 click (Load from Favorites)3-10 minutes

Real-World Impact:

  • Daily users: Save 20-60 minutes per day
  • Weekly users: Save 1-3 hours per week
  • Monthly users: Moderate savings, but quality-of-life improvements

Use Case Analysis​

Case 1: One-Time Simple Selection​

Task: Select cities with population > 100,000

1. Right-click layer β†’ Filter
2. Enter: population > 100000
3. Click OK

Time: 15 seconds
Complexity: Low

Verdict: QGIS native is fine βœ“

Winner: 🀝 Equal - Either tool works well for simple one-time filters.


Case 2: Complex Spatial Query​

Task: Find residential parcels within 500m of subway stations

1. Processing β†’ Buffer
- Input: subway_stations
- Distance: 500
- Output: stations_buffer

2. Processing β†’ Select by Location
- Select features from: parcels
- Where features: intersect
- Reference: stations_buffer

3. Processing β†’ Extract Selected Features
- Input: parcels
- Output: parcels_filtered

4. Right-click parcels_filtered β†’ Filter
- Enter: land_use = 'residential'

5. Style result layer

Time: 3-5 minutes
Steps: 5 separate operations
Complexity: High

Verdict: Tedious, error-prone, not reusable

Winner: ⭐ FilterMate - 5Γ— faster, 80% fewer steps, repeatable workflow.


Case 3: Multi-Layer Analysis​

Task: Filter buildings, parcels, and roads near river (3 layers)

1. Buffer river layer
2. Select by Location for buildings β†’ Extract
3. Select by Location for parcels β†’ Extract
4. Select by Location for roads β†’ Extract
5. Style 3 result layers
6. Manage 6 layers total (original + filtered)

Time: 8-12 minutes
Steps: 15+ operations
Complexity: Very High

Verdict: Time-consuming, clutters layer panel

Winner: ⭐⭐ FilterMate - 5-10Γ— faster, maintains clean workspace.


Case 4: Large Dataset Performance​

Task: Filter 150,000 parcels by attribute and proximity

Processing Tools on 150k features:
- Buffer: 45-90 seconds
- Select by Location: 120-180 seconds
- Extract: 30-60 seconds
- Attribute filter: 15-30 seconds

Total Time: 3.5-6 minutes
Memory Usage: High (in-memory processing)

Verdict: Slow, may crash on large datasets

Winner: ⭐⭐⭐ FilterMate - Transforms impossible into instant.


Unique FilterMate Features​

1. Filter History & Undo/Redo​

QGIS Native: No built-in filter history

  • To "undo" a filter: Manually remove filter or reload layer
  • No way to step back through filter changes
  • Lost work if you make a mistake

FilterMate: Full history management

  • Undo button (↩️) - Go back to previous filter
  • Redo button (β†ͺ️) - Go forward in history
  • History persists during session
  • Up to 100 operations tracked

Real-World Value:

  • Experimental filtering without fear
  • Compare multiple filter variations
  • Quick recovery from mistakes

2. Filter Favorites​

QGIS Native: Must manually re-enter filters each time

  • No way to save commonly-used filters
  • Prone to typos when re-typing
  • Difficult to share filters with colleagues

FilterMate: Save & load filters as Favorites

  • ⭐ Click to save current filter
  • Load from dropdown menu
  • Saved with project file
  • Shareable across team

Real-World Value:

  • Standardized filtering for teams
  • Instant access to complex filters
  • Reduced errors from manual re-entry

3. Backend Optimization​

QGIS Native: Uses Processing framework

  • Always in-memory or temporary files
  • No spatial index optimization
  • Same speed regardless of data source

FilterMate: Intelligent backend selection

  • PostgreSQL: Server-side processing, materialized views
  • Spatialite: File-based with spatial indexes
  • OGR: Fallback for compatibility
  • Automatic selection based on layer type

Real-World Value:

  • 10-50Γ— performance improvement (PostgreSQL)
  • No workflow changes needed
  • Transparent optimization

See: Backend Comparison


4. Integrated Export Workflow​

QGIS Native: Multi-step export process

1. Apply filter
2. Right-click layer β†’ Export β†’ Save Features As
3. Configure format
4. Set CRS transformation
5. Choose fields to export
6. Set filename
7. Click OK

FilterMate: One-click export tab

1. Switch to EXPORTING tab
2. Select format (GPKG, SHP, GeoJSON, PostGIS, etc.)
3. Optional: Transform CRS
4. Click Export

Filtered state automatically applied!

Real-World Value:

  • 70% fewer clicks
  • Less error-prone
  • Batch export multiple layers
  • Style export (QML/SLD) included

5. Multi-Layer Operations​

QGIS Native: Process one layer at a time

  • Repeat entire workflow for each layer
  • Manage multiple result layers
  • Easy to miss a layer or apply inconsistent filters

FilterMate: Multi-select checkbox interface

  • Check all layers to filter
  • Apply filter once β†’ affects all
  • Consistent parameters across layers
  • Clean workspace (original layers filtered, not duplicated)

Real-World Value:

  • 3-10Γ— faster for multi-layer workflows
  • Consistency guaranteed
  • Cleaner layer panel

6. Visual Feedback & Warnings​

QGIS Native: Minimal feedback

  • Processing may run without progress indicator
  • No performance warnings
  • Errors often cryptic

FilterMate: Comprehensive feedback system

  • βœ… Success messages with feature counts
  • ⚠️ Performance warnings for large datasets
  • πŸ”„ CRS reprojection indicators
  • 🌍 Geographic coordinate handling notices
  • ⚑ Backend performance indicators
  • Detailed error messages with context

Real-World Value:

  • Understand what's happening
  • Prevent performance issues
  • Troubleshoot problems faster

When QGIS Native Is Better​

Processing Toolbox Advantages​

QGIS Native wins when you need:

  1. Specialized Algorithms

    • Complex topology operations
    • Advanced geometric transformations
    • Statistical analysis tools
    • Raster-vector integration
  2. Batch Processing

    • Multiple unrelated operations in sequence
    • Processing across many disconnected files
    • Automated workflows via Model Builder
  3. Graph Algorithms

    • Network analysis (shortest path, service areas)
    • Requires pgRouting (PostgreSQL) or QGIS tools
  4. Raster Operations

    • FilterMate only works with vector data
    • Use Processing for raster analysis

Learning & Education​

QGIS Native better for:

  • Understanding GIS concepts step-by-step
  • Learning individual tool functions
  • Academic/teaching environments
  • Certification exam preparation

FilterMate better for:

  • Production workflows
  • Time-critical projects
  • Repetitive tasks
  • Real-world GIS work

Migration Path​

Starting with QGIS Native?​

Try FilterMate when:

  1. βœ… You've done the same filter 3+ times
  2. βœ… Filtering takes >2 minutes manually
  3. βœ… Working with >50k` features
  4. βœ… Combining attribute + spatial filters
  5. βœ… Need undo/redo capability

Transition Strategy:

Week 1: Learn FilterMate basics (simple attribute filters)
Week 2: Try geometric filtering (spatial predicates)
Week 3: Use EXPORTING tab for filtered exports
Week 4: Save Favorites for common filters
Week 5+: Primary tool, QGIS native for specialized tasks

Already Using FilterMate?​

When to use QGIS Native:

  • Specialized processing not in FilterMate
  • Model Builder automation
  • Learning/teaching specific concepts
  • Troubleshooting (compare results)

Best Practice: Use FilterMate for 80% of filtering tasks, QGIS native for specialized 20%.


Performance Comparison: Real Numbers​

Test Dataset: Urban Parcel Analysis​

Data:

  • 125,000 parcel polygons
  • 5,000 road lines
  • Task: Find residential parcels within 200m of main roads

Hardware: Standard laptop (16GB RAM, SSD)

MethodTimeMemoryStepsResult Layers
QGIS Processing (OGR)287 seconds4.2 GB53 layers
QGIS Processing (PostGIS)12 seconds0.5 GB42 layers
FilterMate (OGR)45 seconds1.8 GB11 layer (filtered)
FilterMate (Spatialite)8.3 seconds0.6 GB11 layer (filtered)
FilterMate (PostgreSQL)1.2 seconds0.3 GB11 layer (filtered)

Key Insights:

  • FilterMate (PostgreSQL): 240Γ— faster than QGIS Processing (OGR)
  • FilterMate (Spatialite): 35Γ— faster than QGIS Processing (OGR)
  • Even FilterMate (OGR): 6Γ— faster due to optimized workflow

Cost-Benefit Analysis​

Time Investment​

Learning Curve:

  • QGIS Processing: 2-4 weeks to master tools
  • FilterMate: 2-4 hours to become proficient
  • FilterMate Advanced: 1-2 days for optimization

Setup Time:

  • QGIS Processing: Built-in (0 minutes)
  • FilterMate: Plugin install (2 minutes)
  • FilterMate + PostgreSQL: Full setup (30-60 minutes)

Time Savings​

Daily User (10 filters/day):

  • Manual time: ~60 minutes
  • FilterMate time: ~15 minutes
  • Savings: 45 minutes/day = 180 hours/year

Weekly User (20 filters/week):

  • Manual time: ~120 minutes/week
  • FilterMate time: ~30 minutes/week
  • Savings: 90 minutes/week = 75 hours/year

Monthly User (10 filters/month):

  • Manual time: ~60 minutes/month
  • FilterMate time: ~15 minutes/month
  • Savings: 45 minutes/month = 9 hours/year

Break-Even Analysis​

FilterMate installation (2 minutes):

  • Break-even after: 1-2 filters

PostgreSQL setup (60 minutes):

  • Break-even after: 15-30 filters (large datasets)
  • Or: 2-3 hours of filtering work

Return on Investment:

  • FilterMate: Immediate (first use)
  • PostgreSQL: Within first week for power users

Summary Recommendations​

Use FilterMate When...​

βœ… Performance matters

  • Large datasets (>50k` features)
  • Complex spatial queries
  • Repetitive workflows

βœ… Efficiency matters

  • Multi-layer operations
  • Combined attribute + spatial filters
  • Frequent filtered exports

βœ… Convenience matters

  • Need undo/redo capability
  • Want to save filter favorites
  • Prefer integrated interface

Use QGIS Native When...​

βœ… Specialized tools needed

  • Raster operations
  • Advanced topology tools
  • Network analysis
  • Statistical processing

βœ… Learning/Teaching

  • Understanding individual steps
  • Academic environments
  • Demonstrating concepts

βœ… One-time simple tasks

  • Quick map selections
  • Single-layer attribute filters
  • Exploring unfamiliar data

Conclusion​

FilterMate complements QGIS native tools, not replaces them.

Think of it as:

  • Power drill (FilterMate) vs Hand screwdriver (QGIS native)
  • Both have their place
  • Power drill saves time on most tasks
  • Hand screwdriver better for delicate work

Recommended Workflow:

80% of filtering β†’ FilterMate (speed & efficiency)
20% specialized tasks β†’ QGIS Processing (flexibility)

Bottom Line: Install FilterMate. Use it for daily filtering. Fall back to QGIS native for specialized tasks. Best of both worlds.


Next Steps​

  1. Install FilterMate: Installation Guide
  2. Quick Start: 5-minute tutorial
  3. Learn Workflows: Real-world examples
  4. Optimize Performance: Backend setup

Questions? Ask on GitHub Discussions