-
Notifications
You must be signed in to change notification settings - Fork 4
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
Tutorial 2 - scientific Python ecosystem: pandas and GeoPandas: Add JN #4
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
a81fc82
Add set up of JN for pandas geopandas tutorial
yvonnefroehlich 2ef37df
Remove checkpoints
yvonnefroehlich 368af7a
Fix typos
yvonnefroehlich a493ebe
Merge branch 'main' into add-jn-pd-gpd
yvonnefroehlich e98c4ea
Add geopandas polygon example, Update all examples, Add documentation
yvonnefroehlich 97d312f
Add to tutorial list in _toc.yml
yvonnefroehlich f7a0d71
Merge remote-tracking branch 'origin/main' into add-jn-pd-gpd
yvonnefroehlich eae0707
Make file name for descriptive | Update intro cell
yvonnefroehlich ef89ed9
Remove old file
yvonnefroehlich 6292735
Add more code and docs
yvonnefroehlich e91f98f
Update code and docs
yvonnefroehlich ac89fc0
Add link to tutorial
yvonnefroehlich 309d7d4
Add images
yvonnefroehlich f5d8a0d
Extend docs
yvonnefroehlich 4fe38a6
Adjust link
yvonnefroehlich ff4dbd9
Improve formulation for coordinate conversion
yvonnefroehlich 87398ac
Add docs | Fix typos | Fix and add links
yvonnefroehlich 20775a7
Fix section level
yvonnefroehlich 14ad952
Improve comments
yvonnefroehlich 133b7e1
Update '_toc'
yvonnefroehlich fff9932
Use seperate cells to show extrem values used for colormap
yvonnefroehlich 336eb38
Fix typo in geopandas
Esteban82 f282b3b
Expand docs
yvonnefroehlich 61deead
Improve docs for 'frame' of corophlele map
yvonnefroehlich 4de5fa6
Add needed packages and versions to 'enviorment.yml'
yvonnefroehlich 45ea49b
Add comment regarding OGR formats
yvonnefroehlich a5441be
Introduce variable 'dpi_imag' for resolution of images within JN
yvonnefroehlich 1d98d80
Include path to CPTs
yvonnefroehlich a7ad383
Add path to SCM
yvonnefroehlich f4017a1
Fix typos
yvonnefroehlich a2e0815
Fix typo
yvonnefroehlich f5ffb6b
Merge branch 'main' into add-jn-pd-gpd
yvonnefroehlich 909f713
Add docs for legend
yvonnefroehlich b7f789e
Rename JN - add leading 0
yvonnefroehlich 9b19e0e
Remove old JN
yvonnefroehlich File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ parts: | |
- file: notebooks | ||
- file: markdown-notebooks | ||
- file: tut01_firstfigure | ||
- file: tut02_spec_pd_gpd | ||
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should use "spe" instead of "spec" as the later one seems to refere to scientific Python ecosystem coordination (please see https://scientific-python.org/specs/ [, and Dongdong's very detailed review on my draft for the pygmt talk])?