We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello everyone, ref: https://github.com/koordinates/python-client/blob/30234a8f47d7c00b0dd69da977d2c85531cf21d2/docs/source/user/quickstart.rst#quick-start Wondering if some could put a context around the layer 123456, where it arrives from """ Create a new Layer from existing datasources:
layer = koordinates.Layer() layer.name = "A Test Layer" layer.group = 999 layer.data = koordinates.LayerData(datasources=[123456]) layer = client.layers.create(layer) print(layer.url) """ @craigds
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello everyone,
ref: https://github.com/koordinates/python-client/blob/30234a8f47d7c00b0dd69da977d2c85531cf21d2/docs/source/user/quickstart.rst#quick-start
Wondering if some could put a context around the layer 123456, where it arrives from
"""
Create a new Layer from existing datasources:
The text was updated successfully, but these errors were encountered: