Hello,
My name is Amanda, and I have a quick question regarding the arcpy.MakeNetCDFRasterLayer_md tool. I figured this group of experts would be a great resource for answering my question I am in the process of running the arcpy.MakeNetCDFRasterLayer_md tool for over 12000 netcdf files, and I am having issues with the tool. My script works and is able to convert netcdfs to tiffs through a combination of the arcpy.MakeNetCDFRasterLayer_md and arcpy.CopyRaster_management tools, but after about 2000 files the script errors with "ERROR 000271: Cannot open the input datasets". It is not a data set issue, as if you start the script again at the failing point, it works for the next 2000+ data files and errors again. I am wondering why this is happening. I have a suspicion that it is memory related or environment related, but I cannot seem to fix the issue. I have attached the script below (not including the loop information or specific directory information). Again, this is not a syntax issue as it works. It seems