{ "info": { "author": "Kenneth J. Locey", "author_email": "ken@weecology.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Build Tools" ], "description": "Emergence\n=========\n\nPython source code for studying the simultaneous emergence of ecological patterns.\n\nPurpose\n-------\n\n**Emergence** performs three tasks:\n\n1. Builds and runs individual-based ecological models based on dynamics of selection, stochasticity, and energetics.\n\n2. Quantifies and records individual-to-ecosystem level information across time steps and models.\n\n3. Provides quantitative and graphical tools for analysis of ecological patterns and relationships.\n\nThe ODD protocol\n----------------\n\nGrimm *et al* (2006) developed a protocol known as the ODD as a standard for describing individual-based models (IBMs).\nBecause **Emergence** is a platform for IBMs and not simply a model, we descibe **Emergence** as close as reasonable according to the ODD.\nSee EmergencePrePrint.md file located in the manuscript directory.\nThe user should note that the ODD was not intended for describing software.\n\nGrimm, V. *et al*. (2006) A standard protocol for describing individual-based and agent-based models. Ecological Modeling. **198,** 115-126. *not OA*\n\n\nSuggested software\n------------------\n\nEmergence was developed on the Enthought Canopy Python distribution (version 1.5.5) available here: https://store.enthought.com/\n\nEmergence implements unit testing using pytest version 2.8.1; see: http://pytest.org/latest/getting-started.html#getstarted\n\nEmergence output can be imported into Python and R environments as dataframes.\nR scripts are provided in the tools/Rcode folder.\nFor this reason, the R friendly user may want to install RStudio: https://www.rstudio.com/products/rstudio/download/ and/or R: https://www.r-project.org/\n\nA free preprint version of the Emergence manuscript is generated using Pandoc version 1.15.0.6.: http://pandoc.org/installing.html\n\nFiles & Directories\n-------------------\n\nThe following are general descriptions. For greater detail of the contents of various directories, see the info.md files located in each directory or the comments in the source code.\n\n**License:** An MIT license stating the conditions under which Emergence is freely provided.\n\n**EmergencePrePrint.md:** A markdown version of the Emergence manuscript.\n\n**EmergencePrePrint.pdf:** A pdf version of the Emergence manuscript.\nThis pdf is generated with Pandoc version 1.15.0.6, using the command:\n\n\t~/GitHub/Emergence/EmergencePrePrint.md --latex-engine=xelatex -o ~/GitHub/Emergence/EmergencePrePrint.pdf\n\nDirectory: results\n------------------\n\n* Sub-directory: figures -- Contains files for figures resulting from user analyses. Also contains a folder of example figures.\n\n* Sub-directory: simulated_data -- Contains files generated by Emergence models.\n\n* Sub-directory: movies -- Contains example animations of Emergence models.\n\nDirectory: model\n----------------\n\n* main.py: This is the primary file for running Emergence.\nOnce run, Emergence begins assembling and running simulation models. Output for the numbers of models run and additional cursory data are printed to the users terminal window.\n\n* Sub-directory: spatial_functions -- Contains a file for calculating distances and examining species-area relationships.\n\n* Sub-directory: processes -- Contains files for simulating active dispersal, consumption, disturbance, growth, immigration, basal metabolism, passive dispersal, reproduction, resource flow and resource inflow, speciation, and transitions between metabolically active and dormant physiological states.\n\n* Sub-directory: input_output -- Contains a file (labels.py) used for modifying and importing data labels and a file (output.py) used for writing simulation data to the SimData.csv, RAD.csv, and SAR.csv files.\n\n* Sub-directory: fluid_dynamics -- Contains code for simulating computational fluid dynamics\n\n* Sub-directory: diversity_metrics -- Contains code for quantifying multiple aspects of local scale diversity and temporal changes in diversity.\n\nDirectory: tools\n----------------\n\n* Sub-directory: DiversityTools -- Contains code for obtaining predicted species abundance distributions. This directory contains an info.md file.\n\n* Sub-directory: Rcode -- Contains R scipts for analysis of simulation data.\n\n* Sub-directory: SADfits -- Contains python code for fitting species abundance distributions to simulation data\n\n* Sub-directory: unit_tests -- Contains python code for testing metrics of diversity, spatial statistics, the operation of simulation processes (e.g., reproduction), and the writing of data to output files.\n\n\nUnit tests\n----------\n\nSource code for unit testing, available in the **tools/unit_tests** directory.\nThe following unit testing is currently implemented on:\n\n* Spatial statistics\n* Diversity metrics\n* Generation of figures and data\n* Functions that simulate ecological processes", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/klocey/emergence", "keywords": "ecology modeling simulation", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "Emergence", "package_url": "https://pypi.org/project/Emergence/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Emergence/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/klocey/emergence" }, "release_url": "https://pypi.org/project/Emergence/1.0/", "requires_dist": null, "requires_python": null, "summary": "Python code for ecological individual-based modeling", "version": "1.0" }, "last_serial": 2742233, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "d896dd53c15ba9dda179334f7f1a6c64", "sha256": "56a5c5dc0a01d00ea10673bac185662b732b7e5bafd11933798206a0c190540d" }, "downloads": -1, "filename": "Emergence-1.0.tar.gz", "has_sig": false, "md5_digest": "d896dd53c15ba9dda179334f7f1a6c64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4528, "upload_time": "2017-03-30T21:10:31", "url": "https://files.pythonhosted.org/packages/e0/43/67b566df9ad23f63a2ff3abcb38e013e4d0b891d6223a81629099211e8be/Emergence-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d896dd53c15ba9dda179334f7f1a6c64", "sha256": "56a5c5dc0a01d00ea10673bac185662b732b7e5bafd11933798206a0c190540d" }, "downloads": -1, "filename": "Emergence-1.0.tar.gz", "has_sig": false, "md5_digest": "d896dd53c15ba9dda179334f7f1a6c64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4528, "upload_time": "2017-03-30T21:10:31", "url": "https://files.pythonhosted.org/packages/e0/43/67b566df9ad23f63a2ff3abcb38e013e4d0b891d6223a81629099211e8be/Emergence-1.0.tar.gz" } ] }