{"id":13794623,"url":"https://github.com/femiguez/apsimx","last_synced_at":"2025-04-04T08:05:38.080Z","repository":{"id":37657857,"uuid":"194395452","full_name":"femiguez/apsimx","owner":"femiguez","description":"R package for APSIM-X","archived":false,"fork":false,"pushed_at":"2025-03-19T15:15:09.000Z","size":2855,"stargazers_count":58,"open_issues_count":29,"forks_count":23,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T07:04:39.245Z","etag":null,"topics":["apsim","apsimx","cran","r","r-package","rstats"],"latest_commit_sha":null,"homepage":"https://femiguez.github.io/apsimx-docs/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/femiguez.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-29T10:54:27.000Z","updated_at":"2025-03-22T08:14:12.000Z","dependencies_parsed_at":"2023-11-23T19:59:08.937Z","dependency_job_id":"a9ffeea4-c7f8-42e0-b86a-b5fc648481f8","html_url":"https://github.com/femiguez/apsimx","commit_stats":{"total_commits":436,"total_committers":5,"mean_commits":87.2,"dds":0.00917431192660545,"last_synced_commit":"cbe2e9c124f5024ec9490cab83ded286f2e9ded7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/femiguez%2Fapsimx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/femiguez%2Fapsimx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/femiguez%2Fapsimx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/femiguez%2Fapsimx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/femiguez","download_url":"https://codeload.github.com/femiguez/apsimx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247142013,"owners_count":20890651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apsim","apsimx","cran","r","r-package","rstats"],"created_at":"2024-08-03T23:00:44.914Z","updated_at":"2025-04-04T08:05:38.055Z","avatar_url":"https://github.com/femiguez.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"**apsimx: R package for APSIM-X (NextGen) and APSIM Classic (7.x)**\n\n[![CRAN](http://www.r-pkg.org/badges/version/apsimx)](https://CRAN.R-project.org/package=apsimx)\n[![CRAN\ndownloads total](https://cranlogs.r-pkg.org/badges/grand-total/apsimx)](https://github.com/r-hub/cranlogs.app)\n[![CRAN downloads](https://cranlogs.r-pkg.org/badges/apsimx)](https://cran.r-project.org/package=apsimx)\n\n\nThis package allows for interaction with APSIM-X (\"Next Generation\")\nand/or APSIM 'Classic' (7.10). It can inspect, edit, run and read\nAPSIM files in both platforms. The format is JSON for APSIM-X and XML\nfor 'Classic'.\n\n**Package requirements**\n\n* Imported R packages: DBI, jsonlite, knitr, RSQLite, tools, utils, xml2\n\n* Suggested R packages: BayesianTools, datasets, daymetr, FedData, future, ggplot2,\n  GSODR, listviewer, maps, mvtnorm, nasapower, nloptr, reactR, rmarkdown, soilDB, sp, spData, sf, ucminf\n\n* APSIMX:\n\n* and/or APSIM (7.x) 'Classic'\n\nNOTE ON REQUIREMENTS:\n\n* Current versions of APSIM Next Gen do not require additional software\nto run on Mac or Linux. The dotnet runtime environment is shipped with the image/package.\n\n* For current versions, on Windows, the 'Microsoft Windows Desktop Runtime' 3.1.14 is required. The installer also updated GTK3 to 3.24.20 during the installation.\n\n* For older versions of APSIM Next Gen (before Sept 2021) the mono framework was required to run on Mac and Linux (Debian). Mono should be installed first (in Mac and Linux). \n\n**If you are running the latest version of APSIM Next Gen, you do \nnot need to install the Mono Framework**.\n\n**Mono framework download**:\nhttps://www.mono-project.com/download/stable/\n\n**.Net Core download for Mac**:\nhttps://dotnet.microsoft.com/download\n\n**APSIMX download**:\nhttps://www.apsim.info/download-apsim/\n\nSince APSIM Next Gen 2021.04.01 (at least) .NET framework 4.6 or higher is \nrequired for Windows and I have had to update the Mono framework to \n6.12 on Mac (again this applies to pre Sep 2021).\n\nIf you want to install this package from github try in R:\n\n\u003e library(devtools) \\\n\u003e devtools::install_github(\"femiguez/apsimx\") \\\n\u003e library(apsimx)\n\nor the lightweight 'remotes' package\n\n\u003e library(remotes) \\\n\u003e remotes::install_github(\"femiguez/apsimx\") \\\n\u003e library(apsimx)\n\nIt is **not** necessary to build the vignettes as they are also at:\nhttps://femiguez.github.io/apsimx-docs/\n\n*Note*: Building the vignettes does not require the presence of APSIM-X as I\nhave recently eliminated the APSIM-X dependency.\n\nStill, if you want to build the vignettes, then use this instead\nof the second line above:\n\n\u003e devtools::install_github(\"femiguez/apsimx\", build_vignettes = TRUE,\n\u003e build_opts = c(\"--no-resave-data\", \"--no-manual\")) \n\nIf you do build the vignettes, there is an introduction to the package\n\n\u003e vignette(\"apsimx\")\n\nand a document which might help you build your own scripts either in R\nor other languages\n\n\u003e vignette(\"apsimx-scripts\")\n\nIf you have any questions contact Fernando E. Miguez (femiguez *at* iastate.edu)\n\nSome papers that cite this package:\n\n14\\. van Versendaal et al.  Integrating Field Data and a Modeling Approach to Inform Optimum Planting Date × Maturity Group for Soybeans under Current and Future Weather Conditions in Kansas. Sustainability 2023, 15(2), 1081; https://doi.org/10.3390/su15021081\n\n13\\. R. H. K. Rathnappriya et al. Global Sensitivity Analysis of Key Parameters in the APSIMX-Sugarcane Model to Evaluate Nitrate Balance via Treed Gaussian Process. Agronomy 2022, 12(8), 1979; https://doi.org/10.3390/agronomy12081979\n\n12\\. Francisco Palmero, Ana J.P. Carcedo, Ricardo J. Haro, Ezequiel D. Bigatton, Fernando Salvagiotti, Ignacio A. Ciampitti. Modeling drought stress impacts under current and future climate for peanut in the semiarid pampas region of Argentina. Field Crops Research. 2022. https://doi.org/10.1016/j.fcr.2022.108615.\n\n11\\. Elsa Lagerquist, Iris Vogeler, Uttam Kumar, Göran Bergkvist, Marcos Lana, Christine A. Watson, David Parsons,\nAssessing the effect of intercropped leguminous service crops on main crops and soil processes using APSIM NG.\nAgricultural Systems. 2024. https://doi.org/10.1016/j.agsy.2024.103884.\n\n10\\. Daniel Pasquel, Davide Cammarano, Sébastien Roux, Annamaria Castrignanò, Bruno Tisseyre, Michele Rinaldi, Antonio Troccoli, James A. Taylor. Downscaling the APSIM crop model for simulation at the within-field scale,\nAgricultural Systems. 2023. https://doi.org/10.1016/j.agsy.2023.103773.\n\n9\\. Tommaso Tadiello, Mara Gabbrielli, Marco Botta, Marco Acutis, Luca Bechini, Giorgio Ragaglini, Andrea Fiorini, Vincenzo Tabaglio, Alessia Perego. A new module to simulate surface crop residue decomposition: Description and sensitivity analysis. Ecological Modelling. Volume 480. 2023. https://doi.org/10.1016/j.ecolmodel.2023.110327.\n\n8\\. Lopez-Cruz, M., Aguate, F.M., Washburn, J.D. et al. Leveraging data from the Genomes-to-Fields Initiative to investigate genotype-by-environment interactions in maize in North America. Nat Commun 14, 6904 (2023). https://doi.org/10.1038/s41467-023-42687-4\n\n7\\. Ignacio Massigoge, Ana Carcedo, Jane Lingenfelser, Trevor Hefley, P.V. Vara Prasad, Dan Berning, Sara Lira, Carlos D. Messina, Charles W. Rice, Ignacio Ciampitti. Maize planting date and maturity in the US central Great Plains: Exploring windows for maximizing yields. European Journal of Agronomy. Volume 149. 2023. \nhttps://doi.org/10.1016/j.eja.2023.126905.\n\n6\\. Yang, Xuening and Zhang, Xuanze and Zhao, Zhigan and Ma, Ning and Tian, Jing and Xu, Zhenwu and Zhang, Junmei and Zhang, Yongqiang, Rainfall and Maximum Temperature are Dominant Climatic Factors Influencing Apsim-Maize Cultivar Parameters Sensitivity in Semiarid Regions. Available at SSRN: https://ssrn.com/abstract=4693866 or http://dx.doi.org/10.2139/ssrn.4693866\n\n5\\. Determining site-specific corn nitrogen rate over time with APSIM model. L.J. Thompson, S. Archontoulis, and L.A. Puntel. https://doi.org/10.3920/978-90-8686-947-3_138\n\n4\\. Kheir, A. M. S., Mkuhlani, S., Mugo, J. W., Elnashar, A., Nangia, V., Devare, M., \u0026 Govind, A. (2023). Integrating APSIM model with machine learning to predict wheat yield spatial distribution. Agronomy Journal, 115, 3188–3196. https://doi.org/10.1002/agj2.21470\n\n3\\. Acceptability and Evaluation of APSIM-Qryza for Promoting Water and Nitrogen Productivity in Paddy Fields. \nShayan Hosseinpour, Hemmatollah Pirdashti, Mohammad Kaveh, Hamze Dokoohaki. https://doi.org/10.21203/rs.3.rs-2677879/v1\n\n2\\. Augmenting agroecosystem models with remote sensing data and machine learning increases overall estimates of nitrate-nitrogen leaching. Matthew Nowatzke, Luis Damiano, Fernando E Miguez, Gabe S McNunn, Jarad Niemi, Lisa A Schulte, Emily A Heaton and Andy VanLoocke. 20 October 2022. Environmental Research Letters, Volume 17, Number 11\nDOI: 10.1088/1748-9326/ac998b\n\n1\\. Laurent, A., Cleveringa, A., Fey, S. et al. Late-season corn stalk nitrate measurements across the US Midwest from 2006 to 2018. Sci Data 10, 192 (2023). https://doi.org/10.1038/s41597-023-02071-9\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffemiguez%2Fapsimx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffemiguez%2Fapsimx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffemiguez%2Fapsimx/lists"}