An Industrial Think Tank Focused on Developing and Promoting AI Technology for Geospatial Applications [Please note this group was formed as an academic exercise for educational purposes and does not represent a real world organization]
MIT License
7
stars
3
forks
source link
Create a new python Notebook illustrating all data sources for getTile() #81
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:
Build the new ipython notebook which illustrates all avilable data sources of getTile() and upload it to the experiments sectionoptional: you may want to add a link to the new ipython notebook in the getting started section of the readme on the git.
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:https://github.com/NSCC-COGS/Aestheta/blob/229dbbfe474a2a7740f5e8bf74b0633c80c5feec/Library/core.py#L32
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.