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

Need Documentation on how to read other schema #105

Open
devdattaT opened this issue Dec 5, 2022 · 3 comments
Open

Need Documentation on how to read other schema #105

devdattaT opened this issue Dec 5, 2022 · 3 comments
Labels
documentation Improvements or additions to documentation

Comments

@devdattaT
Copy link

I tend to have my geospatial data in tables which are not in public schemas. Looking at the code, it appears that there should be a way of proving schema names to search in, but there is no Documentation on how to do this.

It would be helpful to new users, if this information is recorded in the Readme or Docs.

@vincentsarago vincentsarago added the documentation Improvements or additions to documentation label Dec 5, 2022
@vincentsarago
Copy link
Member

exactly you can set DB_SCHEMA='["public","geotables"]' environment to select the schemas you want to use

https://github.com/developmentseed/timvt/blob/master/timvt/settings.py#L126

@devdattaT
Copy link
Author

Should I create a PR adding this information to the Readme? I can do it in the next few days.

Is there any specific place in Readme, you would like me to add this information ?

@vincentsarago
Copy link
Member

@devdattaT that would be great, I think we can create a configuration page in the documentation (which can then be linked in the readme`

in the configuration.md we could have multiple sections:

Feel free to start the PR and we can iterate 🙏

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

No branches or pull requests

2 participants