{"id":34984198,"url":"https://github.com/erdc/spt_dataset_manager","last_synced_at":"2025-12-27T01:24:03.299Z","repository":{"id":36858175,"uuid":"41165133","full_name":"erdc/spt_dataset_manager","owner":"erdc","description":"Streamflow Prediction Tool Dataset Manager (for CKAN and GeoServer). Forked from: https://github.com/CI-WATER/sfpt_dataset_manager","archived":false,"fork":false,"pushed_at":"2022-11-26T00:59:14.000Z","size":38,"stargazers_count":3,"open_issues_count":1,"forks_count":4,"subscribers_count":20,"default_branch":"master","last_synced_at":"2024-05-02T04:00:59.538Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/erdc.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}},"created_at":"2015-08-21T16:08:34.000Z","updated_at":"2023-02-06T23:43:35.000Z","dependencies_parsed_at":"2023-01-17T05:56:22.835Z","dependency_job_id":null,"html_url":"https://github.com/erdc/spt_dataset_manager","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/erdc/spt_dataset_manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdc%2Fspt_dataset_manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdc%2Fspt_dataset_manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdc%2Fspt_dataset_manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdc%2Fspt_dataset_manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erdc","download_url":"https://codeload.github.com/erdc/spt_dataset_manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdc%2Fspt_dataset_manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28067565,"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","status":"online","status_checked_at":"2025-12-26T02:00:06.189Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-12-27T01:24:02.806Z","updated_at":"2025-12-27T01:24:03.284Z","avatar_url":"https://github.com/erdc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spt_dataset_manager\nStreamflow Prediction Tool Dataset Manager (for CKAN and GeoServer)\n\n#Installation Instructions\n\n##Step 1: Install tethys_dataset_services\n```\n$ pip install requests_toolbelt tethys_dataset_services future\n```\n##Step 2: Download the source code\n```\n$ cd /path/to/your/scripts/\n$ git clone https://github.com/erdc/spt_dataset_manager.git\n```\n##Step 3: Install the script\n```\n$ cd spt_dataset_manager\n$ python setup.py install\n```\n\n#Troubleshooting\n## ImportError: No module named packages.urllib3.poolmanager\n```\n$ pip install pip --upgrade\n```\nRestart your terminal\n```\n$ pip install requests --upgrade\n```\n## If you are using CKAN 2.3 -2.5:\nIf you see this error when uploading a dataset: The url and file parameters are mutually exclusive: use one, not both.\n\nYou may need to go to: /usr/lib/tethys/lib/python2.7/site-packages/tethys_dataset_services/engines/ckan_engine.py\nand mmodify this section of code to look like this:\n```python\ndef create_resource(self, dataset_id, url=None, file=None, console=False, **kwargs):\n  ...\n  #if url and file:\n      #raise IOError('The url and file parameters are mutually exclusive: use one, not both.')\n  if not url and not file:\n      raise IOError('The url or file parameter is required, but do not use both.')\n      \n  ...\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferdc%2Fspt_dataset_manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferdc%2Fspt_dataset_manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferdc%2Fspt_dataset_manager/lists"}