forked from Open-EO/openeo-grassgis-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
huhabla
committed
Aug 25, 2018
1 parent
ef64b77
commit 16fdd2f
Showing
40 changed files
with
1,465 additions
and
359 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files | ||
|
||
[metadata] | ||
name = graas_openeo_core_wrapper | ||
name = openeo_grass_gis_driver | ||
description = Add a short description here! | ||
author = Soeren Gebbert | ||
author-email = [email protected] | ||
|
@@ -37,7 +37,7 @@ exclude = | |
|
||
[options.extras_require] | ||
# Add here additional requirements for extra features, to install with: | ||
# `pip install graas_openeo_core_wrapper[PDF]` like: | ||
# `pip install openeo_grass_gis_driver[PDF]` like: | ||
# PDF = ReportLab; RXP | ||
|
||
[test] | ||
|
@@ -50,7 +50,7 @@ addopts = tests | |
# e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml | ||
# in order to write a coverage file that can be read by Jenkins. | ||
addopts = | ||
--cov graas_openeo_core_wrapper --cov-report term-missing | ||
--cov openeo_grass_gis_driver --cov-report term-missing | ||
--verbose | ||
norecursedirs = | ||
dist | ||
|
@@ -88,6 +88,6 @@ exclude = | |
# PyScaffold's parameters when the project was created. | ||
# This will be used when updating. Do not change! | ||
version = 3.0 | ||
package = graas_openeo_core_wrapper | ||
package = openeo_grass_gis_driver | ||
extensions = | ||
no_skeleton |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
18 changes: 9 additions & 9 deletions
18
...e_wrapper/process_definitions/__init__.py → ...gis_driver/actinia_processing/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.