From 8669a4e0d488900ac94cf0a56552d53b3032e0bd Mon Sep 17 00:00:00 2001 From: Justin Braaten Date: Thu, 29 Nov 2018 12:00:33 -0800 Subject: [PATCH] addition/remove files in LandTrendrPyEnv --- LandTrendrPyEnv/construct - Copy.yaml | 33 -------------------- LandTrendrPyEnv/construct.yaml | 6 ++-- LandTrendrPyEnv/construct_v0.2.yaml | 30 ------------------ LandTrendrPyEnv/construct_v0.3.yaml | 31 ------------------ LandTrendrPyEnv/construct_v0.5.yaml | 32 ------------------- LandTrendrPyEnv/constructor_instructions.txt | 14 +++++++++ LandTrendrPyEnv/license.txt | 24 ++++++++++++++ 7 files changed, 40 insertions(+), 130 deletions(-) delete mode 100644 LandTrendrPyEnv/construct - Copy.yaml delete mode 100644 LandTrendrPyEnv/construct_v0.2.yaml delete mode 100644 LandTrendrPyEnv/construct_v0.3.yaml delete mode 100644 LandTrendrPyEnv/construct_v0.5.yaml create mode 100644 LandTrendrPyEnv/constructor_instructions.txt create mode 100644 LandTrendrPyEnv/license.txt diff --git a/LandTrendrPyEnv/construct - Copy.yaml b/LandTrendrPyEnv/construct - Copy.yaml deleted file mode 100644 index f0088c2..0000000 --- a/LandTrendrPyEnv/construct - Copy.yaml +++ /dev/null @@ -1,33 +0,0 @@ -name: LandTrendrPyEnv -version: 0.5 - -install_in_dependency_order: True - -channels: - - https://conda.anaconda.org/conda-forge/ - - http://repo.anaconda.com/pkgs/main/ - - https://conda.anaconda.org/IOOS/ - -specs: - - python 2.7* - - conda [win] - - pandas [win] - - rasterio [win] - - rasterstats [win] - - shapely [win] - - fiona [win] - - click [win] - - gdal [win] - - pillow [win] - -register_python_default: False - -add_to_path_default: False - -ignore_duplicate_files: True - -welcome_image: img.jpg - -header_image: img.jpg - -icon_image: img.jpg \ No newline at end of file diff --git a/LandTrendrPyEnv/construct.yaml b/LandTrendrPyEnv/construct.yaml index 11ed2eb..81d95ae 100644 --- a/LandTrendrPyEnv/construct.yaml +++ b/LandTrendrPyEnv/construct.yaml @@ -1,5 +1,5 @@ name: LandTrendrPyEnv -version: 0.5 +version: 0.4 install_in_dependency_order: True @@ -7,7 +7,6 @@ channels: - https://conda.anaconda.org/conda-forge/ - http://repo.anaconda.com/pkgs/main/ - https://conda.anaconda.org/IOOS/ - - https://conda.anaconda.org/anaconda/ specs: - python 2.7* @@ -18,8 +17,7 @@ specs: - shapely [win] - fiona [win] - click [win] - - gdal [win] - - pil [win] + - gdal [win] register_python_default: False diff --git a/LandTrendrPyEnv/construct_v0.2.yaml b/LandTrendrPyEnv/construct_v0.2.yaml deleted file mode 100644 index 4da9b4e..0000000 --- a/LandTrendrPyEnv/construct_v0.2.yaml +++ /dev/null @@ -1,30 +0,0 @@ -name: LandTrendrPyEnv -version: 0.2 - -install_in_dependency_order: True - -channels: - - https://conda.anaconda.org/conda-forge/ - - http://repo.anaconda.com/pkgs/main/ - -specs: - - python 2.7* - - conda [win] - - pandas [win] - - https://conda.anaconda.org/conda-forge/win-64/rasterstats-0.12.0-py27_0.tar.bz2 - - rasterio [win] - - shapely [win] - - fiona [win] - - gdal [win] - -register_python_default: False - -add_to_path_default: False - -ignore_duplicate_files: True - -welcome_image: img.jpg - -header_image: img.jpg - -icon_image: img.jpg \ No newline at end of file diff --git a/LandTrendrPyEnv/construct_v0.3.yaml b/LandTrendrPyEnv/construct_v0.3.yaml deleted file mode 100644 index 961ee1a..0000000 --- a/LandTrendrPyEnv/construct_v0.3.yaml +++ /dev/null @@ -1,31 +0,0 @@ -name: LandTrendrPyEnv -version: 0.3 - -install_in_dependency_order: True - -channels: - - https://conda.anaconda.org/conda-forge/ - - http://repo.anaconda.com/pkgs/main/ - - https://conda.anaconda.org/IOOS/ - -specs: - - python 2.7* - - conda [win] - - pandas [win] - - gdal [win] - - https://conda.anaconda.org/conda-forge/win-64/rasterstats-0.12.0-py27_0.tar.bz2 - - https://conda.anaconda.org/IOOS/win-64/rasterio-1.0a2-np111py27_0.tar.bz2 - - shapely [win] - - fiona [win] - -register_python_default: False - -add_to_path_default: False - -ignore_duplicate_files: True - -welcome_image: img.jpg - -header_image: img.jpg - -icon_image: img.jpg \ No newline at end of file diff --git a/LandTrendrPyEnv/construct_v0.5.yaml b/LandTrendrPyEnv/construct_v0.5.yaml deleted file mode 100644 index 25e617c..0000000 --- a/LandTrendrPyEnv/construct_v0.5.yaml +++ /dev/null @@ -1,32 +0,0 @@ -name: LandTrendrPyEnv -version: 0.5 - -install_in_dependency_order: True - -channels: - - https://conda.anaconda.org/conda-forge/ - - http://repo.anaconda.com/pkgs/main/ - -specs: - - python 2.7* - - conda [win] - - pandas [win] - - rasterio [win] - - rasterstats [win] - - shapely [win] - - fiona [win] - - click [win] - - gdal [win] - - pillow [win] - -register_python_default: False - -add_to_path_default: False - -ignore_duplicate_files: True - -welcome_image: img.jpg - -header_image: img.jpg - -icon_image: img.jpg \ No newline at end of file diff --git a/LandTrendrPyEnv/constructor_instructions.txt b/LandTrendrPyEnv/constructor_instructions.txt new file mode 100644 index 0000000..375a409 --- /dev/null +++ b/LandTrendrPyEnv/constructor_instructions.txt @@ -0,0 +1,14 @@ +# extensive info on testing and building: https://docs.google.com/document/d/1JRZ_b4ep6B2WoCt-fh-HZNu-5UIxtYHaGVKXXNBVRJk/edit?usp=sharing + +# cd to dir where all the files are + +D: +cd \work\code_library\LT-ChangeDB\LandTrendrPyEnv + +# do a dry run +constructor . --dry-run -v + +# do the actual run +constructor . --output-dir=D:\work\code_library\LT-ChangeDB\Utilities + + diff --git a/LandTrendrPyEnv/license.txt b/LandTrendrPyEnv/license.txt new file mode 100644 index 0000000..9d0cc52 --- /dev/null +++ b/LandTrendrPyEnv/license.txt @@ -0,0 +1,24 @@ +Copyright (c) 2016, Anaconda, Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of Anaconda, Inc. nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL ANACONDA, INC BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.