docs: add comprehensive supported file formats page#608
Open
wyatt-leaf wants to merge 13 commits intomasterfrom
Open
docs: add comprehensive supported file formats page#608wyatt-leaf wants to merge 13 commits intomasterfrom
wyatt-leaf wants to merge 13 commits intomasterfrom
Conversation
Add new documentation page detailing shapefile upload requirements including: - File structure requirements - Supported operation types (harvested, planted, applied, tillage) - Attribute specifications for each operation type - Geometry and unit handling information 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The node runtime should not be listed as an npm dependency. If a Node.js version requirement is needed, use the engines field instead. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This reverts commit 752c63b.
- Create new supported_file_formats.md with all provider file formats and structures - Move file format details from converters_endpoints.md to new dedicated page - Update sidebar to include new page under Manual File Upload - Link to existing Units and Sample Responses docs for output properties 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The Details column contained file path info that duplicates the Expected file structure sections below each table. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add Details column to individual provider tables showing operation types and file extensions (e.g., "Harvest, planting, and applied data in .jdl files") - Combine GreenStar 2 and GreenStar 3 into single table row (both use GS3 format) - Reorder file structure examples chronologically (GS2 → GS3 → Gen4) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add table showing required attributes for each operation type (harvested, planted, applied, tillage) based on standard_geojson_definition.json 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
… mappings table - Split combined ISOXML section into separate sections for each provider: CLAAS, Kuhn, Kverneland Group, Müller-Elektronik, Teknomika, Topcon - Replace "Required attributes by operation type" table with comprehensive "Supported Property Naming Conventions" table from property_map.json - Escape underscores in column names to prevent markdown formatting issues 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Keep only properties marked as required in standard_geojson_definition.json - Filter input column names to DBF-plausible values (≤10 chars) - Remove provider-specific prefixes (CNHV2*, vr*, dt*, VRY*) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Reorganize the property mappings table into sections for each operation type (Harvested, Planted, Applied, Tillage) to match the structure in standard_geojson_definition.json. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Extract common properties (timestamp, distance, elevation, operationType) into "All Operations" table - Add tabbed interface for operation-specific properties - Reduces repetition and matches style of other docs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Remove common properties section (timestamp, distance, elevation, operationType) - Remove tillage operation type - Remove non-required properties from operation-specific sections - Add note about contacting support for additional column names
Changed /docs/page-name format to just page-name for internal links. The /docs/ prefix doesn't work locally due to baseUrl config.
awimbush
approved these changes
Dec 15, 2025
doodomartins
approved these changes
Dec 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
converters_endpoints.mdto the new dedicated pageChanges
docs/supported_file_formats.md- comprehensive page with:docs/converters_endpoints.md- removed inline file format details, replaced with link to new pagesidebars.js- added new page to Manual File Upload categoryTest plan
🤖 Generated with Claude Code