-
Notifications
You must be signed in to change notification settings - Fork 31
Cloud
HiPAS GridLAB-D is deployed using websites and REST servers in the domain gridlabd.us
All GridLAB-D resources deployed online are available via curl
and web browsers. The preferred access method depends on the type of resources requested. In general, GET
requires a curl
or equivalent library to access data. Otherwise, a web browser is typically required.
GET /<branch>/<pathname>
This provides direct access to the current copies of source code.
http://docs.gridlabd.us/index.html?host=<domain-name>&owner=<user-org>&project=<repo-name>&branch=<branch-name>&folder=<path-name>&doc=<file-name>
This provides the main documentation browser for current branches.
GET /<state>/<org>/<pathname>
This provides direct access to the current copies of the library files.
http://source.gridlabd.us/
http://source.gridlabd.us/tree/<branch-name>[/<path-name>]
http://source.gridlabd.us/issue[/<number>]
http://source.gridlabd.us/pull[/<number>]
http://source.gridlabd.us/wiki/[<page-name>]
This is the current entry point to browse the GridLAB-D open source code repository and git commands.
GET /<state>/<org>/<pathname>
This provides direct access to the current copies of the model template files.
GET /<state>-<station-name>.tmy3
This provides direct access to the current copies of the weather files.
The documentation website docs.gridlabd.us
and the development testing website docs-dev.gridlabd.us
are deployed from the SLAC GISMo Docs-Browser project using the ./deploy.sh
script. To update the docs.gridlabd.us
from the Docs-Browser project, do the following
bash$ git clone https://github.com/slacgismo/docs-browser
bash$ cd docs-browser
bash$ ./deploy.sh src docs.gridlabd.us
All the remaining sites are configured using AWS Route 53 and S3, with redirection as follows:
Copyright © 2020-2022, Regents of the Leland Stanford Junior University
This site is maintained by SLAC GISMo at SLAC National Accelerator National Laboratory, which is operated by Stanford University for the US Department of Energy under Contract DE-AC02-76RL00515.