{"id":20033094,"url":"https://github.com/ocsmit/blsp-c","last_synced_at":"2025-07-05T18:11:18.500Z","repository":{"id":221407579,"uuid":"754292900","full_name":"ocsmit/blsp-c","owner":"ocsmit","description":"C library for Bayesian Land Surface Phenology model","archived":false,"fork":false,"pushed_at":"2024-04-17T07:55:08.000Z","size":3201,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T18:15:31.990Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","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/ocsmit.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-07T19:12:48.000Z","updated_at":"2024-08-06T15:04:04.000Z","dependencies_parsed_at":"2024-11-13T09:44:35.374Z","dependency_job_id":"76193d96-0aec-4061-be79-acf0dac518cf","html_url":"https://github.com/ocsmit/blsp-c","commit_stats":null,"previous_names":["ocsmit/blsp-c"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocsmit%2Fblsp-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocsmit%2Fblsp-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocsmit%2Fblsp-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocsmit%2Fblsp-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ocsmit","download_url":"https://codeload.github.com/ocsmit/blsp-c/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241465078,"owners_count":19967243,"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-13T09:44:30.735Z","updated_at":"2025-03-02T05:42:14.069Z","avatar_url":"https://github.com/ocsmit.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MCMC sampler for the Bayesian Land Surface Phenology model.\n\nimportant: *This is under active development and subject to change at any point.*\n\nThis is a monorepo containing the `C` source code for a Metroplois Hastings + Gibbs MCMC sampler, and interfaces for several higher level languages.\n\nFor more info please see the paper\n\u003e Gao, X., Gray, J. M., \u0026 Reich, B. J. (2021). Long-term, medium spatial resolution annual land surface phenology with a Bayesian hierarchical model. Remote Sensing of Environment, 261, 112484. https://doi.org/10.1016/j.rse.2021.112484\n\nand the [original algorithms git repo](https://github.com/ncsuSEAL/Bayesian_LSP).\n\n\nDepends on [GNU Scientific Library](https://www.gnu.org/software/gsl/)\n\n\n# Building for Linux \u0026 macOS\n## Dependencies\n### Autotools\nEnsure that you have autotools installed.\nThey are required to generate the build scripts and compile the software.\n\nOn macOS this can be accomplished with homebrew.\n```sh\nbrew install autoconf automake libtool\n```\nLinux systems can use their respective package managers, e.g.\n```sh\n# ubuntu\napt install autoconf libtool automake\n```\n\n### GNU Scientific Library\n\nOn mac\n```sh\nbrew install gsl\n```\nLinux systems can use their respective package managers, e.g.\n```sh\n# ubuntu\napt install libgsl-dev\n```\n\n### Installing from source\n\nOnce dependencies are installed, you can build and install.\n\nGenerate the require build scripts with\n```sh\n./autogen.sh\n```\n\nTo build and install on your system run the following\n```sh\n./compile\nmake install # May need sudo\n```\nThis assumes that GSL is discoverable on your system (installed to a common location).\n\n# Language bindings\n  - [Building R package](r/README.md)\n  - Python (todo)\n  - Julia (todo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focsmit%2Fblsp-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Focsmit%2Fblsp-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focsmit%2Fblsp-c/lists"}