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

Tutorial 2 - scientific Python ecosystem: pandas and GeoPandas: Add JN #4

Merged
merged 35 commits into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
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 Sep 22, 2024
2ef37df
Remove checkpoints
yvonnefroehlich Sep 22, 2024
368af7a
Fix typos
yvonnefroehlich Sep 22, 2024
a493ebe
Merge branch 'main' into add-jn-pd-gpd
yvonnefroehlich Sep 23, 2024
e98c4ea
Add geopandas polygon example, Update all examples, Add documentation
yvonnefroehlich Nov 3, 2024
97d312f
Add to tutorial list in _toc.yml
yvonnefroehlich Nov 3, 2024
f7a0d71
Merge remote-tracking branch 'origin/main' into add-jn-pd-gpd
yvonnefroehlich Nov 3, 2024
eae0707
Make file name for descriptive | Update intro cell
yvonnefroehlich Nov 9, 2024
ef89ed9
Remove old file
yvonnefroehlich Nov 9, 2024
6292735
Add more code and docs
yvonnefroehlich Nov 9, 2024
e91f98f
Update code and docs
yvonnefroehlich Nov 9, 2024
ac89fc0
Add link to tutorial
yvonnefroehlich Nov 9, 2024
309d7d4
Add images
yvonnefroehlich Nov 9, 2024
f5d8a0d
Extend docs
yvonnefroehlich Nov 13, 2024
4fe38a6
Adjust link
yvonnefroehlich Nov 13, 2024
ff4dbd9
Improve formulation for coordinate conversion
yvonnefroehlich Nov 13, 2024
87398ac
Add docs | Fix typos | Fix and add links
yvonnefroehlich Nov 13, 2024
20775a7
Fix section level
yvonnefroehlich Nov 13, 2024
14ad952
Improve comments
yvonnefroehlich Nov 14, 2024
133b7e1
Update '_toc'
yvonnefroehlich Nov 14, 2024
fff9932
Use seperate cells to show extrem values used for colormap
yvonnefroehlich Nov 17, 2024
336eb38
Fix typo in geopandas
Esteban82 Nov 22, 2024
f282b3b
Expand docs
yvonnefroehlich Nov 23, 2024
61deead
Improve docs for 'frame' of corophlele map
yvonnefroehlich Nov 23, 2024
4de5fa6
Add needed packages and versions to 'enviorment.yml'
yvonnefroehlich Nov 23, 2024
45ea49b
Add comment regarding OGR formats
yvonnefroehlich Nov 24, 2024
a5441be
Introduce variable 'dpi_imag' for resolution of images within JN
yvonnefroehlich Nov 24, 2024
1d98d80
Include path to CPTs
yvonnefroehlich Nov 24, 2024
a7ad383
Add path to SCM
yvonnefroehlich Nov 24, 2024
f4017a1
Fix typos
yvonnefroehlich Nov 24, 2024
a2e0815
Fix typo
yvonnefroehlich Nov 28, 2024
f5ffb6b
Merge branch 'main' into add-jn-pd-gpd
yvonnefroehlich Nov 28, 2024
909f713
Add docs for legend
yvonnefroehlich Nov 28, 2024
b7f789e
Rename JN - add leading 0
yvonnefroehlich Nov 28, 2024
9b19e0e
Remove old JN
yvonnefroehlich Nov 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ parts:
- file: notebooks
- file: markdown-notebooks
- file: tut01_firstfigure
- file: tut02_spec_pd_gpd
Copy link
Member Author

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])?

Loading