Skip to content

Commit b33a5e0

Browse files
author
Andy Barrett
committed
add descriptions and links for python packages
1 parent b4688e5 commit b33a5e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools-we-use.qmd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,25 @@ There are many Python packages available for working with Earth science data. T
2525
[`rasterio`](https://rasterio.readthedocs.io/en/stable/intro.html) is a Python geospatial library for working with raster data.
2626

2727
#### Pandas
28+
[`pandas`](https://pandas.pydata.org/docs/index.html) is a package to work with tabular data (e.g. the kind of data stored in spreadsheets or databases).
2829

2930
#### Geopandas
31+
[`geopandas`](https://geopandas.org/en/stable/) is an extension to `pandas` to work with geospatial data.
3032

3133
#### cartopy
34+
TBD
3235

3336
#### SlideRule
37+
TBD
3438

3539
#### icepyx
40+
TBD
3641

3742
#### satpy
43+
TBD
3844

3945
#### dask
46+
TBD
4047

4148
## Installing Python Packages
4249

0 commit comments

Comments
 (0)