I tried to create an image stack to create time series data and wanted to create the output file in .nc for further processing in python. However, it makes the number of pixel growing instead of becoming an image stack. For example, one image is 35x35, but when i created the output in .nc it becomes 70x70 for 2 images, and so on. However, this does not happen when I made the format in .tif. Did i do something wrong here?
@jun_lu can you help?
Could you provide more details on how the .nc file is created so that we can reproduce the problem on our computer? Thank you.
Hi thank you for your reply
I tried to have time series of sentinel 1. I am following this tutorial https://step.esa.int/docs/tutorials/S1TBX%20Time-series%20analysis%20with%20Sentinel-1.pdf. And after creating multi temporal stack, I want to continue my work in python and therefore I tried to save the file in netcdf format. But when I did it, it always failed. So i did it with geotiff format. However, I am still curious why .nc format does not work.
Thanks a lot