Skip to content

Commit

Permalink
OpenEO v0.3 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
huhabla committed Aug 25, 2018
1 parent ef64b77 commit 16fdd2f
Show file tree
Hide file tree
Showing 40 changed files with 1,465 additions and 359 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# .coveragerc to control coverage.py
[run]
branch = True
source = */graas_openeo_core_wrapper/*
source = */openeo_grass_gis_driver/*
# omit = bad_file.py

[report]
Expand Down
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from sphinx import apidoc

output_dir = os.path.join(__location__, "api")
module_dir = os.path.join(__location__, "../src/graas_openeo_core_wrapper")
module_dir = os.path.join(__location__, "../src/openeo_grass_gis_driver")
try:
shutil.rmtree(output_dir)
except FileNotFoundError:
Expand Down Expand Up @@ -66,7 +66,7 @@
master_doc = 'index'

# General information about the project.
project = u'graas_openeo_core_wrapper'
project = u'openeo_grass_gis_driver'
copyright = u'2018, Soeren Gebbert'

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -198,7 +198,7 @@
# html_file_suffix = None

# Output file base name for HTML help builder.
htmlhelp_basename = 'graas_openeo_core_wrapper-doc'
htmlhelp_basename = 'openeo_grass_gis_driver-doc'


# -- Options for LaTeX output --------------------------------------------------
Expand All @@ -217,7 +217,7 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'user_guide.tex', u'graas_openeo_core_wrapper Documentation',
('index', 'user_guide.tex', u'openeo_grass_gis_driver Documentation',
u'Soeren Gebbert', 'manual'),
]

Expand Down
28 changes: 28 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,32 @@
# Example:
# numpy==1.13.3
# scipy==1.0
alabaster==0.7.10
aniso8601==2.0.0
Babel==2.5.3
certifi==2018.1.18
chardet==3.0.4
click==6.7
docutils==0.14
Flask==0.12.2
Flask-Cors==3.0.3
Flask-RESTful==0.3.6
flask-restful-swagger-2==0.35
idna==2.6
imagesize==0.7.1
itsdangerous==0.24
Jinja2==2.10
MarkupSafe==1.0
Pygments==2.2.0
PyScaffold==3.0
pytz==2017.3
requests==2.18.4
six==1.11.0
snowballstemmer==1.2.1
Sphinx==1.6.6
sphinxcontrib-websupport==1.0.1
urllib3==1.22
uWSGI==2.0.15
Werkzeug==0.14.1
sqlitedict==1.5.0

8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand All @@ -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
Expand Down Expand Up @@ -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
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Setup file for graas_openeo_core_wrapper.
Setup file for openeo_grass_gis_driver.
This file was generated with PyScaffold 3.0.
PyScaffold helps you to put up the scaffold of your new Python project.
Expand All @@ -14,9 +14,9 @@
# Add here console scripts and other entry points in ini-style format
entry_points = """
[console_scripts]
# script_name = graas_openeo_core_wrapper.module:function
# script_name = openeo_grass_gis_driver.module:function
# For example:
# fibonacci = graas_openeo_core_wrapper.skeleton:run
# fibonacci = openeo_grass_gis_driver.skeleton:run
"""


Expand Down
Empty file added src/__init__.py
Empty file.
28 changes: 0 additions & 28 deletions src/graas_openeo_core_wrapper/capabilities.py

This file was deleted.

62 changes: 0 additions & 62 deletions src/graas_openeo_core_wrapper/data.py

This file was deleted.

18 changes: 0 additions & 18 deletions src/graas_openeo_core_wrapper/processes.py

This file was deleted.

22 changes: 0 additions & 22 deletions src/graas_openeo_core_wrapper/processes_process_id.py

This file was deleted.

35 changes: 0 additions & 35 deletions src/graas_openeo_core_wrapper/udf.py

This file was deleted.

37 changes: 0 additions & 37 deletions src/graas_openeo_core_wrapper/udf_lang_udf_type.py

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# -*- coding: utf-8 -*-

# This is the process dictionary that is used to store all processes of the GRaaS wrapper
# This is the process dictionary that is used to store all processes of the Actinia wrapper
PROCESS_DESCRIPTION_DICT = {}
PROCESS_DICT = {}
# Import the process_definitions to fill the process.PROCESS_DICT with process_definitions
import graas_openeo_core_wrapper.process_definitions.filter_bbox_process
import graas_openeo_core_wrapper.process_definitions.filter_daterange_process
import graas_openeo_core_wrapper.process_definitions.ndvi_process
import graas_openeo_core_wrapper.process_definitions.min_time_process
import graas_openeo_core_wrapper.process_definitions.udf_reduce_time
import graas_openeo_core_wrapper.process_definitions.raster_exporter
import graas_openeo_core_wrapper.process_definitions.zonal_statistics
# Import the actinia_processing to fill the process.PROCESS_DICT with actinia_processing
from . import filter_bbox_process
from . import filter_daterange_process
from . import ndvi_process
from . import min_time_process
from . import udf_reduce_time
from . import raster_exporter
from . import zonal_statistics

__license__ = "Apache License, Version 2.0"
__author__ = "Sören Gebbert"
Expand Down
Loading

0 comments on commit 16fdd2f

Please sign in to comment.