{"id":20520277,"url":"https://github.com/plasmacontrol/stellarator-database","last_synced_at":"2026-04-16T23:33:47.843Z","repository":{"id":230269518,"uuid":"778948969","full_name":"PlasmaControl/Stellarator-Database","owner":"PlasmaControl","description":"This repository includes the functions required to upload DESC or VMEC results to the stellarator database.","archived":false,"fork":false,"pushed_at":"2024-04-13T21:34:09.000Z","size":83,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-04-13T21:53:57.206Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PlasmaControl.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2024-03-28T18:18:26.000Z","updated_at":"2024-04-16T20:50:49.563Z","dependencies_parsed_at":"2024-04-16T20:50:39.111Z","dependency_job_id":"a2ed8b20-c7a6-4806-917a-d0d597a5d6cb","html_url":"https://github.com/PlasmaControl/Stellarator-Database","commit_stats":null,"previous_names":["plasmacontrol/stellarator-database"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlasmaControl%2FStellarator-Database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlasmaControl%2FStellarator-Database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlasmaControl%2FStellarator-Database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlasmaControl%2FStellarator-Database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PlasmaControl","download_url":"https://codeload.github.com/PlasmaControl/Stellarator-Database/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242123546,"owners_count":20075383,"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":[],"created_at":"2024-11-15T22:18:57.467Z","updated_at":"2026-04-16T23:33:47.830Z","avatar_url":"https://github.com/PlasmaControl.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stellarator-Database\nIncludes the functions required to upload DESC results to the stellarator database. You can access the database [here](https://www.stellarator-database.org/).\n\nThis is still a work in progress. VMEC and coil data upload functions will be implemented soon!\n\n## Install using pip\nIf you are on Linux, WSL or MacOS, you should be able to install `stelladb` directly from PyPi.\n```bash\npip install stelladb\n```\n\nThis package will be used along with DESC or SIMSOPT. You should install them separately to your environment.\n\n## Install using GIT\n\n### Clone GIT repo\n```bash\ngit clone https://github.com/PlasmaControl/Stellarator-Database.git\n```\nOnce you get the files,\n```bash\ncd Stellarator-Database\n```\n\n### Building conda environment\n```bash\nconda create --name db 'python\u003e=3.9, \u003c=3.12'\nconda activate db\npip install -r requirements.txt\n```\n\nIf you just want to upload DESC results, follow these steps for creating conda environment,\n```bash\nconda create --name db 'python\u003e=3.9, \u003c=3.12'\nconda activate db\npip install desc-opt selenium\n```\nThen, you can upload to database inside the repo, or anywhere where you can access the module `stelladb`. You can either git clone the whole repository or you can just get the `stelladb` folder of the repo and copy it to where you want to call the functions from.\n\n## Sample usage\n\nFor more detailed explanation, refer to the notebooks in `tutorials` subfolder in the [repo](https://github.com/PlasmaControl/Stellarator-Database/blob/main/tutorials/tutorial_basics.ipynb).\n\n\n## Installing Chrome on WSL2\n\nThe automated upload functions relies on `selenium` which opens a web browser on the background. To be able to use this package, you should have a web browser. On WSL, the system cannot use the browser installed on the Windows, you should install one to Linux subsystem too.\n\n```\nwget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb\nsudo apt install ./google-chrome-stable_current_amd64.deb -y\ngoogle-chrome --version\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplasmacontrol%2Fstellarator-database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplasmacontrol%2Fstellarator-database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplasmacontrol%2Fstellarator-database/lists"}