Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.93 KB

CONTRIBUTING.md

File metadata and controls

58 lines (36 loc) · 1.93 KB

Contributing to RasterFrames

Community contributions are always welcome. To get started, please review this document, the code of conduct, and reach out to us on gitter so the community can help you get started!

The official home of RasterFrames under the Eclipse Foundation may be found here:

Eclipse Contributor Agreement

Before your contribution can be accepted by the project team contributors must electronically sign the Eclipse Contributor Agreement (ECA).

Commits that are provided by non-committers must have a Signed-off-by field in the footer indicating that the author is aware of the terms by which the contribution has been provided to the project. The non-committer must additionally have an Eclipse Foundation account and must have a signed Eclipse Contributor Agreement (ECA) on file.

For more information, please see the Eclipse Committer Handbook: https://www.eclipse.org/projects/handbook/#resources-commit

Developer Resources

The RasterFrames source code is hosted on GitHub:

Issues should be submitted via GitHub issues:

A user manual may be found here:

Building

RasterFrames uses sbt as its build tool. Standard build commands are as follows:

  • Compile: sbt compile
  • Install packages locally: sbt publishLocal
  • Run tests: sbt test
  • Build documentation: sbt makeSite
  • Spark shell with RasterFrames initialized: sbt console

Contact

Help, questions and community dialog are supported via Gitter:

Commercial support is available by writing to info@astraea.earth