Batch Uploading Boundaries (Shapefiles, ISO, and KML)

Follow the process below to upload boundaries to a Company

  1. Click on Menu

  2. Choose “Files”

  3. Click in the box that states “Upload Zipped File”

  4. Choose the Shapefile to be loaded in

    Screen may vary depending on type of computer (Apple or PC)

    1. Check that the Shapefile is configured correctly by looking at the examples below in the section Labeled “Accepted Formatting of the Shapefiles”
  5. Once you have selected the zipped shapefile the Upload button will be active

  6. Click Upload

    • The file will show in the list and will display a status of Success, Error, or Completed with Errors

      • Completed with Errors: Partial success. There were some fields that were not loaded in due to invalid Boundaries

      • Error: No Records Recognized

      • Success: All Records Recognized and Processed

Accepted Formatting of the Shapefiles:

Limitations

**There are currently no limitations for file size or number of columns**

  • LineStrings or MultilineStrings are not supported. We consider that the Boundary must be a closed polygon to be recognized as valid.

  • Files that do not match our accepted Attribute headers

File compression accepted for upload

Field geometry must be uploaded as ESRI Shapefiles compressed as a ZIP. Nested .zip files are supported as long as there is not a directory within the structure. See supported examples below:

Example 1Example 2Example 3
  • Example1.zip
  • Field1.shp
  • Field1.prj
  • Field1.shx
  • Field1.dbf
  • Example2.zip
  • Example2A.zip
  • Field1.shp
  • Field1.dbf
  • Example2B.zip
  • Field1.shp
  • Field1.dbf
  • Example3.zip
  • Field1.shp
  • Field1.dbf
  • Example2A.zip
  • Field1.shp
  • Field1.dbf
  • Attribute header names supported

    NOTE: If the file only contains a Field name we will still accept the boundaries and automatically name the Grower and Farm with the Organization Name.

    1. Grower:

      1. "growername", "grower_name", "grower name", "grower", "clientname", "client_name", "client name", "client", "customername", "customer_name", "customer name", "customer", "businessnam", "business_nam", "business"
    2. Farm:

      1. "farmname", "farm_name", "farm name", "farm"
    3. Field:

      1. "fieldname", "field_name", "field name", "field", "name", "ID"

    Any name not included above will not be recognized.

    The order of the names in the list sets their priority.

    ISO 11783-10 XML (Taskdata)

    We support uploading of ISO 11783-10 (TASKDATA) files including ISO11783LinkList. To avoid difficulties with your upload, please ensure any ISO11783LinkList file sets are in their own directory.

    As ISO 11783-10 formatted xml files follow a common standard, they should have grower, farm, and field data inserted automatically by the tool that generated the file. We use the “CustomerLastName” name for the Grower name, the “FarmDesignator” for the Farm name, and the “PartfieldDesignator” for Field names automatically. Boundary names are taken from the “PolygonDesignator” if it is provided. However, as this is not always included by third party software, if it is not provided we will fall back to using the field name with “_boundary” appended.

    Similar to Shapefile uploads, if the same Grower, Farm, Field, Boundary, already exist then a new variant will be loaded and made available in the Launch Pad UI.

    KML

    Use the same default naming scheme as Shapefiles which are always necessary for Grower and Farm names since KML files do not really support the GFFB concept. Field names will use the name of the KML placemark that the geometry data was read from or fallback to the same scheme as used in Shapefiles if it was not found in the file (the default is the company name followed by the name of the KML file it was found within).