Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.5 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.5 KB

gee

KNIME Extension for Google Earth Engine

Package Organization

  • knime_extension: This folder contains all files of the KNIME gee extension such as the source code of each node. The folder itself is structured as suggested in the Python Best Practices file.
  • docs: Additional material to get you started with the development of this extension such as development setup instructions or best practices.
  • tests: Test data and workflows used to test the node functionality.
  • config.yml: Example config.yml file that should point to the knime_extension folder on your local hard drive during local development and debugging as described here.

Installation

The extension will be is installable via the KNIME Hub once it is publicly available. If you want to test the latest version you can follow the instructions in the Setup section of the Contribution guide.

Contribute

We are very happy about every contributor. Please read the Contributors' Guide for more details.

License

The repository is released under the MIT License.

Code style: black