{ "info": { "author": "Rich Sharp", "author_email": "richpsharp@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft", "Operating System :: POSIX", "Programming Language :: Python :: 2 :: Only", "Topic :: Scientific/Engineering :: GIS" ], "description": ".. default-role:: code\n\nRIOS: Resource Investment Optimization System |build_image|\n===========================================================\n\n.. |build_image| image:: http://builds.naturalcapitalproject.org/buildStatus/icon?job=natcap.rios\n :target: http://builds.naturalcapitalproject.org/view/Bitbucket%20builds/job/natcap.rios/\n\nThis repository is for RIOS 1.1.4 and later which replaces our Google Code project formerly located at http://code.google.com/p/invest-natcap.water-funds.\n\nAbout RIOS\n==========\n\nRIOS (Resource Investment Optimization System) is a free and open source\nsoftware tool that supports the design of cost-effective investments in\nwatershed services.\n\nRIOS provides a standardized, science-based approach to watershed management in\ncontexts throughout the world. It combines biophysical, social, and economic\ndata to help users identify the best locations for protection and restoration\nactivities in order to maximize the ecological return on investment, within the\nbounds of what is socially and politically feasible.\n\nRIOS was developed through an extensive stakeholder engagement process,\nincluding input from more than 11 water funds (watershed investment programs)\nacross Latin America. The tool has been tested in diverse ecological, social and\npolitical contexts. Early applications in the Cauca Valley of Colombia resulted\nin RIOS-designed watershed investments up to six times more effective than\ntypical investment approaches. RIOS enables watershed investors to use a\nreplicable, transparent, and stakeholder-driven approach to evaluate projects\nwithin a region or between regions, making it easier to track the places where\ntheir investments are most needed and most effective.\n\nQuestions RIOS can answer\n-------------------------\n\n* Which set of watershed investments (in which activities, and where) will yield the greatest returns towards multiple objectives?\n\n* What change in ecosystem services can I expect from these investments?\n\n* How do the benefits of these investments compare to what would have been achieved under an alternate investment strategy?\n\nRIOS Dependencies\n===================\nRIOS relies on the following python packages:\n * numpy\n * scipy>=0.13.0\n * gdal\n * pygeoprocessing>=0.3.0a3\n * pyqt4\n\n\nRelease History\n===============\n\n1.1.16 (2016/03/11)\n-------------------\n\n* Allowing activity transition effectiveness to be floating point numbers rather than just 0 and 1.\n* Removing the following unused outputs from RIOS:\n * [objective_x]\\objective_level_transitions subdirectory and contents\n * continous_activity_portfolios subdirectory if budget_years == 1\n * yearly_activity_portfolios subdirectory if budget_years == 1\n\n\n1.1.15 (2015/12/23)\n-------------------\n\n* Patching an issue that can occur in RIOS PORTER when a user provides a landcover map with an unsigned int datatype and a nodata value that exceeds 2^31. In this case the nodata value is arbitrarily set to -9999 on the output PORTER landcover map.\n\n1.1.14 (2015/10/26)\n-------------------\n\n* Patching an issue where a complicated RIOS run with many large raster files and many large vector files would cause RIOS to segfault when making the activity preference/mask layer during prioritization.\n\n1.1.13 (2015/10/13)\n-------------------\n\n* Fixing an issue where a user could put zeros across the transition columns and the activity score would get an \"nan\" when dividing by the total weight. Now setting denominator of weighted average to 1.0 in cases where the total weight sum is 0.0.\n\n1.1.12 (2015/10/06)\n-------------------\n\n* Patching a LOGGER.debug syntax error on the disk sort routine.\n\n1.1.11 (2015/10/04)\n-------------------\n\n* Addresses yet another memory issue related to large numbers of RIOS activities.\n\n1.1.10 (2015/09/29)\n-------------------\n\n* Fixes another issue where too many activities and/or large input raster sizes would cause the buffering in the disk based sort to memory error. Reduced the buffer item size from 40,000 per block to 1,024 per block.\n\n1.1.9 (2015/09/25)\n------------------\n\n* Fixed an issue where large numbers of activities and/or large input raster sizes would cause a too many open files OS error on the prioritization step. As an additional positive side effect, runtime performance of RIOS is slightly improved.\n\n\n1.1.8 (2015/08/11)\n------------------\n\n* Fixed a bug that causes a PORTER crash when no ag or restoration transitions occur in IPA.\n* Fixed internal import and pyinstaller errors that caused headaches when working on a local source branch.\n\n1.1.7 (2015/08/07)\n------------------\n\n* Validating lulc coefficients table to ensure there is a field called 'description'. If left out this caused a case where IPA ran normally but PORTER would crash looking for that field.\n\n1.1.6 (2015/07/30)\n------------------\n\n* Patch to fix an issue where RIOS PORTER didn't launch and possibly an ImportError on \"_superlu\" on some machines.\n\n1.1.5 (2015/07/17)\n------------------\n\n* Hotfix to rearrange references to RIOS Preprocessing tools on select RIOS IPA objective models.\n\n1.1.4 (2015/07/17)\n------------------\n\nPrevious releases of InVEST were from a Google Code site but was migrated in June 2015. This is the first release of RIOS in less than ad hoc project structure.\n\n* Restructured and refactored this repository from the one we used to have on\n Google code.\n* Uses paver to handle builds, distribution, and archival of sample data.\n* Uses pyinstaller to build frozen exes.\n* Removed ArcGIS preprocessing toolbox and documentation from the installer since it was awkward for users to visit C:\\Program Files\\rios\n* Updates to user interface for documentation and ArcGIS preprocessing links.\n* Created a single command line interface to launch IPA and PORTER named rios_cli_{version}.exe\n* Updated shortcut links in start menu to show the version of RIOS to be launched.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/natcap/rios", "keywords": "RIOS", "license": "Copyright (c) 2015, The Natural Capital Project\n\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the\n distribution.\n\n * Neither the name of the Natural Capital Project nor the names of\n its contributors may be used to endorse or promote products derived\n from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nOWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "maintainer": null, "maintainer_email": null, "name": "natcap.rios", "package_url": "https://pypi.org/project/natcap.rios/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/natcap.rios/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/natcap/rios" }, "release_url": "https://pypi.org/project/natcap.rios/1.1.16/", "requires_dist": null, "requires_python": null, "summary": "Resource Investment Optimization System", "version": "1.1.16" }, "last_serial": 3828412, "releases": { "1.1.16": [ { "comment_text": "", "digests": { "md5": "86516e957e7e74d461e5a081d27c3b15", "sha256": "5fe361f21d90aaafa52dd5160603a3a839113a0d6bf11bc0b4756565079fe5c5" }, "downloads": -1, "filename": "natcap.rios-1.1.16-py2-none-any.whl", "has_sig": false, "md5_digest": "86516e957e7e74d461e5a081d27c3b15", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 188065, "upload_time": "2016-09-13T18:19:18", "url": "https://files.pythonhosted.org/packages/1c/b9/384d83cfb974b8c2b50085eb51e50d2406a61cad5536fe96ec020a60365f/natcap.rios-1.1.16-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2ee5871b5770e3bf7353f256c89a1bf5", "sha256": "91dfee4d54579930e595ab4a252d7678bb8526b0968259d78c180b2ce303fe1a" }, "downloads": -1, "filename": "natcap.rios-1.1.16.zip", "has_sig": false, "md5_digest": "2ee5871b5770e3bf7353f256c89a1bf5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 194329, "upload_time": "2016-09-13T18:19:15", "url": "https://files.pythonhosted.org/packages/4d/2a/84e12c25f3f7a5359d113747695e4a67238ab292f4726fc4baf3dff49ced/natcap.rios-1.1.16.zip" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "e810aba18b79c15c940077cf669dc10d", "sha256": "1b12ed1448ef5e603e9bc6e79f2a9f438e03b89db32c8386791157feb6dc35bc" }, "downloads": -1, "filename": "natcap.rios-1.1.4-py2-none-any.whl", "has_sig": false, "md5_digest": "e810aba18b79c15c940077cf669dc10d", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 191551, "upload_time": "2015-07-17T22:54:48", "url": "https://files.pythonhosted.org/packages/c6/0a/cb9082eb13541a827c5539085b8eed31bc56bd218cce7ff3a7e2bbfcfd5c/natcap.rios-1.1.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "102588267af4dcea54a66baae41f5a03", "sha256": "fb0fce16d7aa5dcf23771aebe9177835e032dce38c9393e3d078f98275f41716" }, "downloads": -1, "filename": "natcap.rios-1.1.4.zip", "has_sig": false, "md5_digest": "102588267af4dcea54a66baae41f5a03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 190109, "upload_time": "2015-07-17T22:57:57", "url": "https://files.pythonhosted.org/packages/a0/73/a3a8f18764e65e2df6ccfe1b9504f453b6f7b60fc5355428f524902a36bd/natcap.rios-1.1.4.zip" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "9dcca87358f74a07484593ab3ab6b3f5", "sha256": "49aff1c9e4cdab54d3037634706236ccbb3fcf098e3dfc0488da1a8c2b9f8f4c" }, "downloads": -1, "filename": "natcap.rios-1.1.5-py2-none-any.whl", "has_sig": false, "md5_digest": "9dcca87358f74a07484593ab3ab6b3f5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 191163, "upload_time": "2015-07-18T01:00:48", "url": "https://files.pythonhosted.org/packages/80/88/e1755e5e16db87b54b749f22f5a9385ad9f0734c9807bf386b9877bdb3d2/natcap.rios-1.1.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2fbc3e38154802e4a009125d501b4e87", "sha256": "fd6720b6d474e1c54e6831616f981effc931a2e198fddafa0027f94f0ca74d1e" }, "downloads": -1, "filename": "natcap.rios-1.1.5.zip", "has_sig": false, "md5_digest": "2fbc3e38154802e4a009125d501b4e87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 189792, "upload_time": "2015-07-18T01:00:52", "url": "https://files.pythonhosted.org/packages/9e/b9/67ee21af4c4828ffac89c4f8302c610597d84c072159858b0f26a7b2f29f/natcap.rios-1.1.5.zip" } ], "1.1.8": [ { "comment_text": "", "digests": { "md5": "84e85461a4cf6f4fe76d8d6fce97620f", "sha256": "3ec5cdb4e9d36e4b09fa29ea8231157c7bc0af32524775ad821036b1bccd324b" }, "downloads": -1, "filename": "natcap.rios-1.1.8-py2-none-any.whl", "has_sig": false, "md5_digest": "84e85461a4cf6f4fe76d8d6fce97620f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 185695, "upload_time": "2015-08-21T00:55:20", "url": "https://files.pythonhosted.org/packages/fa/0e/bbac5970d8704b7fca3566fa3f7629c2ec2e9261233eb30daef7b8bbef2b/natcap.rios-1.1.8-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b8edd104a48ca76108739db93891009d", "sha256": "a5aafe3330a0ddd4308068da62889cac3037dd995ba2d7bfa508ab30093c95af" }, "downloads": -1, "filename": "natcap.rios-1.1.8.zip", "has_sig": false, "md5_digest": "b8edd104a48ca76108739db93891009d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 191069, "upload_time": "2015-08-21T00:55:15", "url": "https://files.pythonhosted.org/packages/19/43/db1d7d40cd004d287e457a72808bcd953a58f148ef940ea66e5b720fe11a/natcap.rios-1.1.8.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "86516e957e7e74d461e5a081d27c3b15", "sha256": "5fe361f21d90aaafa52dd5160603a3a839113a0d6bf11bc0b4756565079fe5c5" }, "downloads": -1, "filename": "natcap.rios-1.1.16-py2-none-any.whl", "has_sig": false, "md5_digest": "86516e957e7e74d461e5a081d27c3b15", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 188065, "upload_time": "2016-09-13T18:19:18", "url": "https://files.pythonhosted.org/packages/1c/b9/384d83cfb974b8c2b50085eb51e50d2406a61cad5536fe96ec020a60365f/natcap.rios-1.1.16-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2ee5871b5770e3bf7353f256c89a1bf5", "sha256": "91dfee4d54579930e595ab4a252d7678bb8526b0968259d78c180b2ce303fe1a" }, "downloads": -1, "filename": "natcap.rios-1.1.16.zip", "has_sig": false, "md5_digest": "2ee5871b5770e3bf7353f256c89a1bf5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 194329, "upload_time": "2016-09-13T18:19:15", "url": "https://files.pythonhosted.org/packages/4d/2a/84e12c25f3f7a5359d113747695e4a67238ab292f4726fc4baf3dff49ced/natcap.rios-1.1.16.zip" } ] }