Getting Started
Basic workflows for using Noodles.gl to create geospatial visualizations and animations.
Interface Overview
Node Editor
- Add Operators: Right-click or press 'a' to open the operator menu
- Connect Data: Drag from output handles to input handles
- Navigate: Use breadcrumbs to move between containers, or press 'u' to go up one container level
Properties Panel
- Configure Inputs: Adjust operator parameters
- Reorder Fields: Drag to change input order
- Timeline Controls: Keyframe values for animation
Timeline Editor
- Keyframes: Click any parameter in property panel to add keyframes
- Animation: Use Theatre.js timeline for smooth motion
- Playback: Press 'space' to play animation
Your First Project
Data Source → Filter/Transform → Deck.gl Layer
- Load Data: Start by adding a data source operator (JSON, CSV, or API)
- Add Visualization: Connect your data to a Deck.gl layer operator
- Style & Configure: Use the properties panel to customize appearance
- Animate: Add timeline keyframes to create smooth animations
- Export: Generate images, videos, or interactive applications