Next Article in Journal
A Systematic Review of Station Location Techniques for Bicycle-Sharing Systems Planning and Operation
Previous Article in Journal
Erratum: Kadhim, I.; Abed, F.M. The Potential of LiDAR and UAV-Photogrammetric Data Analysis to Interpret Archaeological Sites: A Case Study of Chun Castle in South-West England. ISPRS Int. J. Geo-Inf. 2021, 10, 41
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

FARMs: A Geospatial Crop Modeling and Agricultural Water Management System

1
University Libraries, The Pennsylvania State University, University Park, State College, PA 16802, USA
2
Department of Land, Air and Water Resources, University of California, Davis, CA 95616, USA
3
Department of Biological and Agricultural Engineering, University of California, Davis, CA 95616, USA
*
Author to whom correspondence should be addressed.
ISPRS Int. J. Geo-Inf. 2021, 10(8), 553; https://0-doi-org.brum.beds.ac.uk/10.3390/ijgi10080553
Submission received: 29 June 2021 / Revised: 13 August 2021 / Accepted: 15 August 2021 / Published: 17 August 2021

Abstract

:
To ensure agricultural sustainability and desirable environmental outcomes, stakeholders need systems-based model-driven decision support tools. The objective of this study was to develop a global scale web-based geospatial crop modeling application called Food, Agriculture, and Resource Management system (FARMs), to simplify the application of the crop simulation model —Decision Support System for Agrotechnology Transfer (DSSAT) without requiring users to create input weather, climate, and soil files. FARMs was built based on open source Geographic Information System (GIS) technologies and DSSAT to allow for adaptive management through its ability to perform in-season yield predictions for alfalfa and maize, currently. Validation of FARMs against variety trial data in California was acceptable between measured and simulated yields for alfalfa. The work done in this study showed how a complex model like DSSAT can be translated into a useable web-based decision support tool for near-real-time simulation with the help of open-source GIS technologies.

1. Introduction

There are many crop management and related computer software developed for various purposes. Scientists have developed powerful biophysical or crop simulation model (CSM)s such as DSSAT [1,2,3], APSIM [4,5], AQUACROP [6], RZWQM [7], CropSyst [8], and SWAP [9] that are capable of predicting crop yield as affected by genetics, environment, management, and socioeconomics (G × E × M × S) [10] interactions. However, a recent USDA Irrigation and Management Survey [11] showed that less than 1% of growers in the US use CSMs to decide when to irrigate.
Lack of wide-scale adoption of CSM in agricultural operations and among the wider scientific community can be attributed to their complexity. For example, CSM usually runs in a desktop environment, which requires users to pre- and postprocess input and output data. In many cases, users must prepare weather and soil input data for the field of interest before running a CSM in a desktop environment. However, it is hard to get the weather and soil data for the specific time and location on many occasions. Even if those data are available, it is time-consuming and labor-intensive to organize the input data into the correct format for each CSM. In addition, the display of simulation results is not always sufficient for output visualization. For example, it is hard to find a CSM with geospatial capabilities to compare output results for multiple fields and crop management scenarios intuitively. Furthermore, running CSM itself can be complicated for some users, especially without science or engineering background. Additionally, most CSMs are designed to be operated in a forward mode, i.e., cannot be easily updated or interrupted during the simulation which limits the ability to update the model with new information gathered during the season.
There has been many software or model development researches for decision support system with crop management. For example, there are web-based irrigation scheduling applications with GIS capabilities [12,13,14,15,16,17]. Furthermore, there are geospatial crop production applications or models, which has been recently developed [18,19,20,21,22]. However, it is hard to find a global scale web-based geospatial agricultural water management tool that considers the G × E × M × S dynamic interactions as well as environmental impacts such as nitrate leaching in a specific field. In comparison with the applications in the reviewed literature, FARMs can perform adaptive irrigation and fertility management at a global scale with the ability to perform in-season yield prediction as a function of management decisions and environmental conditions.
An easily accessible web-based geospatial application—Food, Agriculture and Resources Management System (FARMs)—was developed to run CSM without requiring users to input weather, climate, or soil data, and to compare simulation output results intuitively using cutting edge data visualization tools for decision making for any field on the globe. Compared to traditional water management decision support tools that are either rule-based or empirical, FARMs allows the users to define unique problems more realistically in their fields using interactive GIS. This is accomplished by specifying each field’s soil physical properties by automatically retrieving them from gridded soil databases or field measurements, specifying initial soil water content, nitrogen/phosphorus amounts, cultivar, and other seasonal inputs coupled with in-season and historical weather data pulled from gridded weather data products. FARMs will also provide the users with the ability of virtual monitoring of the crop growth throughout the season. This is particularly important for in-season decision support for frequent reviewing the effects of previous management decisions and past weather events on yield. For example, farmers, their consultants, or researchers will be able to evaluate the effect of making or delaying a management decision on crop development and future yield prospects based on seasonal weather from planting to the approximate date when a decision needs to be made, and historical weather data. This could have a significant impact on total inputs applied (e.g., water and nitrogen) and environmental impact (e.g., nitrate leaching). We currently lack geospatial decision support systems that can allow growers or scientists to make decisions that optimize inputs while minimizing production risks and environmental degradation.
DSSAT is one of the most widely used CSM, which supports the modeling over 42 crops [2]. The number of users, including researchers, educators, consultants, extension agents, students, growers, and policy-makers, is greater than 14,000 from over 150 countries [23]. Considering the size of the user group, FARMs is expected to have a large impact on agricultural communities. The coverage of National Aeronautics and Space Administration (NASA)’s Prediction of Worldwide Energy Resources (POWER) (these data were obtained from the NASA Langley Research Center (LaRC) POWER Project funded through the NASA Earth Science/Applied Science Program) [24] weather data and the Global High-Resolution Soil Profile Database for Crop Modeling Application [25,26] enabled the global coverage of the application.
The objective of this research was to solve the problems associated with difficulty in input data preparation for near-real-time weather and soil data, the inflexibility of output data visualization, the limited accessibility of CSM to a large number of users (e.g., researchers, extension specialists, growers, consultants, and other practitioners), and the limited ability of updating in-season parameters, using Open-Source GIS and software technologies. The geographical scope of the FARMs availability is any field on the earth. Currently FARMs only simulates Alfalfa and Maize, but more crops can be added. The simulations were conducted for Alfalfa for two fields in California. The results of the simulation for Davis, California, which gave better water productivity and forage quality than the simulation for Tulare County, California, was validated by comparison with observation data from variety trials. The user interface and software of FARMs described in this article is based on the time of simulation (June 2020) because they are updated peri-odically.

2. Materials and Methods

Figure 1 shows the overall architecture of FARMs with major software components. Liu et al. [27] addressed the scientific use of Django, PostgreSQL, PostGIS, and OpenLayers well. In Figure 1, Django python framework [28], DSSAT, PostgreSQL Database [29], PostGIS spatial extension [30], and Geospatial Data Abstraction Library (GDAL) geospatial data toolkits [31] are the main software components used on the server-side of the FARMs application. FARMs has been built using the Django framework because Django supports fast development, security, scalability, and versatility [32]. Furthermore, Django is easy to integrate with multiple python geoprocessing modules including GDAL, shapely [33] and scipy.spatial [34]. Several components of themes and/or templates of D3noob [35], Miller [36], and Traversy [37] were modified and used partly for the design of crop management GUI templates.
OpenGIS Simple Features Reference Implementation (OGR) of GDAL was used as a main geoprocessing toolkit on the server-side to process vector data. In FARMs, OGR was used as both an independent executable file (ogr2ogr) or was imported as a module in a python program depending on the usage of the functions. The OGR was used for the creation and re-projection of shapefiles, the creation of field geometries, and the calculation of fields’ centroids. PostgreSQL was chosen as a database as it is a free and open-source database, which can be easily connected to Django while supporting PostGIS, which is a powerful spatial extension. When a user creates a field in FARMs, the geometry information of a field is stored into the format of Javascript Object Notation (JSON) [38]. After the field information is sent to the server side, a table is created to upload the field’s geometry data using shp2pgsql, which is the data loader of PostGIS. For this task, field shapefiles are created using ogr2ogr for polygon geometry, or using ogr and shapely libraries for circle geometry. In addition, soil and weather data for the field are stored in the database. When a user creates management practices, the management practices information are saved in the database as well.
For soil data, the Global High-Resolution Soil Profile Database for Crop Modeling Application [26] was used as the default. This soil data were developed by Han et al. [26] based on soil grids of 1 km [39] and ISRIC-AfSIS [40] to be compatible with DSSAT with a 5-arc minute resolution on a global scale [26]. FARMs extracts NASA POWER weather data from external web services using parameters shown in Table 1 when a user defines a new field or runs simulations on a new date. For the case of running FARMs on a new date, weather data are extracted only once for the first simulation. A complete list of parameters for using NASA POWER Application Programming Interface (API) for extracting weather data can be referred from NASA [41].
NASA Power API returns weather data for a centroid (longitude, latitude) of a field between start and end dates as predefined in the output format. Currently, the end date is configured as the current date in Pacific Standard Time (UTC—8) for daily weather data. The PostGIS functions shown in Table 2 were used to define the centroid. In addition, FARMs extracts 36 years of historical data and uses the most recent 30 years of data as future weather data beyond the end date for annual crops. An additional six years of weather data are extracted because perennial crops can require future weather data for longer than one year. The annual and perennial crops configured currently in FARMs are each maize and alfalfa, respectively. If any missing daily weather data are found (e.g., the data between the last available date and the very current date), they were replaced with long-term monthly averages. The portion of the growing season simulated using historical climatic data decreases as simulation time approaches the end of the season. When a user simulates the predefined field at a later date, FARMs updates weather data of the field automatically.
In FARMs, JSON was chosen as an output format for weather data because Python JSON library [42] supports serialization and deserialization with convenient and reliable functions.
In addition to server-side programs, various javascript libraries were used in the client-side as shown in Figure 1. Table 3 describes major javascript libraries used in FARMs. Especially for geospatial capabilities, OpenLayers API was used as a mapping toolkit in the client-side programs. Ganesan [43] (2009) documented the integration of Django, PostgreSQL Database, PostGIS spatial extension, GDAL, and OpenLayers. OpenLayers API can visualize vector or raster formats of geospatial data by layering them in an orderly manner and can process those layers using various geospatial functions. For example, a polygon field is stored as GeoJSON format using the function writeGeometry() of OpenLayers’ format.GeoJSON object when a user creates a field in FARMs. However, circular geometry was not found in GeoJSON’s standard [44]. Therefore, a customized JSON [45] was used for a circular field as shown in Table 4. Those JSON variables are passed to the server-side to store field geometries in the database. Circular field geometries are common in many parts of the world where center pivot irrigation is widely used.
In FARMs main portal (Figure 2) described in this article, Sentinel-2 cloudless [54] or USGS Imagery Topo Web Map Service [55] layer was used as a base layer depending on the location and zoom level, and a location search box was developed using Nominatim [56] for users to search the field of interest based on geographic names. Figure 3 shows the overall workflow of FARMs. Users create two basic input data, which are field boundary and crop schedule.
After a user delineates the field on the zoomed in base map, the user can define management practices (Figure 4). The input parameters for this user interface are described in Table 5. The input parameters noted with an asterisk mark (*) can be selected from the appendix Table A1, Appendix A. Currently, five maize cultivar groupings based on growing degree days (GDD) (2500-2600 GDD, 2600-2650 GDD, 2650-2700 GDD, 2700-2750 GDD, 2750-2800 GDD) and six alfalfa cultivars, based on Fall Dormancy rating (FD-3, FD-4, FD-6, FD-7, and FD-9) and CFIA, are supported in FARMs.
In FARMs, the purpose of specifying an expected harvest date is to determine if the simulation will include future event or not. Presently, the harvest date in the DSSAT input file is defined as 365 days from the planting date if the number of days from planting to the user-defined harvest date is less than 365 days. The purpose of this setting is to calculate the cumulative nitrate leaching for 365 days from planting to prevent FARMs from missing nitrate leached after harvesting during an annual (365 days in current setting) growth period particularly in regions with Mediterranean climates such as California where rains occur after the growing season and can leach residual nitrogen in the soil. This setting is not applied to alfalfa if the number of days between planting and the last harvesting date defined by the user is greater than or equal to 365 days.
Once the field boundary and management practices inputs are defined, the user can run simulations by selecting a field and management practices. Presently, the users can choose a maximum of either two fields or management practices. Although the resolution (10 km) of the default soil data is high for global scale, it is coarse for field-scale assessments. Therefore, field-scale simulation accuracy is expected to increase if users customize soil data to more accurate values. This can be achieved by updating soil parameter values [57] in the user interface table, which should be updated by only advanced users. Furthermore, users can update major soil parameters for Conterminous US (CONUS) using Gridded Soil Survey Geographic (gSSURGO) [58]. As shown in Figure 1, CONUS gSSURGO was uploaded to PostgreSQL database. For a selected point on gSSURGO polygon layer (Figure 5), users can find the soil profile data in addition to the characteristics of soil compositions. Users can update the most significant parameters in global soil database soil input parameters (DSSAT column) for each input depth (5 cm, 15 cm, 30 cm, 60 cm, 100 cm, 200 cm) in Table 6 using the area-weighted average of relevant soil profile data (sSSURGO column) with available gSSURGO soil profile data, which includes each input depth. If any soil profile data (sSSURGO columns) in Table 6 is not available from gSSURGO, they are excluded when calculating the area-weighted average.
Therefore, FARMs addressed coarseness problem of default soil data for a field level by enabling customization of default soil data and updating default soil data using CONUS gSSURGO. Especially, integration with gSSURGO makes FARMs a precision agriculture system for CONUS because it addresses soil variability inside a field. Once a user starts a simulation, the management practices inputs, weather data, and soil data are written to DSSAT management, weather, and soil input files. Furthermore, the drained upper limit (SDUL) was used as the initial condition for soil water in the management file. If the expected harvest date is in the future, FARMs requires future daily weather data. In this case, FARMs assumes n (currently configured as 30) years of historical record as future weather data. As sequential processing of n instances takes a long time, the simulations are implemented in parallel computing using Python’s Thread object in the threading module [59] to increase computation speed. The ability to automatically combine in-season weather data and historical climate data to predict the end of season yield makes FARMs a powerful tool for adaptive in-season management.
Two simulations for alfalfa were implemented to demonstrate the current capabili-ties of FARMs for Field 1 and Field 2. Field 1 (Figure 6a) was defined in Tulare County in California. The centroid of the field was located at approximately 36.359 N, 119.061 W. Field 2 (Figure 6b) was defined in Davis CA. The centroid of the field was located at approximately 38.543 N, 121.784 W. The management practice parameters were defined as shown in Table 7. For simulation, the month and date of the first year’s cutting events were configured to be consistent with cutting dates from past records (2017 University of California Agriculture and Natural Resources (UCANR) Alfalfa Cultivar Trial [60]) as it included future events.

3. Results

In Figure 7, seven cutting events for 2020 and eight cutting events for 2021 are shown clearly. The styling of alfalfa forage yield timeseries was inspired by Jing et al. [61]. Time series of alfalfa forage yield can be used as a prediction of forage yield for each cutting. As seen in Figure 7 and Table 8, Field 1 produced a higher maximum forage yield on 1 March 2021 compared to Field 2.
However, the water productivity of Field 2 was significantly higher than that of Field 1 based on the CPFs in Figure 8. In Table 8, the maximum water stress in Field 1 was higher than Field 2. This is expected because Field 2 is located in Sacramento Valley, which receives more rainfall compared to Tulare County in the San Joaquin Valley. For alfalfa, DSSAT outputs crude protein values, which is one of the many criteria used for assessing forage quality. When comparing crude protein of Field 1 and 2 in Table 8 and Figure 9, Field 2 showed higher crude protein values. Therefore, Field 2 is a better place for growing alfalfa in terms of water productivity and forage quality although field 1 in Tulare is better in terms of total yield production.

4. Discussion

This simulation results of field 2, which has better water productivity and forage quality, were validated using 2020 observation data (UC ANR Alfalfa cultivar trial [62]). Table 9 shows the mean yield (dry, tons/acre) values of 28 varieties for each cutting date from the 2020 yield data of UC ANR Alfalfa cultivar trial. The mean yield was calculated as 3641.16 (kg/ha) from seven cutting events. The total yield was 11.34 (tons/acre) (25,420.88 (kg/ha)). The total yield in the report (11.34 (tons/acre)) [62] is slightly different from the value (11.37 (tons/acre)) calculated using cutting values in Table 9 due to round off errors. The maximum total yield was found to be 12.59 (tons/acre) (28,223.00 (kg/ha)) for CUF101 and the minimum total yield was 9.57 (tons/acre) (21,453.07 (kg/ha)) for CW 704 from this trial. The mean cutting yield was 1.62 (tons/acre) (3631.55(kg/ha)).
Table 10 shows the simulated forage yield of 2020 from Field 2 using 2014 weather data as future weather data, which resulted in the maximum forage yield.
Although cutting events were occurred in the same months, cutting dates were different (minimum 2 days for Cut4 and maximum 9 days for Cut7). Especially, the last cutting date affects total and mean yield significantly. As the last cutting date was different between the simulated (19 October 2020) and observed data (28 October 2020), the yield on 28 October 2020 for simulated data was estimated by adding tops dry weight increase (ΔTops Wt., 329(kg/ha)) between 19 October 2020 and 28 October 2020 to the simulated yield (2305 (kg/ha)) on 19 October 2020 for the fair comparison as shown in Table 11.
The differences of mean and total values between observations (Table 9) and simulations with the estimated 28 October 2020 value (Table 11) were both 10.25% taking observed values as criteria. Furthermore, the total value (22,814 (kg/ha)) calculated from Table 11 was between the minimum (21,434 (kg/ha), CW704) and maximum (28,223 (kg/ha), CUF 1010) of the observed yields. Although there were differences in simulation and trial environment (e.g., different planting date, different cutting dates, different varieties, and unknown irrigation schedules of UCANR trials), the simulated results from FARMs were satisfactory when compared to the observed value.
The first objective of this research was to solve the problems associated with input data preparation for near-real-time weather and soil data. This was solved by integration of NASA Power weather data and the Global High-Resolution Soil Profile Database for Crop Modeling Application soil data into FARMs using open-source GIS technologies. Especially, important DSSAT soil parameters can be updated using gSSURGO data to address the soil variabilities of a field for CONUS. The second objective of this research was to solve the problem of the inflexibility of output data visualization. This was solved by visualization of essential output information in a web environment. As FARMs is a web application, it is much more flexible to update output visualization compared to a desktop application, which requires update or reinstallation of the program on the user side. The third objective was to solve the problem of limited accessibility of CSM. As FARMs can be used in a web browser, users do not need an installation software package or powerful computer to run DSSAT. In this manner, FARMs increases the accessibility of DSSAT, which is one of the most popular CSMs. Most importantly, the last objective was to solve the problem of limited ability of updating in-season parameters when using CSMs. This was solved by using near-real-time weather data appended by thirty years’ historical weather data as future data. Furthermore, users can compare the results from either different scenarios or fields using this weather data. From this feedback, users can adjust the amount and schedule of irrigation and fertilizer application. This in-season parameter update cannot be easily achieved by desktop version of CSMs. Moreover, there are hardly any global scale web-based GIS agricultural applications, which can guide irrigation automatically using near-real-time weather data to update dynamic crop simulations. In addition to the user-defined irrigation scheduling shown in the simulations, FARMs supports DSSAT’s automatic irrigation functions for guiding irrigation scheduling based on the dynamic interactions between G × E × M × S in a given season. FARMs’ automatic irrigation is very effective and powerful option for scheduling irrigation under erratic weather that varies from season to season.
Prior studies in the literature reviewed included web-based irrigation with GIS [12,13,14,15,16,17] and geospatial crop production application and modeling [18,19,20,21,22]. Compared to those studies, the new contribution of FARMs is enabling crop simulation (1) with DSSAT, (2) for global-scale application, (3) in a web-based GIS environment, (4) with automatic weather, climate and soil support, and (5) with in-season decision-making support at the same time. The previous studies addressed some of those merits but not all of them. The advantage of the methodology proposed here is that the user can perform complex crop model simulations using DSSAT, which is one of the most popular CSMs, for any field on the earth within an easily accessible web environment with GIS capabilities. For CONUS, users can update soil parameters using gSSURGO to address soil variability inside a field. However, this function does not support the rest of the world because gSSURGO used in FARMs is limited to CONUS. However, a user can still update soil parameters using FARMs’ user interface if they have their own field measurements. The development done until now has several limitations. First, only two crops have been supported until now. However, more crops simulated by DSSAT can be added in the future. Next, the spatial resolution of FARMs weather data depends on the resolution of NASA POWER data. Currently, NASA POWER data have native 1 degree resolution with 0.5 degree interpolation/replication [63]. Next, the resolution of the default global soil data is somewhat sparse (5 arc minutes) for the field level. The user will have to update soil data using the user in-terface or gSSURGO (for CONUS) if more precise soil data is needed. Global-scale soil da-ta, which has similar precision with gSSURGO, would be required to address within field soil variability.
The science behind decision support systems for crop management tends not to focus on easy accessibility and limits the practice to certain expert user groups. The easy accessibility of FARMs helps bridge the science and practice using web-based GIS technologies. In addition, the successful application of open-source technologies behind FARMs shows that agricultural decision-making systems can be built without commercial software components, which often interrupts bridging the science and practice because of financial burden. In this study, we filled the knowledge gap of how to integrate global scale weather and soil data automatically with DSSAT in a web GIS environment for users to make in-season decision for crop and water management.

5. Conclusions

FARMs runs DSSAT globally with near-real-time weather data. This was feasible by using NASA POWER API and Global High-Resolution Soil Profile Database for Crop Modeling Application with web GIS technologies. Currently, FARMs supports maize and alfalfa, but is capable of expansion to more crops supported in DSSAT-CSM. In addition, FARMs is periodically updated to include the latest version of the DSSAT-CSM model with new crop(s) as well as other models and capabilities. Users can compare the results from two scenarios in one field or two fields with one scenario intuitively with enhanced visualization. In addition, it is possible to expand the number of supported scenarios and fields. Depending on the crop types, the current output includes only essential but sufficient features including time series of biomass, grain yield, forage yield, water stress, nitrate stress, cumulative irrigation, crude protein, and cumulative probability function of yield, water productivity and cumulative nitrate leaching. More output visualization can be flexibly added in developer’s side. As FARMs is a web-based application, it is easily accessible to users worldwide. Especially, the GIS capabilities of FARMs allows users to prepare weather and soil data for any specific field automatically. Finally, FARMs was developed using open-source GIS and other software technologies. The International Consortium for Agricultural Systems Application (ICASA), which was responsible for the distribution of DSSAT, considered DSSAT to be an open platform and supported open code policy [3], already. Clearly, the open-source strategy is far more flexible and cost-effective in development compared to using commercial software. Our future studies in relation to FARMs include the addition of more crops, the integration of other CSMs, and enabling remote sensing capabilities for field monitoring. The beta version of Food, Agriculture, and Resource Management system (FARMs) can be freely accessed from https://ciswma.lawr.ucdavis.edu/ (accessed on 16 August 2021) after registration.

Author Contributions

Conceptualization, Isaya Kisekka and Jae Sung Kim; methodology, Isaya Kisekka and Jae Sung Kim; software, Jae Sung Kim; validation, Isaya Kisekka and Jae Sung Kim; formal analysis, Isaya Kisekka and Jae Sung Kim; investigation, Isaya Kisekka; resources, Isaya Kisekka; writing—original draft preparation, Jae Sung Kim and Isaya Kisekka; writing—review and editing, Isaya Kisekka and Jae Sung Kim; visualization, Jae Sung Kim and Isaya Kisekka; supervision, Isaya Kisekka; project administration, Isaya Kisekka; funding acquisition, Isaya Kisekka All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Foundation for Food and Agricultural Research award number 430871 and USDA NIFA awards numbers 2017-70005-27191 and 2016-68007-2506.

Data Availability Statement

The data presented in this study are available in this article itself.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A

Table A1. Options for input parameters for FARMs.
Table A1. Options for input parameters for FARMs.
ParametersOptions
Crop Maize, Alfalfa
Planting MethodSeed, Transplant, Pregerminated, Nursery
Irrigation OperationFurrow, Alternating furrows, Flood, Sprinkler, Drip or trickle, Flood depth, Water table depth, Percolation rate, Bund height, Puddling (for Rice only), Constant flood depth
Fertilizer TypeAmmonium nitrate, Ammonium sulfate, Ammonium nitrate sulfate, Anhydrous ammonia, Urea, Diammnoium phosphate, Monoammonium phosphate, Calcium nitrate, Aqua ammonia, Urea ammonium nitrate solution, Calcium ammonium nitrate solution, Ammonium polyphosphate, Single super phosphate, Triple super phosphate, Liquid phosphoric acid, Potassium chloride, Potassium nitrate, Potassium sulfate, Urea super granules, Dolomitic limestone, Rock phosphate, Calcitic limestone, Rhizobium, Calcium hydroxide, Urea super granules (Control release)
Fertilizer Application Method“Broadcast, not incorporated”, “Broadcast, incorporated”, “Banded on surface”, “Banded beneath surface”, “Applied in irrigation water”, “Foliar spray”, “Bottom of hole, deep placement”, “On the seed”, “Injected”, “Broadcast on flooded/saturated soil, none in soil”, “Broadcast on flooded/saturated soil, 15% in soil”, “Broadcast on flooded/saturated soil, 30% in soil”, “Broadcast on flooded/saturated soil, 45% in soil”, “Broadcast on flooded/saturated soil, 60% in soil”, “Broadcast on flooded/saturated soil, 75% in soil”, “Broadcast on flooded/saturated soil, 90% in soil”, “Band on saturated soil,2cm flood, 92% in soil”, “Deeply placed urea super granules/pellets, 95% in soil”, “Deeply placed urea super granules/pellets, 100% in soil”
Tillage Type“V-Ripper”, “Subsoiler”, “Moldboard plow 20 cm”, “Chisel plow, sweeps”, “Chisel plow, straight point”, “Chisel plow, twisted shovels”, “Disk plow”, “Disk, 1-way”, “Disk, tandem”, “Disk, double disk”, “Cultivator, field”, “Cultivator, row”, “Cultivator, ridge till”, “Harrow, spike”, “Harrow, tine”, “Lister”, “Bedder”, “Blade cultivator”, “Fertilizer applicator, anhydrous”, “Manure injector”, “Animal-drawn implement”, “Mulch treader”, “Plank”, “Roller packer”, “Drill, double-disk”, “Drill, deep furrow”, “Drill, no-till”, “Drill, no-till [sod]”, “Planter, row”, “Planter, no-till”, “Planting stick (hand)”, “Matraca hand planter”, “Rod weeder”, “Rotary hoe”, “Roller harrow, cultipacker”, “Moldboard plow 25 cm”, “Moldboard plow 30 cm”

References

  1. Hoogenboom, G.; Porter, C.H.; Boote, K.J.; Shelia, V.; Wilkens, P.W.; Singh, U.; White, J.W.; Asseng, S.; Lizaso, J.I.; Moreno, L.P.; et al. The DSSAT crop modeling ecosystem. In Advances in Crop Modeling for a Sustainable Agriculture; Boote, K.J., Ed.; Burleigh Dodds Science Publishing: Cambridge, UK, 2019; pp. 173–216. [Google Scholar] [CrossRef]
  2. Hoogenboom, G.; Porter, C.H.; Shelia, V.; Boote, K.J.; Singh, U.; White, J.W.; Hunt, L.A.; Ogoshi, R.; Lizaso, J.I.; Koo, J.; et al. Decision Support System for Agrotechnology Transfer (DSSAT) Version 4.7.5; DSSAT Foundation: Gainesville, FL, USA, 2019; Available online: https://DSSAT.net (accessed on 14 June 2021).
  3. Jones, J.W.; Hoogenboom, G.; Porter, C.H.; Boote, K.J.; Batchelor, W.D.; Hunt, L.A.; Wilkens, P.W.; Singh, U.; Gijsman, A.J.; Ritchie, J.T. DSSAT Cropping System Model. Eur. J. Agron. 2003, 18, 235–265. [Google Scholar] [CrossRef]
  4. Holzworth, D.; Huth, N.I.; Fainges, J.; Brown, H.; Zurcher, E.; Cichota, R.; Verrall, S.; Herrmann, N.I.; Zheng, B.; Snow, V. APSIM Next Generation: Overcoming challenges in modernising a farming systems model. Environ. Model. Softw. 2018, 103, 43–51. [Google Scholar] [CrossRef]
  5. Keating, B.A.; Carberry, P.S.; Hammer, G.L.; Probert, M.E.; Robertson, M.J.; Holzworth, D.; Huth, N.I.; Hargreaves, J.N.G.; Meinke, H.; Hochman, Z.; et al. An overview of APSIM, a model designed for farming systems simulation. Eur. J. Agron. 2003, 18, 267–288. [Google Scholar] [CrossRef] [Green Version]
  6. Steduto, P.; Hsiao, T.C.; Raes, D.; Fereres, E. AquaCrop—The FAO crop model to simulate yield response to water: I. Concepts and underlying principles. Agron. J. 2009, 101, 426–437. [Google Scholar] [CrossRef] [Green Version]
  7. RZWQM Development Team; Hanson, J.D.; Ahuja, L.R.; Shaffer, M.D.; Rojas, K.W.; DeCoursey, D.G.; Farahani, H.; Johnson, K. RZWQM: Simulating the effects of management on water quality and crop production. Agric. Syst. 1998, 57, 161–195. [Google Scholar] [CrossRef]
  8. Marsal, J.; Stöckle, C.O. Use of CropSyst as a decision support system for scheduling regulated deficit irrigation in a pear orchard. Irrig. Sci. 2011, 30, 139–147. [Google Scholar] [CrossRef]
  9. Kroes, J.G.; Van Dam, J.C.; Bartholomeus, R.P.; Groenendijk, P.; Heinen, M.; Hendriks, R.F.A.; Mulder, H.M.; Supit, I.; Van Walsum, P.E.V. SWAP version 4; Theory Description and User Manual. In Wageningen Environmental Research, Report 2780; Wageningen University and Research: Wageningen, The Netherlands, 2017; Available online: http://library.wur.nl/WebQuery/wurpubs/fulltext/416321 (accessed on 14 June 2021).
  10. GEMS, Agroinformatics|Data-Driven Agircultural Innovation, n.d. Available online: https://agroinformatics.org (accessed on 3 August 2021).
  11. USDA. 2017 Census of Agriculture. 2018 Irrigation and Water Management Survey, 2019. Volume 3, Special Studies, Part 1, AC-17-SS-1. Available online: https://www.nass.usda.gov/Publications/AgCensus/2017/Online_Resources/Farm_and_Ranch_Irrigation_Survey/fris.pdf (accessed on 14 June 2021).
  12. Andales, A.A. Colorado irrigation scheduler. In Proceedings of the 26th Annual Central Plains Irrigation Conference, Colby, KS, USA, 25–26 February 2014. [Google Scholar]
  13. Arabi, M. Environmental risk assessment and management system. Colo. Water 2011, 28, 15–17. [Google Scholar]
  14. Cahn, M.; Hartz, T.; Smith, R.; Noel, B.; Johnson, L.; Melton, F. CropManage: An online decision support tool for irrigation and nutrient management. In Proceedings of the Western Nutrient Manage Conference, Reno, NV, USA, 7–8 March 2015; pp. 9–14. [Google Scholar]
  15. Cau, P.; Manca, S.; Soru, C.; Muroni, D.; Gorgan, D.; Bacu, V.; Lehman, A.; Ray, N.; Giuliani, G. An interoperable, GIS-oriented, information and support system for water resources management. Int. J. Adv. Comput. Sci. Appl. 2013, 3, 75–82. [Google Scholar] [CrossRef] [Green Version]
  16. Rajib, M.A.; Merwade, V.; Kim, I.L.; Zhao, L.; Song, C.; Zhe, S. SWATShare–A web platform for collaborative research and education through online sharing, simulation and visualization of SWAT models. Environ. Model. Softw. 2016, 75, 498–512. [Google Scholar] [CrossRef] [Green Version]
  17. Sun, A. Enabling collaborative decision-making in watershed management using cloud-computing services. Environ. Model. Softw. 2013, 41, 93–97. [Google Scholar] [CrossRef]
  18. Dang, K.B.; Burkhard, B.; Windhorst, W.; Müller, F. Application of a hybrid neural-fuzzy inference system for mapping crop suitability areas and predicting rice yields. Environ. Model. Softw. 2019, 114, 166–180. [Google Scholar] [CrossRef]
  19. Machwitz, M.; Hass, E.; Junk, J.; Udelhoven, T.; Schlerf, M. CropGIS–A web application for the spatial and temporal visualization of past, present and future crop biomass development. Comput. Electron. Agric. 2019, 161, 185–193. [Google Scholar] [CrossRef]
  20. Purnamasari, R.A.; Noguchi, R.; Ahamed, T. Land suitability assessments for yield prediction of cassava using geospatial fuzzy expert systems and remote sensing. Comput. Electron. Agric. 2019, 166, 105018. [Google Scholar] [CrossRef]
  21. Shelia, V.; Hansen, J.; Sharda, V.; Porter, C.; Aggarwal, P.; Wilkerson, C.J.; Hoogenboom, G. A multi-scale and multi-model gridded framework for forecasting crop production, risk analysis, and climate change impact studies. Environ. Model. Softw. 2019, 115, 144–154. [Google Scholar] [CrossRef]
  22. Maneta, M.P.; Cobourn, K.; Kimball, J.S.; He, M.; Silverman, N.L.; Chaffin, B.C.; Ewing, S.; Ji, X.; Maxwell, B. A satellite-driven hydro-economic model to support agricultural water resources management. Environ. Model. Softw. 2020, 134, 104836. [Google Scholar] [CrossRef]
  23. DSSAT Foundation, Inc. DSSAT Overview|DSSAT.net. 2021. Available online: https://dssat.net/about (accessed on 17 June 2021).
  24. NASA. NASA POWER|Prediction of Worldwide Energy Resources. 2020. Available online: https://power.larc.nasa.gov (accessed on 17 June 2021).
  25. International Research Institute for Climate and Society (IRI); Michigan State University (MSU); HarvestChoice, International Food Policy Research Institute (IFPRI). Global High-Resolution Soil Profile Database for Crop Modeling Applications, Harvard Dataverse, V2, 2015. Available online: https://0-doi-org.brum.beds.ac.uk/10.7910/DVN/1PEEY0 (accessed on 17 June 2021).
  26. Han, E.; Ines, A.; Koo, J. Development of a 10-km resolution global soil profile dataset for crop modeling applications. Environ. Model. Softw. 2019, 119, 70–83. [Google Scholar] [CrossRef] [PubMed]
  27. Liu, W.L.; Purdon, K.; Stafford, T.; Paden, J.; Li, X. Open Polar Server (OPS)—An Open Source Infrastructure for the Cryosphere Community. ISPRS Int. J. Geo-Inf. 2016, 5, 32. [Google Scholar] [CrossRef] [Green Version]
  28. Django Software Foundation. Django, 2021. Available online: https://djangoproject.com (accessed on 17 June 2021).
  29. The PostgreSQL Global Development Group. PostgreSQL: The World’s Most Advanced Open Source Database. 2021. Available online: https://www.postgresql.org (accessed on 17 June 2021).
  30. PostGIS Project Steering Committee. PostGIS—Spatial and Geographic Objects for PostgreSQL. 2021. Available online: https://postgis.net/ (accessed on 17 June 2021).
  31. GDAL. GDAL—GDAL Documentation. 2019. Available online: https://www.gdal.org/ (accessed on 17 June 2021).
  32. Django Software Foundation. Django Overview|Django. 2021. Available online: https://www.djangoproject.com/start/overview/ (accessed on 17 June 2021).
  33. Gillies, S. Shapely—Shapely 1.6 Documentation. 2018. Available online: https://shapely.readthedocs.io/en/maint-1.6/ (accessed on 17 June 2021).
  34. Virtanen, P.; Gommers, R.; Oliphant, T.E.; Haberland, M.; Reddy, T.; Cournapeau, D.; Burovski, E.; Peterson, P.; Weckesser, W.; Bright, J.; et al. SciPy 1.0: Fundamental Algorithms for Scientific Computing in Python. Nat. Methods 2020, 17, 261–272. [Google Scholar] [CrossRef] [Green Version]
  35. D3noob. Simple Tooltips in v5—bl.ocks.org. 2019. Available online: https://bl.ocks.org/d3noob/4e4485d94aebf63ae8059258c40f2609 (accessed on 17 June 2021).
  36. Miller, D. Start Bootstrap—Simple Sidebar. 2021. Available online: https://github.com/BlackrockDigital/startbootstrap-simple-sidebar (accessed on 17 June 2021).
  37. Traversy, B. Python Django Dev to Deployment, bt_real_estate_theme. v1.0.0. 2018. Available online: https://www.udemy.com/course/python-django-dev-to-deployment/ (accessed on 16 August 2021).
  38. Json.org, Introducing JSON, n.d. Available online: https://www.json.org/json-en.html (accessed on 10 August 2021).
  39. Hengl, T.; de Jesus, J.M.; MacMillan, R.A.; Batjes, N.H.; Heuvelink, G.B.M. SoilGrids1km—Global Soil Information Based on Automated Mapping. PLoS ONE 2014, 9, e114788. [Google Scholar] [CrossRef] [Green Version]
  40. Hengl, T.; Heuvelink, G.B.; Kempen, B.; Leenaars, J.G.; Walsh, M.G.; Shepherd, K.D.; Sila, A.; MacMillan, R.A.; de Jesus, J.M.; Tamene, L.; et al. Mapping soil properties of Africa at 250 m resolution: Random forests significantly improve current predictions. PLoS ONE 2015, 10, e0125814. [Google Scholar] [CrossRef]
  41. NASA. NASA POWER|Docs|Data Services|API v1 Overview. 2020. Available online: https://power.larc.nasa.gov/docs/services/api/v1/ (accessed on 17 June 2021).
  42. Python Software Foundation. Json—JSON Encoder and Decoder. 2021. Available online: https://docs.python.org/3/library/json.html (accessed on 18 June 2021).
  43. Ganesan, C. Spatializing Your Data with PostGIS, GeoDjango, and OpenLayers, Orelly’s OSCON. 2009. Available online: http://wiki.ptagis.org/images/6/64/Spatializing-data.pdf (accessed on 18 June 2021).
  44. Butler, H.; Daly, M.; Doyle, A.; Gillies, S.; Hagen, S.; Schaub, T. RFC 7946—The GeoJSON Format. 2016. Available online: https://datatracker.ietf.org/doc/rfc7946/ (accessed on 18 June 2021).
  45. Virtualandy. Ellipsoid Based Changes. GitHub Gist. 2011. Available online: https://gist.github.com/virtualandy/1233401#file-geojson-spec-1–1 (accessed on 18 June 2021).
  46. OpenLayers Contributors. Openlayers—Welcome, n.d. Available online: https://openlayers.org/ (accessed on 18 June 2021).
  47. You, E. Vue.js. 2021. Available online: https://vuejs.org (accessed on 18 June 2021).
  48. Bostock, M. D3.js—Data-Driven Documents. 2021. Available online: https://d3js.org (accessed on 18 June 2021).
  49. The jQuery Foundation. jQuery. 2021. Available online: https://jquery.com (accessed on 18 June 2021).
  50. Bootstrap Team. Bootstrap. The Most Popular HTML, CSS and JS Library in the World. n.d. Available online: https://getbootstrap.com (accessed on 18 June 2021).
  51. SpryMedia Ltd. DataTables|Table Plug-In for jQuery. 2021. Available online: https://dataTables.net (accessed on 18 June 2021).
  52. Bemis, C. Feather—Simply Beautiful Open Source Icons, n.d. Available online: https://feathericons.com (accessed on 18 June 2021).
  53. Zivolo, F.; Contributors. Popper—Tooltip & Popover Positioning Engine. 2021. Available online: https://popper.js.org (accessed on 18 June 2021).
  54. EOX IT Service GmbH. Sentinel-2 Cloudless Map of the World by EOX. 2021. Available online: https://s2maps.eu (accessed on 18 June 2021).
  55. USGS. USGS ImageryTopo, n.d. Available online: https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryTopo/MapServer (accessed on 18 June 2021).
  56. OpenStreetMap Contributors. Nominatim Demo, n.d. Available online: https://nominatim.openstreetmap.org/ui/search.html (accessed on 18 June 2021).
  57. Tsuji, G.Y.; Uehara, G.; Balas, S. DSSAT Version 3; International Benchmark Sites Network for Agrotechnology Transfer University of Hawaii: Honolulu, HI, USA, 1994; Volume 2, pp. 45–46. [Google Scholar]
  58. USDA. Description of Gridded Soil Survey Geographic (gSSURGO) Database|NRCS Soils, n.d. Available online: https://www.nrcs.usda.gov/wps/portal/nrcs/detail/soils/home/?cid=nrcs142p2_053628 (accessed on 18 June 2021).
  59. Python Software Foundation. 17.1. Threading—Thread-Based Parallelism. 2021. Available online: https://docs.python.org/3.6/library/threading.html (accessed on 18 June 2021).
  60. UCANR. 2017 California Alfalfa Variety Trial Results. 2018. Available online: https://alfalfa.ucdavis.edu/+producing/variety/apr/APR325–2017-FINAL.pdf (accessed on 18 June 2021).
  61. Jing, Q.; Qian, B.; Bélanger, G.; VanderZaag, A.; Jégo, G.; Smith, W.; Grant, B.; Shang, J.; Liu, J.; He, W.; et al. Simulating Alfalfa Regrowth and Biomass in Eastern Canada Using the CSM-CROPGRO-Perennial Forage Model. Eur. J. Agron. 2020, 113, 125971. [Google Scholar] [CrossRef]
  62. UCANR. 2020 California Alfalfa Variety Trial Results. 2020. Available online: https://alfalfa.ucdavis.edu/+producing/variety/apr/APR-2020%20CMD.pdf (accessed on 7 August 2021).
  63. NASA. NASA Power|Docs|Methodology| Data Sources. 2019. Available online: https://power.larc.nasa.gov/docs/methodology/data/ (accessed on 3 August 2021).
Figure 1. Architecture of FARMs implemented in the UC Davis Cyber-infrastructure for sustainable water management in agriculture (CISWMA).
Figure 1. Architecture of FARMs implemented in the UC Davis Cyber-infrastructure for sustainable water management in agriculture (CISWMA).
Ijgi 10 00553 g001
Figure 2. FARMs Main Portal (For base layer: Sentinel-2 cloudless—https://s2maps.eu by EOX IT Services GmbH (Contains modified Copernicus Sentinel data 2017 and 2018), accessed on 16 August 2021).
Figure 2. FARMs Main Portal (For base layer: Sentinel-2 cloudless—https://s2maps.eu by EOX IT Services GmbH (Contains modified Copernicus Sentinel data 2017 and 2018), accessed on 16 August 2021).
Ijgi 10 00553 g002
Figure 3. Flowchart for the FARMs web app.
Figure 3. Flowchart for the FARMs web app.
Ijgi 10 00553 g003
Figure 4. Management practices definition.
Figure 4. Management practices definition.
Ijgi 10 00553 g004
Figure 5. Example of gSSURGO Layer (For base layer: Map services and data available from U.S. Geological Survey, National Geospatial Program).
Figure 5. Example of gSSURGO Layer (For base layer: Map services and data available from U.S. Geological Survey, National Geospatial Program).
Ijgi 10 00553 g005
Figure 6. (a) Field 1 (near Tulare, California) and (b) Field 2 (near Davis, California) (For base layer: Map services and data available from U.S. Geological Survey, National Geospatial Program).
Figure 6. (a) Field 1 (near Tulare, California) and (b) Field 2 (near Davis, California) (For base layer: Map services and data available from U.S. Geological Survey, National Geospatial Program).
Ijgi 10 00553 g006
Figure 7. Alfalfa forage Yield (kg/ha) for Field 1 (near Tulare, California) and Field 2 (near Davis, California).
Figure 7. Alfalfa forage Yield (kg/ha) for Field 1 (near Tulare, California) and Field 2 (near Davis, California).
Ijgi 10 00553 g007
Figure 8. Water Productivity for Field 1 (near Tulare, California) and Field 2 (near Davis, California).
Figure 8. Water Productivity for Field 1 (near Tulare, California) and Field 2 (near Davis, California).
Ijgi 10 00553 g008
Figure 9. Crude Protein for Field 1 (near Tulare, California) and Field 2 (near Davis, California).
Figure 9. Crude Protein for Field 1 (near Tulare, California) and Field 2 (near Davis, California).
Ijgi 10 00553 g009
Table 1. Weather variables extracted using NASA POWER API.
Table 1. Weather variables extracted using NASA POWER API.
Time StepDailyClimatology (Monthly)
Avg. Temp.T2MT2M
Max. Temp.T2M_MAXT2M_MAX
Min. Temp.T2M_MINT2M_MIN
PrecipitationPRECTOTPRECTOT
Wind SpeedWS2MWS2M
Solar RadiationALLSKY_SFC_SW_DWN ALLSKY_SFC_SW_DWN
UserCommunityAgroclimatology (ICASA Format’s parameters)Agroclimatology (ICASA Format’s parameters)
NoteDaily average by yearLong term monthly averages
Time StepDailyClimatology (Monthly)
Table 2. PostGIS functions used for field centroid information retrieval.
Table 2. PostGIS functions used for field centroid information retrieval.
FunctionUsageNote
ST_TransformST_Transform (field geometry, 4326)Reprojection of field geometry to geographical coordinate system
ST_CentroidST_Centroid (ST_Transform
(field geometry, 4326))
Calculation of centroid
ST_AsGeoJSONST_AsGeoJSON (ST_Centroid (ST_Transform (field geometry, 4326)))Marking up to GeoJSON for further processing
Table 3. Major Javascript Libraries.
Table 3. Major Javascript Libraries.
NameMain Usage
OpenLayers [46]Mapping and visualization by layering geospatial data
Vue.js [47]Javascript framework for user interface application
D3.js [48]Dynamic visualization of simulation results
jQuery [49]Simple, versatile, and extensive event handling
Bootstrap [50]Prebuilt templates for user interface components
DataTables [51]User interactive table design and manipulation
Feather [52]Dynamic design of collection from predesigned icons
Popper.js [53]Elements positioning. Required for Bootstrap.
Table 4. Creation of Field Geometry as JSON format.
Table 4. Creation of Field Geometry as JSON format.
Field TypeJava ScriptNote
Polygon
(GeoJSON)
format = new ol.format.GeoJSON();
fieldJson = JSON.parse(format.writeGeometry(geometry);
ol is OpenLayers object from ol.js
Circle
(JSON)
fieldJson = {“type”:”Circle”,”coordinates”:[center longitude, center latitude],
“radius”:radius, “properties”: {“radius_units”: “m”}}
Virtualandy [45]
Table 5. Input type and parameters for FARMs.
Table 5. Input type and parameters for FARMs.
Input TypeParameters
PlantingDate, Crop *, Plant population, Planting method *, Cultivar
IrrigationDate, Irrigation depth (mm), Irrigation Method *
FertilizerDate, Fertilizer type *, N Amount (kg/ha), P Amount (kg/ha), Fertilizer Application Method *
TillageDate, Tillage type *
Expected Harvest DateDate
Table 6. Soil parameter update from gSSURGO.
Table 6. Soil parameter update from gSSURGO.
ParameterDSSATgSSURGO
Field CapacitySDUL (cm3/cm3)wthirdbar_r (%)
Permanent Wilting PointSLLL (cm3/cm3)wfifteenbar_r (%)
Saturated Hydraulic ConductivitySSKS (cm/hr)ksat_r (μm/s)
PorositySSAT (cm3/cm3)wsatiated_r (%)
Bulk DensitySBDM (g/cm3)dbovendry_r (g/cm3)
Table 7. Management practices schedule for simulation (Simulation Date: 5 June 2020).
Table 7. Management practices schedule for simulation (Simulation Date: 5 June 2020).
InputDateOption1Option2Option3Option4
Tillage9 August 2019V-Ripper
(Method)
Planting31 October 2019Alfalfa
(Crop)
200
(plants/m2) (population)
Seed
(method)
CA0003 Oneida
(Cultivar)
IrrigationEvery 4 days from 1 March 2020 to 27 October 2020, 11 March 2021 to 9 October 2021,
Events during one week before and after harvests were excluded.
25 (mm)
(Depth)
Sprinkler
(Method)
Fertilizer29 April 2020Triple Superphosphate0 (kg/ha)
N amount
162 (kg/ha)
P amount
Broadcast, not incorporated (method)
Cutting25 April, 24 May, 21 June, 19 July, 18 August, 15 September, 19 October for 2020 and 2021;
1 March for 2021
Table 8. Summary of the results from simulations (rounded to two decimal digit).
Table 8. Summary of the results from simulations (rounded to two decimal digit).
InputThe Highest of Maximum (yr)The Lowest of Maximum (yr)Recent Prior Year
(yr)
Field 1
Cumulative Irrigation1725 (-)1725 (-)1725 (-)
Forage Yield (kg/ha)6331 (2011)4833 (1990)5435 (2018)
Water Stress0.74 (2012)0 (2010)0.49 (2018)
Nitrate Stress0.55 (2005)0.10 (2011)0.32 (2018)
Cumulative
Nitrate Leach(kg/ha)
21.90 (2010)7.57 (2013)17.29 (2018)
Crude Protein (%)25.07 (1997)23.13 (2017)23.92 (2018)
Field 2
Cumulative Irrigation1725 (-)1725 (-)1725 (-)
Forage Yield (kg/ha)5860 (2014)4509 (1998)4920 (2018)
Water Stress0.49 (2017)0 (2018)0 (2018)
Nitrate Stress0.55 (2006)0.15 (2011)0.38 (2018)
Cumulative
Nitrate Leach (kg/ha)
33.07 (2016)15.53 (2013)28.52 (2018)
Crude Protein (%)25.33 (1997)23.18 (2013)24.59 (2018)
Table 9. Mean values from 2020 yields of UC ANR Alfalfa cultivar trials (planted 4 October 2019) [62].
Table 9. Mean values from 2020 yields of UC ANR Alfalfa cultivar trials (planted 4 October 2019) [62].
DateCut1
21 April
Cut2
27 May
Cut3
24 June
Cut4
21 July
Cut5
21 August
Cut6
22 September
Cut7
28 October
MeanTotal
Yield
(Dry, tons/acre)
1.972.192.461.621.620.740.771.6211.34
Table 10. Forage yield using year the 2014 weather data in Field 2 (near Davis, California).
Table 10. Forage yield using year the 2014 weather data in Field 2 (near Davis, California).
DateCut1
25 April 2020
Cut2
24 May 2020
Cut3
21 June 2020
Cut4
19 July 2020
Cut5
18 August 2020
Cut6
15 September 2020
Cut7
19 October 20202
Yield
(kg/ha)
2394409039933714325627332305
Table 11. Forage yield simulated for the first six cuttings and estimated for 10/28/20.
Table 11. Forage yield simulated for the first six cuttings and estimated for 10/28/20.
DateCut1
25 April 2020
Cut2
24 May 2020
Cut3
21 June 2020
Cut4
19 July 2020
Cut5
18 August 2020
Cut6
15 September 2020
Cut 7+ ΔTops Wt.
28 October 2020
MeanTotal
Yield
(kg/ha)
2394409039933714325627332631325922,814
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Kim, J.S.; Kisekka, I. FARMs: A Geospatial Crop Modeling and Agricultural Water Management System. ISPRS Int. J. Geo-Inf. 2021, 10, 553. https://0-doi-org.brum.beds.ac.uk/10.3390/ijgi10080553

AMA Style

Kim JS, Kisekka I. FARMs: A Geospatial Crop Modeling and Agricultural Water Management System. ISPRS International Journal of Geo-Information. 2021; 10(8):553. https://0-doi-org.brum.beds.ac.uk/10.3390/ijgi10080553

Chicago/Turabian Style

Kim, Jae Sung, and Isaya Kisekka. 2021. "FARMs: A Geospatial Crop Modeling and Agricultural Water Management System" ISPRS International Journal of Geo-Information 10, no. 8: 553. https://0-doi-org.brum.beds.ac.uk/10.3390/ijgi10080553

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop