Skip to content

Latest commit

 

History

History
122 lines (85 loc) · 4.17 KB

File metadata and controls

122 lines (85 loc) · 4.17 KB

env-agents Documentation

Complete documentation for the env-agents environmental data integration framework


🚀 Getting Started

New to env-agents? Start here:

  1. Installation Guide - Set up the framework
  2. Quick Start - Your first query in 5 minutes
  3. API Reference - Complete API documentation

📖 Core Guides

Working with Data

Extending the Framework


🏭 Operations & Production

Running env-agents in production:


🔧 Development

For contributors and developers:


📚 Adapter-Specific Documentation

Detailed guides for specific data sources:


🗂️ Additional Resources

Examples & Tutorials

Testing

Project Info


🔍 Quick Links by Task

I want to...


📝 Documentation Organization

docs/
├── README.md                    # ← You are here
├── INSTALLATION.md              # Setup guide
├── QUICK_START.md               # 5-minute tutorial
├── API_REFERENCE.md             # Complete API docs
├── SERVICES.md                  # All data sources
├── EXTENDING_SERVICES.md        # Adding adapters
├── CREDENTIALS.md               # API key setup
│
├── operations/                  # Production operations
│   ├── DATABASE_MANAGEMENT.md
│   ├── PANGENOME_PIPELINE.md
│   └── EARTH_ENGINE_NOTES.md
│
├── adapters/                    # Adapter-specific docs
│   ├── MODIS_LANDCOVER.md
│   └── USGS_NWIS.md
│
├── development/                 # Developer docs
│   ├── ARCHITECTURE.md
│   ├── LOCAL_DEVELOPMENT.md
│   └── LESSONS_LEARNED.md
│
└── archive/                     # Historical docs
    └── README.md

Questions or issues? Check Contributing Guidelines or open an issue on GitHub.