README.md
pyproject.toml
src/pyraingen/__init__.py
src/pyraingen/aggregaterainfall.py
src/pyraingen/computeifd.py
src/pyraingen/computesubdailykde.py
src/pyraingen/convert_daily_to_NetCDF.py
src/pyraingen/dailysequences.py
src/pyraingen/datevectojd.py
src/pyraingen/get_coeffs.py
src/pyraingen/get_example_data.py
src/pyraingen/get_index.py
src/pyraingen/getdaysperyear.py
src/pyraingen/getfragments.py
src/pyraingen/getndailysims.py
src/pyraingen/getnearbystations.py
src/pyraingen/getseasonfromday.py
src/pyraingen/getwetstate.py
src/pyraingen/global_.py
src/pyraingen/ifdcond.py
src/pyraingen/ifdcondobjfun.py
src/pyraingen/ifdcorrection.py
src/pyraingen/jdtodatevec.py
src/pyraingen/loadsubdailystationmeta.py
src/pyraingen/maxgooddays.py
src/pyraingen/nearbystations.py
src/pyraingen/numberofyears.py
src/pyraingen/paddata.py
src/pyraingen/producedailynetcdf.py
src/pyraingen/producesubdailynetcdf.py
src/pyraingen/readcoefficients.py
src/pyraingen/readdata.py
src/pyraingen/readsynthrainnetcdf.py
src/pyraingen/regionaliseddailysim.py
src/pyraingen/regionalisedsubdailysim.py
src/pyraingen/subdailydisaggregation.py
src/pyraingen/targetstations.py
src/pyraingen.egg-info/PKG-INFO
src/pyraingen.egg-info/SOURCES.txt
src/pyraingen.egg-info/dependency_links.txt
src/pyraingen.egg-info/requires.txt
src/pyraingen.egg-info/top_level.txt
src/pyraingen/daily/__init__.py
src/pyraingen/daily/_jit.py
src/pyraingen/daily/calendarutil.py
src/pyraingen/daily/core.py
src/pyraingen/daily/io.py
src/pyraingen/daily/poolstats.py
src/pyraingen/daily/preprocess.py
src/pyraingen/daily/rng.py
src/pyraingen/daily/simulate.py
src/pyraingen/data/__init__.py
src/pyraingen/data/coefficients.dat
src/pyraingen/data/daily_logreg_coefs.csv
src/pyraingen/data/index.nc
src/pyraingen/data/stn_record.csv
src/pyraingen/data/example/__init__.py
src/pyraingen/data/example/daily/__init__.py
src/pyraingen/data/example/daily/rev_dr061003.txt
src/pyraingen/data/example/daily/rev_dr061072.txt
src/pyraingen/data/example/daily/rev_dr061223.txt
src/pyraingen/data/example/daily/rev_dr066072.txt
src/pyraingen/data/example/daily/rev_dr066101.txt
src/pyraingen/data/example/ifd/__init__.py
src/pyraingen/data/example/ifd/subdaily.nc
src/pyraingen/data/example/ifd/targetifds.csv
src/pyraingen/data/example/subdaily/__init__.py
src/pyraingen/data/example/subdaily/daily.nc
src/pyraingen/data/example/subdaily/plv009789.nc
src/pyraingen/data/example/subdaily/plv061029.nc
src/pyraingen/data/example/subdaily/plv061078.nc
src/pyraingen/data/example/subdaily/plv061152.nc
src/pyraingen/data/example/subdaily/plv061178.nc
src/pyraingen/data/example/subdaily/plv061209.nc
src/pyraingen/data/example/subdaily/plv061211.nc
src/pyraingen/data/example/subdaily/plv061223.nc
src/pyraingen/data/example/subdaily/plv061240.nc
src/pyraingen/data/example/subdaily/plv061351.nc
src/pyraingen/data/example/subdaily/plv063023.nc
src/pyraingen/data/example/subdaily/plv063039.nc
src/pyraingen/data/example/subdaily/plv063043.nc
src/pyraingen/data/example/subdaily/plv063108.nc
src/pyraingen/data/example/subdaily/plv063253.nc
src/pyraingen/data/example/subdaily/plv063254.nc
src/pyraingen/data/example/subdaily/plv066037.nc
src/pyraingen/data/example/subdaily/plv066062.nc
src/pyraingen/data/example/subdaily/plv066063.nc
src/pyraingen/data/example/subdaily/plv066124.nc
src/pyraingen/data/example/subdaily/plv066137.nc
src/pyraingen/data/example/subdaily/plv066142.nc
src/pyraingen/data/example/subdaily/plv066164.nc
src/pyraingen/data/example/subdaily/plv067006.nc
src/pyraingen/data/example/subdaily/plv067033.nc
src/pyraingen/data/example/subdaily/plv067035.nc
src/pyraingen/data/example/subdaily/plv068102.nc
src/pyraingen/data/example/subdaily/plv068117.nc
src/pyraingen/data/example/subdaily/plv068131.nc
src/pyraingen/data/example/subdaily/plv070025.nc
src/pyraingen/data/example/subdaily/plv070080.nc
src/pyraingen/data/example/subdaily/plv071063.nc
src/pyraingen/data/example/subdaily/plv072091.nc
src/pyraingen/data/example/subdaily/plv072116.nc
tests/test_daily_generator.py
tests/test_daily_kernels.py
tests/test_daily_rng.py
tests/test_getexampledata.py
tests/test_getnearbystations_daily.py
tests/test_getnearbystations_subdaily.py
tests/test_ifd.py
tests/test_ifdcond.py
tests/test_regionaliseddailysim.py
tests/test_regionalisedsubdailysim.py
tests/test_subdaily.py