-
Notifications
You must be signed in to change notification settings - Fork 83
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
Example interfacing GEE with contextily #147
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We could throw a basemap on this? |
OK I think the GEE is ready to go, at least for now. I've added it as a separate notebook but not separate (not sure how to do that) |
darribas
changed the title
[WIP] Merge example interfacing GEE with contextily
Merge example interfacing GEE with contextily
May 13, 2020
jorisvandenbossche
changed the title
Merge example interfacing GEE with contextily
Example interfacing GEE with contextily
May 13, 2020
To just add it to the sidebar on the doc site for now, you need to update:
|
Added! This is ready for review. |
jorisvandenbossche
approved these changes
May 13, 2020
jpn--
added a commit
to jpn--/contextily
that referenced
this pull request
Jan 8, 2021
…iles * commit '3c26d5a16a094e8d5ae05f8e5a41f05278816daf': DOC: update for latest pydata-sphinx-theme (fix sidebar + use CSS variables) (geopandas#168) RLS: v1.0.1 Fix resetting of extent with local files (geopandas#155) (geopandas#156) Add random user ID for Nominatim and allow arbitrary geocoder (geopandas#164) Close and reopen memfile dataset before WarpedVRT (geopandas#165) Fix use of rasterio MemoryFile (geopandas#163) DOC: Use Cape Town consistently in description and variable names (geopandas#154) Add matplotlib Framework classifier (geopandas#152) Require Python 3.6 as minimum version (geopandas#150) Add earthengine to docker for binder Example interfacing GEE with contextily (geopandas#147) DOC: add notebook about working with local files (geopandas#139) # Conflicts: # tests/test_ctx.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
First stub, unfinished. Eventually, this PR will contain:
Sentinel 2Landsat 8)Also, with this, we'd be starting the series of interfacing contextily with other packages. My suggestion here is to use the name of the notebook
friends_XXX.ipynb
whereXXX
is the package we show how to interface. So, for example, we could also havefriends_cenpy.ipynb
,friends_osmnx.ipynb
, etc. These should also display ideally under a horizontal bar on the side menu of the website (would this be possible @jorisvandenbossche?).Will confirm when this can be reviewed/merged.