Skip to content

Commit

Permalink
fix(url): cloud native link no longer resolves
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Oct 2, 2024
1 parent 44d0950 commit af32605
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion partners/pangeo.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ defined by the Pangeo community.
- [Tutorial on using Dask and lazy loading](https://tutorial.dask.org/01_dataframe.html)

- **Use existing data reading and writing libraries rather than creating your own:** In general, your package should use existing libraries for reading and writing data (e.g. xarray, pandas, geopandas, or the libraries those are built on like Zarr, GDAL, pyarrow, etc.) and should not include its own custom code for read/write data operations. These tools already read and write a variety of file types to a variety of file systems that are important to Pangeo users, including Cloud Object storage.
[See 2i2c documentation for more on cloud native file format support.](https://docs.2i2c.org/user/topics/data/cloud/#cloud-native-formats)

0 comments on commit af32605

Please sign in to comment.