xCDAT / xcdat

An extension of xarray for climate data analysis on structured grids.
https://xcdat.readthedocs.io/en/latest/
Apache License 2.0
115 stars 12 forks source link

[Doc]: Add a regridding section to xCDAT FAQ #524

Closed jypeter closed 1 year ago

jypeter commented 1 year ago

Describe your documentation update

Easy/correct/consistent regridding is very important in our community (especially for multi-model work), and it would not hurt to mention regridding in the FAQ to help users find their way through the regridding related pages of the documentation. Either when users are already exploring the xCDAT site, or when they are using Google to find out how to regrid model data in Python

Regridding could be an entry point to xCDAT for people who don't know xCDAT but are looking for climate (model) data regridding

I suggest adding a Regridding section to the FAQ, with possibly the following sub-sections. A scientist or somebody more familiar with grids can surely some up with something better, but that's the idea

Oh, I just thought about something loosely related to this, but also useful. It could be useful to have an answer/example for that : how can I find the model data point closest to a givent (lat, lon) coordinate (e.g. field data)? That's a common question when people try to do some basic model/data comparison, and it could also provide a good entry point for users who don't know xCDAT

jypeter commented 1 year ago

When trying to look for a page with graphical model grids examples, I have found the following reference : Grids in Numerical Weather and Climate Models

I was actually looking for a page with some nice grid examples, but I still have not found anything better than this unmaintained gridspec page. The gridded home page lists grids types, but does not give any visual examples (the only thing that beginners need).

Maybe somebody will know a nice link