{"id":19310051,"url":"https://github.com/cedadev/esgf-stac-client","last_synced_at":"2025-02-24T03:23:21.783Z","repository":{"id":44521225,"uuid":"509074503","full_name":"cedadev/esgf-stac-client","owner":"cedadev","description":"A Python client to access ESGF STAC data","archived":false,"fork":false,"pushed_at":"2023-04-18T08:09:43.000Z","size":132,"stargazers_count":2,"open_issues_count":12,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-06T02:09:08.292Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cedadev.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,"publiccode":null,"codemeta":null}},"created_at":"2022-06-30T12:38:55.000Z","updated_at":"2023-04-08T11:34:17.000Z","dependencies_parsed_at":"2024-11-10T00:22:48.270Z","dependency_job_id":"c821c056-d88b-4038-b318-bccf7e6517f8","html_url":"https://github.com/cedadev/esgf-stac-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Fesgf-stac-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Fesgf-stac-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Fesgf-stac-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Fesgf-stac-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cedadev","download_url":"https://codeload.github.com/cedadev/esgf-stac-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240410719,"owners_count":19796946,"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-10T00:22:25.264Z","updated_at":"2025-02-24T03:23:21.751Z","avatar_url":"https://github.com/cedadev.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESGF STAC Client library\n\n## Usage\n\nTBC\n\n## Development and testing\n\nHere is a quick guide to getting started so that you can run the unit tests:\n\n```\nssh sci3.jasmin.ac.uk # If you are running on a `sci` server, otherwise run where you like\n\nmkdir stac\ncd stac/\n\nmodule load jaspy # If running on a `sci` server, if not, just make sure you have a python3 installed\n\npython -m venv stac-venv\n\n# Make a setup-env file (to use each time you want to set the environment)\necho \"source stac-venv/bin/activate\" \u003e setup-env.sh\n\n# Set the environment\nsource ./setup-env.sh\n\n# If using a github token do the following\ngh_user_token=\"GITHUB_ID:GITHUB_ACCESS_TOKEN\"\ngit clone https://${gh_user_token}@github.com/cedadev/pystac\ngit clone https://${gh_user_token}@github.com/cedadev/pystac-client\ngit clone https://${gh_user_token}@github.com/cedadev/esgf-stac-client\n\n# Else if using github SSH keys, do\ngit clone git+https://github.com/cedadev/pystac\ngit clone git+https://github.com/cedadev/pystac-client\ngit clone git+https://github.com/cedadev/esgf-stac-client\n\n# Go in and change to our working branches, and install dependencies\ncd esgf-stac-client/\npip install -e  .\n\n# Install requirements for development, e.g. \"pytest\"\npip install -r requirements_dev.txt\ncd ../\n\ncd pystac-client/\ngit checkout asset-search\npip install -e .\ncd ../\n\ncd pystac/\ngit checkout asset-search\npip install -e .\ncd ../\n\ncd esgf-stac-client/\n# Run the tests\npython -m pytest -v tests\n```\n\nYou should see some output showing that tests have run.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedadev%2Fesgf-stac-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedadev%2Fesgf-stac-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedadev%2Fesgf-stac-client/lists"}