Green houses crops by cropped area, quantity and value

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Crop
               

No description available for this field.

Name (identifier)
crop
Type
text
Sample
                       
Value of Crop Production (in 000 KD)
1000 KD

No description available for this field.

Name (identifier)
value_of_crop_production_in_000_kd
Type
decimal
Sample
                       
Quantity of Crop Production (in Ton)
Ton

No description available for this field.

Name (identifier)
quantity_of_crop_production_in_ton
Type
decimal
Sample
                       
Cropped Area (in Donum*)
Donum

No description available for this field.

Name (identifier)
cropped_area_in_donum
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"green-houses-crops-by-cropped-area-quantity-and-value",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/green-houses-crops-by-cropped-area-quantity-and-value"
      }
    ]
    ,
  • "definitions":
    {
    • "green-houses-crops-by-cropped-area-quantity-and-value":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/green-houses-crops-by-cropped-area-quantity-and-value_records"
            }
          }
        }
      }
      ,
    • "green-houses-crops-by-cropped-area-quantity-and-value_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "crop":
              {
              • "type":"string",
              • "title":"Crop",
              • "description":""
              }
              ,
            • "value_of_crop_production_in_000_kd":
              {
              • "type":"number",
              • "title":"Value of Crop Production (in 000 KD)",
              • "description":"1000 KD"
              }
              ,
            • "quantity_of_crop_production_in_ton":
              {
              • "type":"number",
              • "title":"Quantity of Crop Production (in Ton)",
              • "description":"Ton"
              }
              ,
            • "cropped_area_in_donum":
              {
              • "type":"number",
              • "title":"Cropped Area (in Donum*)",
              • "description":"Donum"
              }
            }
          }
        }
      }
    }
}

Similar datasets