I'm trying to write a python script to convert a folder of .asc files (365 files for every year in different folders organized by year) that have the yearmonthdate in their filename to have the yearjuliandate instead.The format they are in: ETos19810101.asc.I want them to be as: ETos1981001.asc
How do I write this in Python where I can iterate over each file and convert it to the correct julian day?
أكثر...
How do I write this in Python where I can iterate over each file and convert it to the correct julian day?
أكثر...