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

Create a new python Notebook illustrating all data sources for getTile() #81

Open
kkmcgg opened this issue Mar 6, 2021 · 0 comments
Open
Assignees
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@kkmcgg
Copy link
Contributor

kkmcgg commented Mar 6, 2021

Building on the basic functionality of our core example python notebook:
https://colab.research.google.com/github/NSCC-COGS/Aestheta/blob/main/Experiments/core_example_2.ipynb

Create a new python notebook which illustrates each of the available options for data sources found in the aesthera core.py
A list of possible sources (such as 'google_sat') can be found in the getTile() function located below:

def getTile(xyz=[0,0,0], source='google_map', show=False):

The python notebook can be created in google colab, and uploaded to the /Experiments section in Aestheta:
https://github.com/NSCC-COGS/Aestheta/tree/main/Experiments

Build the new ipython notebook which illustrates all avilable data sources of getTile() and upload it to the experiments section
optional: you may want to add a link to the new ipython notebook in the getting started section of the readme on the git.

@kkmcgg kkmcgg added documentation Improvements or additions to documentation good first issue Good for newcomers labels Mar 6, 2021
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 good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants