Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geomultisens
pyrsr
Commits
c79a715d
Commit
c79a715d
authored
Aug 22, 2019
by
Daniel Scheffler
Browse files
Fixed missing data. Updated version info.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
2de580aa
Pipeline
#4569
passed with stages
in 1 minute and 11 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
pyrsr/data/Terra/reference
→
pyrsr/data/Terra/
ASTER/
reference
View file @
c79a715d
File moved
pyrsr/version.py
View file @
c79a715d
...
...
@@ -22,5 +22,5 @@
# with this program. If not, see <http://www.gnu.org/licenses/>.
__version__
=
'0.2.
2
'
__versionalias__
=
'20190822.0
3
'
__version__
=
'0.2.
3
'
__versionalias__
=
'20190822.0
4
'
setup.py
View file @
c79a715d
...
...
@@ -65,8 +65,7 @@ setup(
license
=
"GNU General Public License v3"
,
long_description
=
readme
+
'
\n\n
'
+
history
,
include_package_data
=
True
,
package_data
=
{
"data"
:
[
"pyrsr/data/*"
]},
package_dir
=
{
'pyrsr'
:
'pyrsr'
},
package_data
=
{
"pyrsr"
:
[
"data/**/**/*"
]},
keywords
=
[
'pyrsr'
,
'relative spectral response'
,
'remote sensing'
,
'sensors'
],
name
=
'pyrsr'
,
packages
=
find_packages
(),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment