Skip to content

Commit

Permalink
list out columns in crop production
Browse files Browse the repository at this point in the history
  • Loading branch information
emlys committed Aug 24, 2021
1 parent 6eacaa6 commit 1a34dde
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions source/crop_production.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,12 @@ Additional Percentile Data Needs

- :investspec:`crop_production_percentile landcover_to_crop_table_path`

Example:
Columns:

- :investspec:`crop_production_percentile landcover_to_crop_table_path.columns.lucode`
- :investspec:`crop_production_percentile landcover_to_crop_table_path.columns.crop_name`

Example:

.. csv-table::
:file: ../invest-sample-data/CropProduction/sample_user_data/landcover_to_crop_table.csv
Expand All @@ -149,9 +154,21 @@ Additional Regression Data Needs

- :investspec:`crop_production_regression landcover_to_crop_table_path`

Columns:

- :investspec:`crop_production_regression landcover_to_crop_table_path.columns.lucode`
- :investspec:`crop_production_regression landcover_to_crop_table_path.columns.crop_name`

- :investspec:`crop_production_regression fertilization_rate_table_path` An example table is included below that is derived from the median values of observed CBI fertilization rates. Users can explore the raw CBI data in ``sample_data_\CropProduction\model_data\cbi_mod_yield_use_as_check``. (See the **Important** note above for information on obtaining these data.)

**Example fertilizer table:**
Columns:

- :investspec:`crop_production_regression fertilization_rate_table_path.columns.crop_name`
- :investspec:`crop_production_regression fertilization_rate_table_path.columns.nitrogen_rate`
- :investspec:`crop_production_regression fertilization_rate_table_path.columns.phosphorus_rate`
- :investspec:`crop_production_regression fertilization_rate_table_path.columns.potassium_rate`

**Example fertilizer table:**

.. csv-table::
:file: ../invest-sample-data/CropProduction/sample_user_data/crop_fertilization_rates.csv
Expand Down

0 comments on commit 1a34dde

Please sign in to comment.