# [Project Title] ## Project Description [This is an open section where you can provide comprehensive context about your project using any markdown formatting. Describe the background, objectives, methodology, data sources, experimental setup, or any other information that helps users understand and work with your data. There are no content restrictions here—use paragraphs, lists, tables, links, or code blocks as needed to fully document your project.] --- ## Standardized Metadata ### File Information - **File Name:** `[Name of the CSV/data file]` - **Creation Date:** `[YYYY-MM-DD]` - **Data Date Range:** `[Start Date] to [End Date]` - **Contact:** `[Name] [email@domain.com]` - **DOI:** `[DOI link if available]` - **License:** `[License type and link]` ### Data Collection Methodology [Free-form description of sampling frequency, averaging methods, equipment details, and any processing steps.] --- ## Standardized Variables Section ### Variable Definitions (Machine-Readable Format) ```YAML variables: - raw_name: "datetime" descriptive_name: "Timestamp" description: "Date and time in UTC. Each timestamp corresponds to the starting time for the measurement period." unit: "YYYY-MM-DD HH:MM:SS" - raw_name: "example_variable" descriptive_name: "Descriptive Variable Name" description: "Detailed explanation of what this variable measures and how it was collected" unit: "standard_unit" - raw_name: "temperature" descriptive_name: "Air Temperature" description: "Air temperature measured at 2 meters above ground level using sensor X" unit: "°C" - raw_name: "pressure" descriptive_name: "Atmospheric Pressure" description: "Atmospheric pressure at measurement location" unit: "hPa" ```