TimberID
Log In
  • 🌳Welcome to TimberID
  • Overview
    • 🌳Background
  • User Guide
    • πŸ”°Registering
    • πŸͺ΅Single Reference Sample + Import
      • ⁉️Import Errors
    • πŸ”ŽOrigin Verification
    • πŸ“€Exporting
    • 🌎Earth Engine API
    • ⚑Administration Guide
      • πŸ§‘β€πŸ€β€πŸ§‘Creating Organizations
      • 🚸Managing Users
    • πŸ“—Glossary
    • πŸ›Report an Issue
  • Architecture of TimberID
    • πŸ› οΈHigh Level Design
    • πŸ“šOpen Source Github Repositories
    • 🏯Detailed Design
      • 🌐Client
      • πŸ–₯️Server
      • πŸ—ΊοΈExternal integrations and maps
      • 🌎Earth Engine
      • πŸ‘©β€πŸ”¬Research Colabs
        • Data Ingestion
        • Model Training (Variational Inference)
        • Isoscape Generation
        • Validation of Isoscapes
    • 🌩️GCP Guide
      • πŸ“ˆAnalytics
      • πŸ’ΎDatabase Query Builder
      • πŸ’°Budget Alerts
      • πŸŒ„Domain Name Configuration
      • ⚠️Backups and Disaster Recovery
    • πŸš€Test Procedure for Production Release
  • Internal
    • πŸ”Internal Information
Powered by GitBook
On this page

Was this helpful?

  1. User Guide
  2. Single Reference Sample + Import

Import Errors

Error
Description
How to Fix

__ column is required

Caused when an expected column is not found in the csv. Required columns are: - code - trusted - lat - lon

Add the required column to the CSV file

trusted value should be one of the following: known, uncertain, or unknown

Caused if a value in the "trusted" column is not equal to "known", "uncertain", or "unknown"

Make sure all values in the trusted column are one of the required values

__ should be within the range __ and __

Caused when a value is outside of the expected range.

Make sure all values are within the specified range.

PreviousSingle Reference Sample + ImportNextOrigin Verification

Last updated 1 year ago

Was this helpful?

πŸͺ΅
⁉️