From 00ad608b4d3f9fec250d055734e4b68c4ab5c2e0 Mon Sep 17 00:00:00 2001 From: Scisco Date: Thu, 26 Feb 2015 13:17:07 -0500 Subject: [PATCH] update file credits --- bin/landsat | 7 +------ landsat/gs_helper.py | 7 +------ landsat/image_process.py | 7 +------ landsat/landsat.py | 7 +------ landsat/metadata_helper.py | 7 +------ landsat/mixins.py | 7 +------ landsat/search_helper.py | 7 +------ landsat/settings.py | 7 +------ landsat/tests/test_clipper_helper.py | 7 +------ landsat/tests/test_general_helper.py | 7 +------ landsat/tests/test_gs_helper.py | 7 +------ landsat/tests/test_landsat.py | 7 +------ landsat/tests/test_search_helper.py | 7 +------ setup.py | 7 +------ 14 files changed, 14 insertions(+), 84 deletions(-) diff --git a/bin/landsat b/bin/landsat index 2c60cae..f5ffd30 100755 --- a/bin/landsat +++ b/bin/landsat @@ -1,10 +1,5 @@ #!/usr/bin/env python -# USGS Landsat Imagery Util -# -# -# Author: developmentseed -# Contributer: scisco -# +# Landsat Util # License: CC0 1.0 Universal import landsat.landsat diff --git a/landsat/gs_helper.py b/landsat/gs_helper.py index 738440a..171d083 100644 --- a/landsat/gs_helper.py +++ b/landsat/gs_helper.py @@ -1,9 +1,4 @@ -# USGS Landsat Imagery Util -# -# -# Author: developmentseed -# Contributer: scisco, KAPPS-, kamicut -# +# Landsat Util # License: CC0 1.0 Universal import os diff --git a/landsat/image_process.py b/landsat/image_process.py index ecb97f7..86ec96d 100644 --- a/landsat/image_process.py +++ b/landsat/image_process.py @@ -1,10 +1,5 @@ # Pansharpened Image Process using Rasterio -# USGS Landsat Imagery Util -# -# -# Author: developmentseed -# Contributer: scisco, KAPPS-, kamicut -# +# Landsat Util # License: CC0 1.0 Universal import warnings diff --git a/landsat/landsat.py b/landsat/landsat.py index dfeeeb3..1f7720b 100755 --- a/landsat/landsat.py +++ b/landsat/landsat.py @@ -1,11 +1,6 @@ #!/usr/bin/env python -# USGS Landsat Imagery Util -# -# -# Author: developmentseed -# Contributer: scisco, KAPPS-, kamicut -# +# Landsat Util # License: CC0 1.0 Universal from __future__ import print_function diff --git a/landsat/metadata_helper.py b/landsat/metadata_helper.py index 6c11dac..81b3ebc 100644 --- a/landsat/metadata_helper.py +++ b/landsat/metadata_helper.py @@ -1,9 +1,4 @@ -# USGS Landsat Imagery Util -# -# -# Author: developmentseed -# Contributer: scisco, KAPPS-, kamicut -# +# Landsat Util # License: CC0 1.0 Universal # diff --git a/landsat/mixins.py b/landsat/mixins.py index f714dd3..37986a2 100644 --- a/landsat/mixins.py +++ b/landsat/mixins.py @@ -1,10 +1,5 @@ # Pansharpened Image Process using Rasterio -# USGS Landsat Imagery Util -# -# -# Author: developmentseed -# Contributer: scisco, KAPPS-, kamicut -# +# Landsat Util # License: CC0 1.0 Universal import sys diff --git a/landsat/search_helper.py b/landsat/search_helper.py index 1be1a9f..73758ee 100644 --- a/landsat/search_helper.py +++ b/landsat/search_helper.py @@ -1,9 +1,4 @@ -# USGS Landsat Imagery Util -# -# -# Author: developmentseed -# Contributer: scisco, KAPPS-, kamicut -# +# Landsat Util # License: CC0 1.0 Universal import json diff --git a/landsat/settings.py b/landsat/settings.py index f80f1e6..7c98460 100644 --- a/landsat/settings.py +++ b/landsat/settings.py @@ -1,9 +1,4 @@ -# USGS Landsat Imagery Util -# -# -# Author: developmentseed -# Contributer: scisco, KAPPS-, kamicut -# +# Landsat Util # License: CC0 1.0 Universal ## diff --git a/landsat/tests/test_clipper_helper.py b/landsat/tests/test_clipper_helper.py index 9256cf7..916be1a 100644 --- a/landsat/tests/test_clipper_helper.py +++ b/landsat/tests/test_clipper_helper.py @@ -1,9 +1,4 @@ -# USGS Landsat Imagery Util -# -# -# Author: developmentseed -# Contributer: scisco, KAPPS-, kamicut -# +# Landsat Util # License: CC0 1.0 Universal """Tests for clipper_helper""" diff --git a/landsat/tests/test_general_helper.py b/landsat/tests/test_general_helper.py index f01c2e5..e3f36f8 100644 --- a/landsat/tests/test_general_helper.py +++ b/landsat/tests/test_general_helper.py @@ -1,9 +1,4 @@ -# USGS Landsat Imagery Util -# -# -# Author: developmentseed -# Contributer: scisco, KAPPS-, kamicut -# +# Landsat Util # License: CC0 1.0 Universal """Tests for general_helper""" diff --git a/landsat/tests/test_gs_helper.py b/landsat/tests/test_gs_helper.py index 633d98a..6ebbdf9 100644 --- a/landsat/tests/test_gs_helper.py +++ b/landsat/tests/test_gs_helper.py @@ -1,9 +1,4 @@ -# USGS Landsat Imagery Util -# -# -# Author: developmentseed -# Contributer: scisco, KAPPS-, kamicut -# +# Landsat Util # License: CC0 1.0 Universal """Tests for gs_helper""" diff --git a/landsat/tests/test_landsat.py b/landsat/tests/test_landsat.py index 00e9537..826ea01 100644 --- a/landsat/tests/test_landsat.py +++ b/landsat/tests/test_landsat.py @@ -1,9 +1,4 @@ -# USGS Landsat Imagery Util -# -# -# Author: developmentseed -# Contributer: scisco, KAPPS-, kamicut -# +# Landsat Util # License: CC0 1.0 Universal """Tests for landsat""" diff --git a/landsat/tests/test_search_helper.py b/landsat/tests/test_search_helper.py index 76a7217..2330c18 100644 --- a/landsat/tests/test_search_helper.py +++ b/landsat/tests/test_search_helper.py @@ -1,9 +1,4 @@ -# USGS Landsat Imagery Util -# -# -# Author: developmentseed -# Contributer: scisco, KAPPS-, kamicut -# +# Landsat Util # License: CC0 1.0 Universal """Tests for search_helper""" diff --git a/setup.py b/setup.py index d85e59b..0c70957 100644 --- a/setup.py +++ b/setup.py @@ -1,11 +1,6 @@ #!/usr/bin/env python -# USGS Landsat Imagery Util -# -# -# Author: developmentseed -# Contributer: scisco -# +# Landsat Util # License: CC0 1.0 Universal import sys