{"id":16703647,"url":"https://github.com/hongyuanjia/destep","last_synced_at":"2025-08-15T19:25:59.934Z","repository":{"id":228518804,"uuid":"774224630","full_name":"hongyuanjia/destep","owner":"hongyuanjia","description":"[WIP] A toolkit to convert 'DeST' models to 'EnergyPlus' models","archived":false,"fork":false,"pushed_at":"2024-03-21T01:37:36.000Z","size":3954,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T02:44:51.890Z","etag":null,"topics":["dest","energyplus"],"latest_commit_sha":null,"homepage":"https://hongyuanjia.github.io/destep/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hongyuanjia.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-19T06:59:39.000Z","updated_at":"2024-04-01T08:08:58.000Z","dependencies_parsed_at":"2024-03-19T08:26:33.658Z","dependency_job_id":"eec08952-7e77-462c-8314-7afc25d66567","html_url":"https://github.com/hongyuanjia/destep","commit_stats":{"total_commits":27,"total_committers":1,"mean_commits":27.0,"dds":0.0,"last_synced_commit":"84c225bfabb13ad40f8d0a70af404c5df525bec2"},"previous_names":["hongyuanjia/destep"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hongyuanjia%2Fdestep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hongyuanjia%2Fdestep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hongyuanjia%2Fdestep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hongyuanjia%2Fdestep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hongyuanjia","download_url":"https://codeload.github.com/hongyuanjia/destep/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243544753,"owners_count":20308214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dest","energyplus"],"created_at":"2024-10-12T19:08:56.645Z","updated_at":"2025-03-14T08:23:09.717Z","avatar_url":"https://github.com/hongyuanjia.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# destep\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/hongyuanjia/destep/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/hongyuanjia/destep/actions/workflows/R-CMD-check.yaml)\n\u003c!-- badges: end --\u003e\n\n\u003e A toolkit to convert 'DeST' models to 'EnergyPlus' models\n\n## Installation\n\nYou can install the development version of destep like so:\n\n```r\ninstall.packages(\"destep\",\n    repos = c(\n        hongyuanjia = \"https://hongyuanjia.r-universe.dev\",\n        cran = \"https://cran.r-project.org\"\n    )\n)\n```\n\n## Supported DeST components\n\nThis package is still under heavy development and is not ready for use. Currently, the following components are supported:\n\n* [x] Geometry\n* [x] Material\n* [x] Construction\n* [ ] Internal gains [WIP]\n* [ ] Shading\n* [ ] HVAC\n\n## Get started\n\n```{r example}\nlibrary(destep)\n\n# use a DeST typical building model as an example\npath \u003c- download_dest_model(\"Commercial office A\", \"Chongqin\", 2015, tempdir())\n\n# make sure EnergyPlus IDD file can be found even if EnergyPlus itself was not\n# installed\neplusr::use_idd(23.1, download = \"auto\")\n\n# read the DeST model and convert it to an EnergyPlus model\nread_dest(path) |\u003e to_eplus(23.1)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhongyuanjia%2Fdestep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhongyuanjia%2Fdestep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhongyuanjia%2Fdestep/lists"}