Rather than purely basing the dataset's projection off the data we should add the option to pass a desired dataset CRS to reproject all the data bands to.
I think this will involve adding a keyword argument to yt.load (or maybe later in the process when we define a container?) taking a CRS string (e.g. "epsg:****") which would be readable by rasterio.
This could then be set as the dataset's crs and all bands would be reprojected as normal.
Rather than purely basing the dataset's projection off the data we should add the option to pass a desired dataset CRS to reproject all the data bands to.
I think this will involve adding a keyword argument to yt.load (or maybe later in the process when we define a container?) taking a CRS string (e.g. "epsg:****") which would be readable by rasterio.
This could then be set as the dataset's crs and all bands would be reprojected as normal.