Checking for non-preferred file/folder path names (may take a long time depending on the number of files/folders) ...

HydroShare Python Client Library (hsclient) Usage Examples


Authors:
Owners: This resource does not have an owner who is an active HydroShare user. Contact CUAHSI (help@cuahsi.org) for information on this resource.
Type: Resource
Storage: The size of this resource is 23.0 MB
Created: Jan 07, 2021 at 12:19 a.m.
Last updated: Aug 30, 2021 at 7:36 p.m.
Citation: See how to cite this resource
Sharing Status: Public
Views: 1996
Downloads: 473
+1 Votes: 1 other +1 this
Comments: 1 comment

Abstract

This resource contains a set of Jupyter Notebooks that provide Python code examples for using the HydroShare Python Client library (hsclient). The hsclient library enables users to automate most of the functions available via HydroShare's web user interface through Python coding. It enables creation of new resources and editing of existing resources. Edits may include changes to metadata elements and/or content files within resources. A link to the GitHub source code repository for hsclient is provided in the related resources section below.

Subject Keywords

Content

Related Resources

This resource is described by Source code repository for the hsclient Python Library - https://github.com/hydroshare/hsclient
This resource belongs to the following collections:
Title Owners Sharing Status My Permission
Collection of resources that illustrate data processing methods and computational and modeling libraries in HydroShare and linked JupyterHub computing platforms David Tarboton  Public &  Shareable Open Access

Credits

Funding Agencies

This resource was created using funding from the following sources:
Agency Name Award Title Award Number
National Science Foundation Collaborative Research: Elements: Advancing Data Science and Analytics for Water (DSAW) 1931297

How to Cite

Horsburgh, J. S., S. S. Black (2021). HydroShare Python Client Library (hsclient) Usage Examples, HydroShare, http://www.hydroshare.org/resource/7561aa12fd824ebb8edbee05af19b910

This resource is shared under the Creative Commons Attribution CC BY.

http://creativecommons.org/licenses/by/4.0/
CC-BY

Comments

Dan Ames 1 month, 2 weeks ago

A couple of notes and updates as of Feb 29, 2024:

* In Basic_Operations, the example code for printing the full url doesn't work unless you wrap the url object in str()

* In Metadata_Operations, this line of code fails due to some kind of internal error checking that doesn't like the "None" value.
# You can remove the spatial coverage element by setting it to None
new_resource.metadata.spatial_coverage = None

* The metadata sources example code is failing with this error:
AttributeError: 'ResourceMetadata' object has no attribute 'sources'

* I think the relation type "isDataFor" has been deprecated and replaced with "isDescribedBy"

* This function doesn't seem to be supported: # Instantiate a new Creator object using a HydroShare user object
# First, retrieve HydroShare user object
tony = hs.user(11)

Reply
+1 Votes: Be the first one to 
 this.

New Comment

required