You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools-we-use.qmd
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,18 +25,25 @@ There are many Python packages available for working with Earth science data. T
25
25
[`rasterio`](https://rasterio.readthedocs.io/en/stable/intro.html) is a Python geospatial library for working with raster data.
26
26
27
27
#### 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).
28
29
29
30
#### Geopandas
31
+
[`geopandas`](https://geopandas.org/en/stable/) is an extension to `pandas` to work with geospatial data.
0 commit comments