Resources & Documentation

Everything you need to understand and implement transport analytics

Whitepapers & Research

Real-time Traffic Flow Optimization

Technical deep-dive into machine learning models for traffic prediction and signal optimization.

📄 24 pages 📅 Dec 2024
Download

OD Matrix Construction Methods

Comparing traditional survey methods with modern data fusion techniques for OD analysis.

📄 18 pages 📅 Nov 2024
Download

SCATS Integration Best Practices

Implementation guide for integrating with SCATS systems across Australian and NZ networks.

📄 28 pages 📅 Oct 2024
Download

Freight Analytics ROI Study

Economic analysis of freight optimization benefits across 10 NZ logistics companies.

📄 22 pages 📅 Sep 2024
Download

Privacy & Ethics in Transport Data

Guidelines for responsible data handling under Privacy Act 2020 and international standards.

📄 16 pages 📅 Aug 2024
Download

Technical Documentation

Getting Started with RoadInsite

1. System Requirements

  • Modern web browser (Chrome 90+, Firefox 88+, Safari 14+)
  • Minimum 1920x1080 screen resolution recommended
  • Stable internet connection (minimum 10 Mbps)
  • Administrative access for initial setup

2. Data Source Integration

3. Initial Configuration

{
  "api_endpoint": "https://api.roadinsite.com/v2",
  "auth_method": "oauth2",
  "data_sources": [
    {
      "type": "gtfs_rt",
      "url": "https://api.at.govt.nz/v2/gtfs",
      "refresh_rate": 30
    },
    {
      "type": "scats",
      "connection": "tcp://scats.server:8080",
      "credentials": "encrypted"
    }
  ],
  "update_frequency": 900,
  "retention_days": 365
}
View Full Documentation

API Reference

RESTful API for Transport Data

Access all RoadInsite functionality programmatically with our comprehensive API.

✓ RESTful design
✓ OAuth 2.0 authentication
✓ Rate limiting: 1000 req/hour
✓ Webhook support
✓ GraphQL alternative

Get Corridor Performance

Request GET
GET /api/v2/corridors/queen-street/performance
Authorization: Bearer YOUR_API_TOKEN
Accept: application/json
Response 200 OK
{
  "corridor_id": "queen-street",
  "timestamp": "2025-01-20T14:30:00Z",
  "metrics": {
    "average_speed": 28.5,
    "travel_time": 420,
    "congestion_level": 0.65,
    "reliability": 0.82
  },
  "segments": [...]
}

Real-time Signal Status

WebSocket WSS
wss://stream.roadinsite.com/signals
// Subscribe to signal updates
{"action": "subscribe", "signals": ["S001", "S002"]}

// Receive real-time updates
{"signal": "S001", "phase": "green", "remaining": 25}

Webinars & Video Tutorials

45:20

Introduction to RoadInsite Platform

Complete walkthrough of platform features and capabilities.

📅 15 Jan 2025 👁️ 1.2k views
32:15

Signal Optimization Masterclass

Deep dive into signal timing optimization techniques.

📅 8 Jan 2025 👁️ 856 views
28:45

API Integration Tutorial

Step-by-step guide to integrating RoadInsite APIs.

📅 22 Dec 2024 👁️ 642 views
38:10

OD Analysis Best Practices

Expert tips for origin-destination pattern analysis.

📅 15 Dec 2024 👁️ 523 views

Interactive Learning Paths

🎓

Transport Analyst Path

8 hours
  • ✓ Platform Introduction (45 min)
  • ✓ Data Sources & Integration (1.5 hrs)
  • ○ Corridor Analysis (2 hrs)
  • ○ Report Generation (1 hr)
  • ○ Advanced Analytics (2.5 hrs)
Start Learning
🔧

Traffic Engineer Path

6 hours
  • ○ Signal Analytics Overview (1 hr)
  • ○ SCATS Integration (1.5 hrs)
  • ○ Optimization Techniques (2 hrs)
  • ○ Performance Monitoring (1.5 hrs)
Start Learning
💻

Developer Path

10 hours
  • ○ API Fundamentals (2 hrs)
  • ○ Authentication & Security (1.5 hrs)
  • ○ Data Streaming (2.5 hrs)
  • ○ Webhook Implementation (2 hrs)
  • ○ Advanced Integration (2 hrs)
Start Learning

Resource Impact

45,000+
Total Downloads
2,300+
Active Learners
98%
Satisfaction Rate
15+
New Resources Monthly