Earth Engine Extended Kalman Filters Installation Instructions Clone repository Create new virtual environment: python -m venv {path/to/environment} Activate environment: source {path/to/environemnt}/bin/activate Install dependencies: pip install -r requirements.txt