Research Repository for Data and Diagnostics
GitHub repositories:
- https://github.com/JCSDA-internal/r2d2 (R2D2 V2 and R2D2 V3 server)
- https://github.com/JCSDA-internal/r2d2-ingest (R2D2 data ingest request system)
- https://github.com/JCSDA-internal/r2d2-data (localhost R2D2 database)
- https://github.com/JCSDA-internal/r2d2-client (R2D2 V3 client)
...
R2D2 V3: Client / Server Implementation
Installing the r2d2 server
...
Note: This installation process needs to be updated and combined
...
cd r2d2
python3 -m pip install -e .
cd server
python3 -m pip install -e .
...