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:
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
The RasterFrames source code is hosted on GitHub:
Issues should be submitted via GitHub issues:
A user manual may be found here:
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
Help, questions and community dialog are supported via Gitter:
Commercial support is available by writing to info@astraea.earth