Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## SlideRule: an open framework for on-demand processing of science data in the cloud
## SlideRule Earth: an open framework for on-demand processing of science data in the cloud

> The SlideRule project offers a new paradigm for NASA archival data management – rapid processing and delivery of customizable data products, rather than hosting large volumes of derivative products.
> The SlideRule Earth project offers a new paradigm for NASA archival data management – rapid processing and delivery of customizable data products, rather than hosting large volumes of derivative products.

Repository organization:
* [sliderule](https://github.com/ICESat2-SlideRule/sliderule) contains the server-side and Python client code, along with the H5Coro driver; mostly C++ and Lua. Start here if you are interested in contributing to the development of SlideRule.
* [sliderule-python](https://github.com/ICESat2-SlideRule/sliderule-python) contains example notebooks demonstrating SlideRule capabilities. Start here if you are a science user.
* [paper](https://github.com/ICESat2-SlideRule/paper) contains materials for the JOSS publication describing SlideRule (https://joss.theoj.org/papers/10.21105/joss.04982).
* [sliderule](https://github.com/SlideRuleEarth/sliderule) contains the server-side and Python client code, along with the H5Coro driver; mostly C++ and Lua. Start here if you are interested in contributing to the development of SlideRule.
* [sliderule-python](https://github.com/SlideRuleEarth/sliderule-python) contains example notebooks demonstrating SlideRule capabilities. Start here if you are a science user.
* [paper](https://github.com/SlideRuleEarth/paper) contains materials for the JOSS publication describing SlideRule (https://joss.theoj.org/papers/10.21105/joss.04982).

The scalable server-side components of SlideRule run in the AWS cloud with optimized functions to read HDF5 data hosted by NASA in S3 cloud object storage. While SlideRule can be accessed by any HTTP client (e.g., curl) through GET and POST requests, the sliderule-python client provides a user-friendly API for easy interaction with SlideRule's web services. The client library returns standard Python data containers (i.e., Pandas DataFrame) and facilitates serialization with provenance metadata for reproducible science.

Expand Down