mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.8K
active users

#xarray

0 posts0 participants0 posts today

I am really looking forward to a time when scientific data analysis is less of a constant fuckaround and fight with technical bullshit. I'd *really* like

- #netCDF natively supporting complex numbers
- #Python #xarray and #pandas to natively support physical units (#pint is great on its own but the integrations leave a LOT to be desired)
- #Jupyter notebooks to suck less (crashes, glitches, widget plots not saved statically, an effing BUILTIN formatter, etc.)
- proper data pipeline systems
...

Seeking recommendations for a #WebMapping tutorial / course?

Slightly at sea on where to start.

- My current JS skill level is _extreme novice_.
- I don't have access to ArcGIS.
- Comfortable with #QGIS [*] and the #python #geospatial ecosystem (#geopandas #xarray #rasterio and plotting with #matplotlib)

Suggestions welcome. TIA. 👍

* I have looked at the qgis2web plugin, but having some issues associated with my aged laptop (2012 mbp running Ubuntu) and a 'Wayland session'.

Justus made a great intro on using #DGGS through #xarray #xdggs at the #Pangeo showcase talk. Xdggs is now in a stage where you can use it fairly robustly with #HEALPIX and #H3. Other integrations like for #DGGRID are developed as separate plugins.

youtube.com/watch?v=bAMGFKsxsj

youtube.com- YouTubeEnjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

I am moving all my computing libraries to #xarray, no regrets. It is a natural way to manipulate datasets of rectangular arrays, with named coordinates and dimensions: xarray.dev/
There are several possible backends, including #dask which allows lazy data loading.
I had the pleasure of meeting some of the devs last week, who showed me a preview of the upcoming `DataTree` structure which is going to make this library even more versatile!

xarray.devXarray: N-D labeled arrays and datasets in Python

🌍📊 Want to work with NetCDF files in Python? My tutorial series covers everything from opening and plotting NetCDF data to creating CF-compliant files for FAIR data publication.

Whether you're new to NetCDF or looking to enhance your skills, I've got you covered! 🚀 Check it out: lhmarsden.github.io/NetCDF_in_

Topics include:
🔸Extracting data 📝
🔸Plotting 📈
🔸Creating CF-compliant files 🌐
🔸Granularity 🖥️
🔸CF & ACDD 🖥️

Suggestions? Let me know! #Python #DataScience #NetCDF #xarray #FAIRData #ClimateData

My mental picture of image files has always been of pixels covering a surface as tiles each like a tiny rectangular shapefile.

Investigating #Python #xarray has made me see the elegance of handling images as a grid of equally spaced dimensionless sensor readings. Upscaling/downscaling and interpolation become more meaningful and lossless, and image data is functionally identical to (although denser than) other point-based sensor data (e.g. weather stations).

The data science becomes so clean.

v0.3.0 of yt_xarray is out!

This includes the initial release of the embedded transformation framework -- the main perk being how it simplifies the process of using yt's volume rendering methods with non-cartesian data (which is common in geophysical datasets)!

Full release notes at github.com/data-exp-lab/yt_xar

Figure uses relative humidity from a MERRA-2, see chrishavlin.github.io/NASASoft for an overview.

Stoked about recent progress on yt_xarray's embedded transformation framework! This new feature takes a non-cartesian #xarray dataset and wraps it in a cartesian #yt dataset. As yt needs data, it will interpolate data on demand. This let's you use yt's volume rendering without saving off interpolated versions of datasets (which is how I used to do things...). Makes it **much** easier to generate volume renderings of geophysical fields with yt.
#python #data_viz #3d