Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add related-sampling-features object methods #124

Closed
SRGDamia1 opened this issue Nov 17, 2017 · 12 comments
Closed

Add related-sampling-features object methods #124

SRGDamia1 opened this issue Nov 17, 2017 · 12 comments

Comments

@SRGDamia1
Copy link
Member

ie., give a sampling feature object a method like "get related sampling features."

@emiliom emiliom changed the title Add object methods Add related-sampling-features object methods Nov 23, 2017
@emiliom
Copy link
Member

emiliom commented Jan 3, 2018

Has this been implemented already? If not, @lsetiawan, does it seem like something we (ok, you!) could implement fairly easily? @horsburgh, any thoughts?

@lsetiawan
Copy link
Member

Not sure, I'll have to look at the code in detail first.

@horsburgh
Copy link
Member

@emiliom - I don't believe this specific function has been implemented yet. I think @Elijahwalkerwest and @Maurier may have iterated on another endpoint that may have something similar in it. @Elijahwalkerwest - did you do something similar in the getSamplingFeatureDatasets function?

@Elijahwalkerwest
Copy link
Contributor

Similar feature yes but the implementation is different. How do we want this inplemented exactly? Do we want the samoling feature end point to just return related features as well?

@horsburgh
Copy link
Member

@Elijahwalkerwest - just wondering if there was code we already developed that we could reuse. Good question about the getSamplingFeatures function. @emiliom - do you have a a preference for a separate function? It might be easier to implement and wouldn't break anything that currently uses getSamplingFeatures.

@Elijahwalkerwest
Copy link
Contributor

No, cant reuse the code exactly but near enough that it wouldnt be hard to implement. As far as im aware theres already a pythonapi get related features. So either restful endpoiny or roll it in to getsamplingfeatures. Shouldnt be hard either way.

@horsburgh
Copy link
Member

Ah - well, @Elijahwalkerwest, this issue is in the ODM2 PythonAPI repo, so if there is already a getRelatedSamplingFeatures can you provide a link to the code here and then we can close this issue right?

@Elijahwalkerwest
Copy link
Contributor

Oof. Commenting on mobile and forgot to look. Yeah im using it in the getsamplingfeaturedatasets actually. Let me double check when i get in to work tomorrow and link the relevant code and close.

@emiliom
Copy link
Member

emiliom commented Jan 5, 2018

@emiliom - do you have a a preference for a separate function? It might be easier to implement and wouldn't break anything that currently uses getSamplingFeatures.

I would agree.

@lsetiawan
Copy link
Member

Here's getRelatedSamplingFeatures in the readServices. Thanks @Elijahwalkerwest and @horsburgh, I should've known this existed. 😞 sigh Still have traces of holiday brain i guess haha.

@emiliom
Copy link
Member

emiliom commented Jan 6, 2018

Thanks for finding this, @lsetiawan.
Closing the issue

@emiliom emiliom closed this as completed Jan 6, 2018
@emiliom
Copy link
Member

emiliom commented Jan 8, 2018

It looks like getRelatedSamplingFeatures had actually been around since April 2016. See 599b6cd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants