disdrodb 0.0.21__py3-none-any.whl → 0.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (279) hide show
  1. disdrodb/__init__.py +132 -15
  2. disdrodb/_config.py +4 -2
  3. disdrodb/_version.py +9 -4
  4. disdrodb/api/checks.py +264 -237
  5. disdrodb/api/configs.py +4 -8
  6. disdrodb/api/create_directories.py +235 -290
  7. disdrodb/api/info.py +217 -26
  8. disdrodb/api/io.py +306 -270
  9. disdrodb/api/path.py +597 -173
  10. disdrodb/api/search.py +486 -0
  11. disdrodb/{metadata/scripts → cli}/disdrodb_check_metadata_archive.py +12 -7
  12. disdrodb/{utils/pandas.py → cli/disdrodb_data_archive_directory.py} +9 -18
  13. disdrodb/cli/disdrodb_download_archive.py +86 -0
  14. disdrodb/cli/disdrodb_download_metadata_archive.py +53 -0
  15. disdrodb/cli/disdrodb_download_station.py +84 -0
  16. disdrodb/{api/scripts → cli}/disdrodb_initialize_station.py +22 -10
  17. disdrodb/cli/disdrodb_metadata_archive_directory.py +32 -0
  18. disdrodb/{data_transfer/scripts/disdrodb_download_station.py → cli/disdrodb_open_data_archive.py} +22 -22
  19. disdrodb/cli/disdrodb_open_logs_directory.py +69 -0
  20. disdrodb/{data_transfer/scripts/disdrodb_upload_station.py → cli/disdrodb_open_metadata_archive.py} +22 -24
  21. disdrodb/cli/disdrodb_open_metadata_directory.py +71 -0
  22. disdrodb/cli/disdrodb_open_product_directory.py +74 -0
  23. disdrodb/cli/disdrodb_open_readers_directory.py +32 -0
  24. disdrodb/{l0/scripts → cli}/disdrodb_run_l0.py +38 -31
  25. disdrodb/{l0/scripts → cli}/disdrodb_run_l0_station.py +32 -30
  26. disdrodb/{l0/scripts → cli}/disdrodb_run_l0a.py +30 -21
  27. disdrodb/{l0/scripts → cli}/disdrodb_run_l0a_station.py +24 -33
  28. disdrodb/{l0/scripts → cli}/disdrodb_run_l0b.py +30 -21
  29. disdrodb/{l0/scripts → cli}/disdrodb_run_l0b_station.py +25 -34
  30. disdrodb/cli/disdrodb_run_l0c.py +130 -0
  31. disdrodb/cli/disdrodb_run_l0c_station.py +129 -0
  32. disdrodb/cli/disdrodb_run_l1.py +122 -0
  33. disdrodb/cli/disdrodb_run_l1_station.py +121 -0
  34. disdrodb/cli/disdrodb_run_l2e.py +122 -0
  35. disdrodb/cli/disdrodb_run_l2e_station.py +122 -0
  36. disdrodb/cli/disdrodb_run_l2m.py +122 -0
  37. disdrodb/cli/disdrodb_run_l2m_station.py +122 -0
  38. disdrodb/cli/disdrodb_upload_archive.py +105 -0
  39. disdrodb/cli/disdrodb_upload_station.py +98 -0
  40. disdrodb/configs.py +90 -25
  41. disdrodb/data_transfer/__init__.py +22 -0
  42. disdrodb/data_transfer/download_data.py +87 -90
  43. disdrodb/data_transfer/upload_data.py +64 -37
  44. disdrodb/data_transfer/zenodo.py +15 -18
  45. disdrodb/docs.py +1 -1
  46. disdrodb/issue/__init__.py +17 -4
  47. disdrodb/issue/checks.py +10 -23
  48. disdrodb/issue/reader.py +9 -12
  49. disdrodb/issue/writer.py +14 -17
  50. disdrodb/l0/__init__.py +17 -26
  51. disdrodb/l0/check_configs.py +35 -23
  52. disdrodb/l0/check_standards.py +46 -51
  53. disdrodb/l0/configs/{Thies_LPM → LPM}/bins_diameter.yml +44 -44
  54. disdrodb/l0/configs/{Thies_LPM → LPM}/bins_velocity.yml +40 -40
  55. disdrodb/l0/configs/LPM/l0a_encodings.yml +80 -0
  56. disdrodb/l0/configs/{Thies_LPM → LPM}/l0b_cf_attrs.yml +84 -65
  57. disdrodb/l0/configs/{Thies_LPM → LPM}/l0b_encodings.yml +50 -9
  58. disdrodb/l0/configs/{Thies_LPM → LPM}/raw_data_format.yml +285 -245
  59. disdrodb/l0/configs/{OTT_Parsivel → PARSIVEL}/bins_diameter.yml +66 -66
  60. disdrodb/l0/configs/{OTT_Parsivel → PARSIVEL}/bins_velocity.yml +64 -64
  61. disdrodb/l0/configs/PARSIVEL/l0a_encodings.yml +32 -0
  62. disdrodb/l0/configs/{OTT_Parsivel → PARSIVEL}/l0b_cf_attrs.yml +23 -21
  63. disdrodb/l0/configs/{OTT_Parsivel → PARSIVEL}/l0b_encodings.yml +17 -17
  64. disdrodb/l0/configs/{OTT_Parsivel → PARSIVEL}/raw_data_format.yml +77 -77
  65. disdrodb/l0/configs/{OTT_Parsivel2 → PARSIVEL2}/bins_diameter.yml +64 -64
  66. disdrodb/l0/configs/{OTT_Parsivel2 → PARSIVEL2}/bins_velocity.yml +64 -64
  67. disdrodb/l0/configs/PARSIVEL2/l0a_encodings.yml +39 -0
  68. disdrodb/l0/configs/{OTT_Parsivel2 → PARSIVEL2}/l0b_cf_attrs.yml +28 -26
  69. disdrodb/l0/configs/{OTT_Parsivel2 → PARSIVEL2}/l0b_encodings.yml +20 -20
  70. disdrodb/l0/configs/{OTT_Parsivel2 → PARSIVEL2}/raw_data_format.yml +107 -107
  71. disdrodb/l0/configs/PWS100/bins_diameter.yml +173 -0
  72. disdrodb/l0/configs/PWS100/bins_velocity.yml +173 -0
  73. disdrodb/l0/configs/PWS100/l0a_encodings.yml +19 -0
  74. disdrodb/l0/configs/PWS100/l0b_cf_attrs.yml +76 -0
  75. disdrodb/l0/configs/PWS100/l0b_encodings.yml +176 -0
  76. disdrodb/l0/configs/PWS100/raw_data_format.yml +182 -0
  77. disdrodb/l0/configs/{RD_80 → RD80}/bins_diameter.yml +40 -40
  78. disdrodb/l0/configs/RD80/l0a_encodings.yml +16 -0
  79. disdrodb/l0/configs/{RD_80 → RD80}/l0b_cf_attrs.yml +3 -3
  80. disdrodb/l0/configs/RD80/l0b_encodings.yml +135 -0
  81. disdrodb/l0/configs/{RD_80 → RD80}/raw_data_format.yml +46 -50
  82. disdrodb/l0/l0_reader.py +216 -340
  83. disdrodb/l0/l0a_processing.py +237 -208
  84. disdrodb/l0/l0b_nc_processing.py +227 -80
  85. disdrodb/l0/l0b_processing.py +96 -174
  86. disdrodb/l0/l0c_processing.py +627 -0
  87. disdrodb/l0/readers/{ARM → LPM/ARM}/ARM_LPM.py +36 -58
  88. disdrodb/l0/readers/LPM/AUSTRALIA/MELBOURNE_2007_LPM.py +236 -0
  89. disdrodb/l0/readers/LPM/BRAZIL/CHUVA_LPM.py +185 -0
  90. disdrodb/l0/readers/LPM/BRAZIL/GOAMAZON_LPM.py +185 -0
  91. disdrodb/l0/readers/LPM/ITALY/GID_LPM.py +195 -0
  92. disdrodb/l0/readers/LPM/ITALY/GID_LPM_W.py +210 -0
  93. disdrodb/l0/readers/{BRAZIL/GOAMAZON_LPM.py → LPM/KIT/CHWALA.py} +97 -76
  94. disdrodb/l0/readers/LPM/SLOVENIA/ARSO.py +197 -0
  95. disdrodb/l0/readers/LPM/SLOVENIA/CRNI_VRH.py +197 -0
  96. disdrodb/l0/readers/{UK → LPM/UK}/DIVEN.py +14 -35
  97. disdrodb/l0/readers/PARSIVEL/AUSTRALIA/MELBOURNE_2007_PARSIVEL.py +157 -0
  98. disdrodb/l0/readers/PARSIVEL/CHINA/CHONGQING.py +113 -0
  99. disdrodb/l0/readers/{EPFL → PARSIVEL/EPFL}/ARCTIC_2021.py +40 -57
  100. disdrodb/l0/readers/{EPFL → PARSIVEL/EPFL}/COMMON_2011.py +37 -54
  101. disdrodb/l0/readers/{EPFL → PARSIVEL/EPFL}/DAVOS_2009_2011.py +34 -51
  102. disdrodb/l0/readers/{EPFL → PARSIVEL/EPFL}/EPFL_2009.py +34 -51
  103. disdrodb/l0/readers/{EPFL/PARADISO_2014.py → PARSIVEL/EPFL/EPFL_ROOF_2008.py} +38 -50
  104. disdrodb/l0/readers/PARSIVEL/EPFL/EPFL_ROOF_2010.py +105 -0
  105. disdrodb/l0/readers/{EPFL → PARSIVEL/EPFL}/EPFL_ROOF_2011.py +34 -51
  106. disdrodb/l0/readers/{EPFL → PARSIVEL/EPFL}/EPFL_ROOF_2012.py +33 -51
  107. disdrodb/l0/readers/{EPFL → PARSIVEL/EPFL}/GENEPI_2007.py +25 -44
  108. disdrodb/l0/readers/{EPFL → PARSIVEL/EPFL}/GRAND_ST_BERNARD_2007.py +25 -44
  109. disdrodb/l0/readers/{EPFL → PARSIVEL/EPFL}/GRAND_ST_BERNARD_2007_2.py +25 -44
  110. disdrodb/l0/readers/{EPFL → PARSIVEL/EPFL}/HPICONET_2010.py +34 -51
  111. disdrodb/l0/readers/{EPFL/EPFL_ROOF_2010.py → PARSIVEL/EPFL/HYMEX_LTE_SOP2.py} +37 -50
  112. disdrodb/l0/readers/PARSIVEL/EPFL/HYMEX_LTE_SOP3.py +111 -0
  113. disdrodb/l0/readers/{EPFL → PARSIVEL/EPFL}/HYMEX_LTE_SOP4.py +36 -54
  114. disdrodb/l0/readers/{EPFL → PARSIVEL/EPFL}/LOCARNO_2018.py +34 -52
  115. disdrodb/l0/readers/{EPFL → PARSIVEL/EPFL}/LOCARNO_2019.py +38 -56
  116. disdrodb/l0/readers/PARSIVEL/EPFL/PARADISO_2014.py +105 -0
  117. disdrodb/l0/readers/{EPFL → PARSIVEL/EPFL}/PARSIVEL_2007.py +27 -45
  118. disdrodb/l0/readers/{EPFL → PARSIVEL/EPFL}/PLATO_2019.py +24 -44
  119. disdrodb/l0/readers/PARSIVEL/EPFL/RACLETS_2019.py +140 -0
  120. disdrodb/l0/readers/{EPFL → PARSIVEL/EPFL}/RACLETS_2019_WJF.py +41 -59
  121. disdrodb/l0/readers/{EPFL → PARSIVEL/EPFL}/RIETHOLZBACH_2011.py +34 -51
  122. disdrodb/l0/readers/PARSIVEL/EPFL/SAMOYLOV_2017.py +117 -0
  123. disdrodb/l0/readers/PARSIVEL/EPFL/SAMOYLOV_2019.py +137 -0
  124. disdrodb/l0/readers/{EPFL → PARSIVEL/EPFL}/UNIL_2022.py +42 -55
  125. disdrodb/l0/readers/PARSIVEL/GPM/IFLOODS.py +104 -0
  126. disdrodb/l0/readers/{GPM → PARSIVEL/GPM}/LPVEX.py +29 -48
  127. disdrodb/l0/readers/PARSIVEL/GPM/MC3E.py +184 -0
  128. disdrodb/l0/readers/PARSIVEL/KIT/BURKINA_FASO.py +133 -0
  129. disdrodb/l0/readers/PARSIVEL/NCAR/CCOPE_2015.py +113 -0
  130. disdrodb/l0/readers/{NCAR/VORTEX_SE_2016_P1.py → PARSIVEL/NCAR/OWLES_MIPS.py} +46 -72
  131. disdrodb/l0/readers/PARSIVEL/NCAR/PECAN_MOBILE.py +125 -0
  132. disdrodb/l0/readers/{NCAR/OWLES_MIPS.py → PARSIVEL/NCAR/PLOWS_MIPS.py} +45 -64
  133. disdrodb/l0/readers/PARSIVEL/NCAR/VORTEX2_2009.py +114 -0
  134. disdrodb/l0/readers/PARSIVEL/NCAR/VORTEX2_2010.py +176 -0
  135. disdrodb/l0/readers/PARSIVEL/NCAR/VORTEX2_2010_UF.py +183 -0
  136. disdrodb/l0/readers/PARSIVEL/SLOVENIA/UL_FGG.py +121 -0
  137. disdrodb/l0/readers/{ARM/ARM_LD.py → PARSIVEL2/ARM/ARM_PARSIVEL2.py} +27 -50
  138. disdrodb/l0/readers/PARSIVEL2/BRAZIL/CHUVA_PARSIVEL2.py +163 -0
  139. disdrodb/l0/readers/PARSIVEL2/BRAZIL/GOAMAZON_PARSIVEL2.py +163 -0
  140. disdrodb/l0/readers/{DENMARK → PARSIVEL2/DENMARK}/EROSION_nc.py +14 -35
  141. disdrodb/l0/readers/PARSIVEL2/FRANCE/ENPC_PARSIVEL2.py +189 -0
  142. disdrodb/l0/readers/PARSIVEL2/FRANCE/SIRTA_PARSIVEL2.py +119 -0
  143. disdrodb/l0/readers/PARSIVEL2/GPM/GCPEX.py +104 -0
  144. disdrodb/l0/readers/PARSIVEL2/GPM/NSSTC.py +176 -0
  145. disdrodb/l0/readers/PARSIVEL2/ITALY/GID_PARSIVEL2.py +32 -0
  146. disdrodb/l0/readers/PARSIVEL2/MEXICO/OH_IIUNAM_nc.py +56 -0
  147. disdrodb/l0/readers/PARSIVEL2/NCAR/PECAN_FP3.py +120 -0
  148. disdrodb/l0/readers/{NCAR → PARSIVEL2/NCAR}/PECAN_MIPS.py +45 -64
  149. disdrodb/l0/readers/PARSIVEL2/NCAR/RELAMPAGO_PARSIVEL2.py +181 -0
  150. disdrodb/l0/readers/PARSIVEL2/NCAR/SNOWIE_PJ.py +160 -0
  151. disdrodb/l0/readers/PARSIVEL2/NCAR/SNOWIE_SB.py +160 -0
  152. disdrodb/l0/readers/{NCAR/PLOWS_MIPS.py → PARSIVEL2/NCAR/VORTEX_SE_2016_P1.py} +49 -66
  153. disdrodb/l0/readers/PARSIVEL2/NCAR/VORTEX_SE_2016_P2.py +118 -0
  154. disdrodb/l0/readers/PARSIVEL2/NCAR/VORTEX_SE_2016_PIPS.py +152 -0
  155. disdrodb/l0/readers/PARSIVEL2/NETHERLANDS/DELFT.py +166 -0
  156. disdrodb/l0/readers/PWS100/FRANCE/ENPC_PWS100.py +150 -0
  157. disdrodb/l0/readers/{NCAR/RELAMPAGO_RD80.py → RD80/BRAZIL/CHUVA_RD80.py} +36 -60
  158. disdrodb/l0/readers/{BRAZIL → RD80/BRAZIL}/GOAMAZON_RD80.py +36 -55
  159. disdrodb/l0/readers/{NCAR → RD80/NCAR}/CINDY_2011_RD80.py +35 -54
  160. disdrodb/l0/readers/{BRAZIL/CHUVA_RD80.py → RD80/NCAR/RELAMPAGO_RD80.py} +40 -54
  161. disdrodb/l0/readers/RD80/NOAA/PSL_RD80.py +274 -0
  162. disdrodb/l0/readers/template_reader_raw_netcdf_data.py +62 -0
  163. disdrodb/l0/readers/{reader_template.py → template_reader_raw_text_data.py} +20 -44
  164. disdrodb/l0/routines.py +885 -581
  165. disdrodb/l0/standards.py +77 -238
  166. disdrodb/l0/template_tools.py +105 -110
  167. disdrodb/l1/__init__.py +17 -0
  168. disdrodb/l1/beard_model.py +716 -0
  169. disdrodb/l1/encoding_attrs.py +635 -0
  170. disdrodb/l1/fall_velocity.py +260 -0
  171. disdrodb/l1/filters.py +192 -0
  172. disdrodb/l1/processing.py +202 -0
  173. disdrodb/l1/resampling.py +236 -0
  174. disdrodb/l1/routines.py +358 -0
  175. disdrodb/l1_env/__init__.py +17 -0
  176. disdrodb/l1_env/routines.py +38 -0
  177. disdrodb/l2/__init__.py +17 -0
  178. disdrodb/l2/empirical_dsd.py +1833 -0
  179. disdrodb/l2/event.py +388 -0
  180. disdrodb/l2/processing.py +528 -0
  181. disdrodb/l2/processing_options.py +213 -0
  182. disdrodb/l2/routines.py +868 -0
  183. disdrodb/metadata/__init__.py +9 -2
  184. disdrodb/metadata/checks.py +180 -124
  185. disdrodb/metadata/download.py +81 -0
  186. disdrodb/metadata/geolocation.py +146 -0
  187. disdrodb/metadata/info.py +20 -13
  188. disdrodb/metadata/manipulation.py +3 -3
  189. disdrodb/metadata/reader.py +59 -8
  190. disdrodb/metadata/search.py +77 -144
  191. disdrodb/metadata/standards.py +83 -80
  192. disdrodb/metadata/writer.py +10 -16
  193. disdrodb/psd/__init__.py +38 -0
  194. disdrodb/psd/fitting.py +2146 -0
  195. disdrodb/psd/models.py +774 -0
  196. disdrodb/routines.py +1412 -0
  197. disdrodb/scattering/__init__.py +28 -0
  198. disdrodb/scattering/axis_ratio.py +344 -0
  199. disdrodb/scattering/routines.py +456 -0
  200. disdrodb/utils/__init__.py +17 -0
  201. disdrodb/utils/attrs.py +208 -0
  202. disdrodb/utils/cli.py +269 -0
  203. disdrodb/utils/compression.py +60 -42
  204. disdrodb/utils/dask.py +62 -0
  205. disdrodb/utils/dataframe.py +342 -0
  206. disdrodb/utils/decorators.py +110 -0
  207. disdrodb/utils/directories.py +107 -46
  208. disdrodb/utils/encoding.py +127 -0
  209. disdrodb/utils/list.py +29 -0
  210. disdrodb/utils/logger.py +168 -46
  211. disdrodb/utils/time.py +657 -0
  212. disdrodb/utils/warnings.py +30 -0
  213. disdrodb/utils/writer.py +57 -0
  214. disdrodb/utils/xarray.py +138 -47
  215. disdrodb/utils/yaml.py +0 -1
  216. disdrodb/viz/__init__.py +17 -0
  217. disdrodb/viz/plots.py +17 -0
  218. disdrodb-0.1.1.dist-info/METADATA +294 -0
  219. disdrodb-0.1.1.dist-info/RECORD +232 -0
  220. {disdrodb-0.0.21.dist-info → disdrodb-0.1.1.dist-info}/WHEEL +1 -1
  221. disdrodb-0.1.1.dist-info/entry_points.txt +30 -0
  222. disdrodb/data_transfer/scripts/disdrodb_download_archive.py +0 -53
  223. disdrodb/data_transfer/scripts/disdrodb_upload_archive.py +0 -57
  224. disdrodb/l0/configs/OTT_Parsivel/l0a_encodings.yml +0 -32
  225. disdrodb/l0/configs/OTT_Parsivel2/l0a_encodings.yml +0 -39
  226. disdrodb/l0/configs/RD_80/l0a_encodings.yml +0 -16
  227. disdrodb/l0/configs/RD_80/l0b_encodings.yml +0 -135
  228. disdrodb/l0/configs/Thies_LPM/l0a_encodings.yml +0 -80
  229. disdrodb/l0/io.py +0 -257
  230. disdrodb/l0/l0_processing.py +0 -1091
  231. disdrodb/l0/readers/AUSTRALIA/MELBOURNE_2007_OTT.py +0 -178
  232. disdrodb/l0/readers/AUSTRALIA/MELBOURNE_2007_THIES.py +0 -247
  233. disdrodb/l0/readers/BRAZIL/CHUVA_LPM.py +0 -204
  234. disdrodb/l0/readers/BRAZIL/CHUVA_OTT.py +0 -183
  235. disdrodb/l0/readers/BRAZIL/GOAMAZON_OTT.py +0 -183
  236. disdrodb/l0/readers/CHINA/CHONGQING.py +0 -131
  237. disdrodb/l0/readers/EPFL/EPFL_ROOF_2008.py +0 -128
  238. disdrodb/l0/readers/EPFL/HYMEX_LTE_SOP2.py +0 -127
  239. disdrodb/l0/readers/EPFL/HYMEX_LTE_SOP3.py +0 -129
  240. disdrodb/l0/readers/EPFL/RACLETS_2019.py +0 -158
  241. disdrodb/l0/readers/EPFL/SAMOYLOV_2017.py +0 -136
  242. disdrodb/l0/readers/EPFL/SAMOYLOV_2019.py +0 -158
  243. disdrodb/l0/readers/FRANCE/SIRTA_OTT2.py +0 -138
  244. disdrodb/l0/readers/GPM/GCPEX.py +0 -123
  245. disdrodb/l0/readers/GPM/IFLOODS.py +0 -123
  246. disdrodb/l0/readers/GPM/MC3E.py +0 -123
  247. disdrodb/l0/readers/GPM/NSSTC.py +0 -164
  248. disdrodb/l0/readers/ITALY/GID.py +0 -199
  249. disdrodb/l0/readers/MEXICO/OH_IIUNAM_nc.py +0 -92
  250. disdrodb/l0/readers/NCAR/CCOPE_2015.py +0 -133
  251. disdrodb/l0/readers/NCAR/PECAN_FP3.py +0 -137
  252. disdrodb/l0/readers/NCAR/PECAN_MOBILE.py +0 -144
  253. disdrodb/l0/readers/NCAR/RELAMPAGO_OTT.py +0 -195
  254. disdrodb/l0/readers/NCAR/SNOWIE_PJ.py +0 -172
  255. disdrodb/l0/readers/NCAR/SNOWIE_SB.py +0 -179
  256. disdrodb/l0/readers/NCAR/VORTEX2_2009.py +0 -133
  257. disdrodb/l0/readers/NCAR/VORTEX2_2010.py +0 -188
  258. disdrodb/l0/readers/NCAR/VORTEX2_2010_UF.py +0 -191
  259. disdrodb/l0/readers/NCAR/VORTEX_SE_2016_P2.py +0 -135
  260. disdrodb/l0/readers/NCAR/VORTEX_SE_2016_PIPS.py +0 -170
  261. disdrodb/l0/readers/NETHERLANDS/DELFT.py +0 -187
  262. disdrodb/l0/readers/SPAIN/SBEGUERIA.py +0 -179
  263. disdrodb/l0/scripts/disdrodb_run_l0b_concat.py +0 -93
  264. disdrodb/l0/scripts/disdrodb_run_l0b_concat_station.py +0 -85
  265. disdrodb/utils/netcdf.py +0 -452
  266. disdrodb/utils/scripts.py +0 -102
  267. disdrodb-0.0.21.dist-info/AUTHORS.md +0 -18
  268. disdrodb-0.0.21.dist-info/METADATA +0 -186
  269. disdrodb-0.0.21.dist-info/RECORD +0 -168
  270. disdrodb-0.0.21.dist-info/entry_points.txt +0 -15
  271. /disdrodb/l0/configs/{RD_80 → RD80}/bins_velocity.yml +0 -0
  272. /disdrodb/l0/manuals/{Thies_LPM.pdf → LPM.pdf} +0 -0
  273. /disdrodb/l0/manuals/{ODM_470.pdf → ODM470.pdf} +0 -0
  274. /disdrodb/l0/manuals/{OTT_Parsivel.pdf → PARSIVEL.pdf} +0 -0
  275. /disdrodb/l0/manuals/{OTT_Parsivel2.pdf → PARSIVEL2.pdf} +0 -0
  276. /disdrodb/l0/manuals/{PWS_100.pdf → PWS100.pdf} +0 -0
  277. /disdrodb/l0/manuals/{RD_80.pdf → RD80.pdf} +0 -0
  278. {disdrodb-0.0.21.dist-info → disdrodb-0.1.1.dist-info/licenses}/LICENSE +0 -0
  279. {disdrodb-0.0.21.dist-info → disdrodb-0.1.1.dist-info}/top_level.txt +0 -0
disdrodb/utils/scripts.py DELETED
@@ -1,102 +0,0 @@
1
- #!/usr/bin/env python3
2
-
3
- # -----------------------------------------------------------------------------.
4
- # Copyright (c) 2021-2023 DISDRODB developers
5
- #
6
- # This program is free software: you can redistribute it and/or modify
7
- # it under the terms of the GNU General Public License as published by
8
- # the Free Software Foundation, either version 3 of the License, or
9
- # (at your option) any later version.
10
- #
11
- # This program is distributed in the hope that it will be useful,
12
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- # GNU General Public License for more details.
15
- #
16
- # You should have received a copy of the GNU General Public License
17
- # along with this program. If not, see <http://www.gnu.org/licenses/>.
18
- # -----------------------------------------------------------------------------.
19
- """DISDRODB scripts utility."""
20
-
21
- import click
22
-
23
-
24
- def _execute_cmd(cmd, raise_error=False):
25
- """Execute command in the terminal, streaming output in python console."""
26
- from subprocess import PIPE, CalledProcessError, Popen
27
-
28
- with Popen(cmd, shell=True, stdout=PIPE, bufsize=1, universal_newlines=True) as p:
29
- for line in p.stdout:
30
- print(line, end="")
31
-
32
- # Raise error if command didn't run successfully
33
- if p.returncode != 0 and raise_error:
34
- raise CalledProcessError(p.returncode, p.args)
35
-
36
-
37
- def _parse_empty_string_and_none(args):
38
- """Utility to parse argument passed from the command line.
39
- If args = '' --> None
40
- If args = 'None' --> None
41
- Otherwise return args
42
- """
43
- # If '', set to 'None'
44
- args = None if args == "" else args
45
- # - If multiple arguments, split by space
46
- if isinstance(args, str):
47
- if args == "None":
48
- args = None
49
- return args
50
-
51
-
52
- def parse_arg_to_list(args):
53
- """Utility to pass list to command line scripts.
54
-
55
- If args = '' --> None
56
- If args = 'None' --> None
57
- If args = 'variable' --> [variable]
58
- If args = 'variable1 variable2' --> [variable1, variable2]
59
- """
60
- # If '' or 'None' --> Set to None
61
- args = _parse_empty_string_and_none(args)
62
- # - If multiple arguments, split by space
63
- if isinstance(args, str):
64
- # - Split by space
65
- list_args = args.split(" ")
66
- # - Remove '' (deal with multi space)
67
- args = [args for args in list_args if len(args) > 0]
68
- return args
69
-
70
-
71
- def parse_base_dir(base_dir):
72
- """Utility to parse base_dir provided by command line.
73
- If base_dir = 'None' --> None
74
- If base_dir = '' --> None
75
- """
76
- # If '', set to 'None'
77
- return _parse_empty_string_and_none(base_dir)
78
-
79
-
80
- def click_station_arguments(function: object):
81
- """Click command line arguments for DISDRODB station processing.
82
-
83
- Parameters
84
- ----------
85
- function : object
86
- Function.
87
- """
88
- function = click.argument("station_name", metavar="<station>")(function)
89
- function = click.argument("campaign_name", metavar="<CAMPAIGN_NAME>")(function)
90
- function = click.argument("data_source", metavar="<DATA_SOURCE>")(function)
91
- return function
92
-
93
-
94
- def click_base_dir_option(function: object):
95
- function = click.option(
96
- "--base_dir",
97
- type=str,
98
- show_default=True,
99
- default=None,
100
- help="DISDRODB base directory",
101
- )(function)
102
- return function
@@ -1,18 +0,0 @@
1
- # Project Contributors
2
-
3
- The following people have made contributions to this project:
4
-
5
- <!--- Use your GitHub account or any other personal reference URL --->
6
- <!--- If you wish to not use your real name, please use your github username --->
7
- <!--- The list should be alphabetical by last name if possible, with github usernames at the bottom and the istitution --->
8
-
9
- <!--- See https://gist.github.com/djhoese/52220272ec73b12eb8f4a29709be110d for auto-generating parts of this list --->
10
-
11
- - [Alexis Berne](https://people.epfl.ch/alexis.berne?lang=en) - EPFL
12
- - [Gionata Ghiggi (ghiggi)](https://github.com/ghiggi) - EPFL
13
- - [Jacopo Grazioli (jacgraz)](https://github.com/jacgraz) - EPFL
14
- - [Saverio Guzzo (saveriogzz)](https://github.com/saveriogzz) - TU DELFT
15
- - [Kim Candolfi (KimCandolfi)](https://github.com/KimCandolfi) - EPFL
16
- - [Régis Longchamp (regislon)](https://github.com/regislon) - EPFL
17
- - [Son Pham-Ba (sphamba)](https://github.com/sphamba) - EPFL
18
- - [Charlotte Gisèle Weil (charlottegiseleweil)](https://github.com/charlottegiseleweil) - EPFL
@@ -1,186 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: disdrodb
3
- Version: 0.0.21
4
- Summary: disdrodb provides tools to download, standardize, share and analyze global disdrometer data.
5
- Author: Gionata Ghiggi
6
- Project-URL: homepage, https://github.com/ltelab/disdrodb
7
- Project-URL: repository, https://github.com/ltelab/disdrodb
8
- Project-URL: source, https://github.com/ltelab/disdrodb
9
- Project-URL: tracker, https://github.com/ltelab/disdrodb/issues
10
- Project-URL: documentation, https://disdrodb.readthedocs.io
11
- Project-URL: changelog, https://github.com/ltelab/disdrodb/CHANGELOG.md
12
- Keywords: python,disdrometer,parsivel,drop size distribution
13
- Classifier: Development Status :: 1 - Planning
14
- Classifier: Intended Audience :: Developers
15
- Classifier: Programming Language :: Python :: 3
16
- Classifier: Operating System :: Unix
17
- Classifier: Operating System :: MacOS :: MacOS X
18
- Classifier: Operating System :: Microsoft :: Windows
19
- Requires-Python: >=3.8
20
- Description-Content-Type: text/markdown
21
- License-File: LICENSE
22
- License-File: AUTHORS.md
23
- Requires-Dist: click
24
- Requires-Dist: tqdm
25
- Requires-Dist: pooch
26
- Requires-Dist: donfig
27
- Requires-Dist: requests
28
- Requires-Dist: PyYAML
29
- Requires-Dist: trollsift
30
- Requires-Dist: h5py
31
- Requires-Dist: netCDF4
32
- Requires-Dist: pyarrow
33
- Requires-Dist: pandas
34
- Requires-Dist: dask[distributed]
35
- Requires-Dist: xarray
36
- Requires-Dist: setuptools
37
- Provides-Extra: dev
38
- Requires-Dist: sphinx ; extra == 'dev'
39
- Requires-Dist: sphinx-book-theme ; extra == 'dev'
40
- Requires-Dist: nbsphinx ; extra == 'dev'
41
- Requires-Dist: jupyter ; extra == 'dev'
42
- Requires-Dist: pre-commit ; extra == 'dev'
43
- Requires-Dist: pytest ; extra == 'dev'
44
- Requires-Dist: pydantic ; extra == 'dev'
45
- Requires-Dist: pytest-cov ; extra == 'dev'
46
- Requires-Dist: pytest-mock ; extra == 'dev'
47
- Requires-Dist: requests-mock ; extra == 'dev'
48
-
49
- # 📦 DISDRODB - A package to standardize, process and analyze global disdrometer data.
50
-
51
- | | |
52
- | -------------------- | ---------------------------------------------- |
53
- | Deployment | [![PyPI](https://badge.fury.io/py/disdrodb.svg?style=flat)](https://pypi.org/project/disdrodb/) [![Conda](https://img.shields.io/conda/vn/conda-forge/disdrodb.svg?logo=conda-forge&logoColor=white&style=flat)](https://anaconda.org/conda-forge/disdrodb) |
54
- | Activity | [![PyPI Downloads](https://img.shields.io/pypi/dm/disdrodb.svg?label=PyPI%20downloads&style=flat)](https://pypi.org/project/disdrodb/) [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/disdrodb.svg?label=Conda%20downloads&style=flat)](https://anaconda.org/conda-forge/disdrodb) |
55
- | Python Versions | [![Python Versions](https://img.shields.io/badge/Python-3.8%20%203.9%20%203.10%20%203.11%20%203.12-blue?style=flat)](https://www.python.org/downloads/) |
56
- | Supported Systems | [![Linux](https://img.shields.io/github/actions/workflow/status/ltelab/disdrodb/.github/workflows/tests.yml?label=Linux&style=flat)](https://github.com/ltelab/disdrodb/actions/workflows/tests.yml) [![macOS](https://img.shields.io/github/actions/workflow/status/ltelab/disdrodb/.github/workflows/tests.yml?label=macOS&style=flat)](https://github.com/ltelab/disdrodb/actions/workflows/tests.yml) [![Windows](https://img.shields.io/github/actions/workflow/status/ltelab/disdrodb/.github/workflows/tests_windows.yml?label=Windows&style=flat)](https://github.com/ltelab/disdrodb/actions/workflows/tests_windows.yml) |
57
- | Project Status | [![Project Status](https://www.repostatus.org/badges/latest/active.svg?style=flat)](https://www.repostatus.org/#active) |
58
- | Build Status | [![Tests](https://github.com/ltelab/disdrodb/actions/workflows/tests.yml/badge.svg?style=flat)](https://github.com/ltelab/disdrodb/actions/workflows/tests.yml) [![Lint](https://github.com/ltelab/disdrodb/actions/workflows/lint.yml/badge.svg?style=flat)](https://github.com/ltelab/disdrodb/actions/workflows/lint.yml) [![Docs](https://readthedocs.org/projects/disdrodb/badge/?version=latest&style=flat)](https://disdrodb.readthedocs.io/en/latest/) |
59
- | Linting | [![Black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat)](https://github.com/psf/black) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&style=flat)](https://github.com/astral-sh/ruff) [![Codespell](https://img.shields.io/badge/Codespell-enabled-brightgreen?style=flat)](https://github.com/codespell-project/codespell) |
60
- | Code Coverage | [![Coveralls](https://coveralls.io/repos/github/ltelab/disdrodb/badge.svg?branch=main&style=flat)](https://coveralls.io/github/ltelab/disdrodb?branch=main) [![Codecov](https://codecov.io/gh/ltelab/disdrodb/branch/main/graph/badge.svg?style=flat)](https://codecov.io/gh/ltelab/disdrodb) |
61
- | Code Quality | [![Codefactor](https://www.codefactor.io/repository/github/ltelab/disdrodb/badge?style=flat)](https://www.codefactor.io/repository/github/ltelab/disdrodb) [![Codebeat](https://codebeat.co/badges/14ff831b-f064-4bdd-a2e2-72ffdf28a35a?style=flat)](https://codebeat.co/projects/github-com-ltelab-disdrodb-main) [![Codacy](https://app.codacy.com/project/badge/Grade/d823c50a7ad14268bd347b5aba384623?style=flat)](https://app.codacy.com/gh/ltelab/disdrodb/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [![Codescene](https://codescene.io/projects/36773/status-badges/code-health?style=flat)](https://codescene.io/projects/36773) |
62
- | Code Review | [![pyOpenSci](https://tinyurl.com/XXXX)](#) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/XXXX/badge?style=flat)](#) |
63
- | License | [![License](https://img.shields.io/github/license/ltelab/disdrodb?style=flat)](https://github.com/ltelab/disdrodb/blob/main/LICENSE) |
64
- | Community | [![Slack](https://img.shields.io/badge/Slack-disdrodb-green.svg?logo=slack&style=flat)](https://join.slack.com/t/disdrodbworkspace/shared_invite/zt-25l4mvgo7-cfBdXalzlWGd4Pt7H~FqoA) [![GitHub Discussions](https://img.shields.io/badge/GitHub-Discussions-green?logo=github&style=flat)](https://github.com/ltelab/disdrodb/discussions) |
65
- | Citation | [![JOSS](http://joss.theoj.org/papers/<DOI>/joss.<DOI>/status.svg?style=flat)](#) [![DOI](https://zenodo.org/badge/429018433.svg?style=flat)](https://zenodo.org/doi/10.5281/zenodo.7680581) |
66
-
67
- [**Slack**](https://join.slack.com/t/disdrodbworkspace/shared_invite/zt-25l4mvgo7-cfBdXalzlWGd4Pt7H~FqoA) | [**Docs**](https://disdrodb.readthedocs.io/en/latest/)
68
-
69
- DISDRODB is part of an initial effort to index, collect and homogenize drop size distribution (DSD) data sets across the globe,
70
- as well as to establish a global standard for disdrometers observations data sharing.
71
- DISDRODB standards are being established following FAIR data best practices and Climate & Forecast (CF) conventions, and will facilitate
72
- the preprocessing, analysis and visualization of disdrometer data.
73
-
74
- ## ℹ️ Software Overview
75
-
76
- The software currently enable to:
77
- - download the raw disdrometer data from all stations included in the DISDRODB Decentralized Data Archive
78
- - upload raw disdrometer data from the user to the DISDRODB Decentralized Data Archive
79
- - process more than 400 disdrometer stations into a standard NetCDF format (DISDRODB L0 product)
80
-
81
- Currently, the DISDRODB Working Group is discussing the development of various scientific products.
82
- If you have ideas, algorithms, data or expertise to share, or you want to contribute to the future DISDRODB products, do not hesitate to get in touch !!!
83
-
84
- Join the [**DISDRODB Slack Workspace**](https://join.slack.com/t/disdrodbworkspace/shared_invite/zt-25l4mvgo7-cfBdXalzlWGd4Pt7H~FqoA) to meet the DISDRODB Community !
85
-
86
-
87
- ## 🚀 Quick Start
88
-
89
- You're about to create your very own DISDRODB Local Data Archive. All it takes is a simple command-line journey.
90
-
91
- #### 📚 Set up the DISDRODB Metadata And Local Data Archive
92
-
93
- Let's start by travel to the directory where you want to store the DISDRODB Data Archive.
94
-
95
- Then clone the DISDRODB Metadata Archive repository with:
96
-
97
- ```bash
98
-
99
- git clone https://github.com/ltelab/disdrodb-data.git
100
- ```
101
-
102
- This will create a directory called ``disdrodb-data``, which is ready to be filled with data from the DISDRODB Decentralized Data Archive.
103
-
104
- But before starting to download some data, we need to specify the location of the DISDRODB Local Archive.
105
-
106
- You can specify once forever the default DISDRODB Local Archive directory by running in python:
107
-
108
- ```python
109
- import disdrodb
110
- base_dir = "<the_path_to>/disdrodb-data/DISDRODB>"
111
- disdrodb.define_configs(base_dir=base_dir)
112
- ```
113
-
114
- or set up the (temporary) environment variable `DISDRODB_BASE_DIR` in your terminal with:
115
-
116
- ```bash
117
- export DISDRODB_BASE_DIR="<the_path_to>/disdrodb-data/DISDRODB>"
118
- ```
119
-
120
- #### 📥 Download the DISDRODB raw data
121
-
122
- To download all data stored into the DISDRODB Decentralized Data Archive, you just have to run the following command:
123
-
124
- ```bash
125
- disdrodb_download_archive
126
- ```
127
-
128
- #### 💫 Transform the raw data to standardized netCDF files.
129
-
130
- If you want to convert all stations raw data into standardized netCDF4 files, run the following command in the terminal:
131
-
132
- ```bash
133
-
134
- disdrodb_run_l0
135
-
136
- ```
137
-
138
- #### 📖 Explore the DISDRODB documentation
139
-
140
- To discover all download and processing options, or how to contribute your own data to DISDRODB,
141
- please read the software documentation available at [https://disdrodb.readthedocs.io/en/latest/](https://disdrodb.readthedocs.io/en/latest/).
142
-
143
- If you want to improve to the DISDRODB Metadata Archive repository, you can explore the repository
144
- at [https://github.com/ltelab/disdrodb-data](https://github.com/ltelab/disdrodb-data)
145
-
146
-
147
- ## 🛠️ Installation
148
-
149
-
150
- DISDRODB can be installed from PyPI with pip:
151
-
152
- ```bash
153
-
154
- pip install disdrodb
155
-
156
- ```
157
-
158
- ## 💭 Feedback and Contributing Guidelines
159
-
160
- If you aim to contribute your data or discuss the future development of DISDRODB,
161
- we highly suggest to join the [**DISDRODB Slack Workspace**](https://join.slack.com/t/disdrodbworkspace/shared_invite/zt-25l4mvgo7-cfBdXalzlWGd4Pt7H~FqoA)
162
-
163
- Feel free to also open a [GitHub Issue](https://github.com/ltelab/disdrodb/issues) or a
164
- [GitHub Discussion](https://github.com/ltelab/disdrodb/discussions) specific to your questions or ideas.
165
-
166
-
167
- ## ✍️ Contributors
168
-
169
- * [Gionata Ghiggi](https://people.epfl.ch/gionata.ghiggi)
170
- * [Kim Candolfi](https://github.com/KimCandolfi)
171
- * [Régis Longchamp](https://people.epfl.ch/regis.longchamp)
172
- * [Charlotte Gisèle Weil](https://people.epfl.ch/charlotte.weil)
173
- * [Jacopo Grazioli](https://people.epfl.ch/jacopo.grazioli)
174
- * [Alexis Berne](https://people.epfl.ch/alexis.berne?lang=en)
175
-
176
- ## Citation
177
-
178
- You can cite the DISDRODB software by:
179
-
180
- > Gionata Ghiggi, Kim Candolfi, Régis Longchamp, Charlotte Weil, Alexis Berne (2023). ltelab/disdrodb Zenodo. https://doi.org/10.5281/zenodo.7680581
181
-
182
- If you want to cite a specific version, have a look at the [Zenodo site](https://doi.org/10.5281/zenodo.7680581)
183
-
184
- ## License
185
-
186
- The content of this repository is released under the terms of the [GPL 3.0 license](LICENSE).
@@ -1,168 +0,0 @@
1
- disdrodb/__init__.py,sha256=rvShpncOhQoxJ3Hv5vSbAmG8igJVDSjgjYKDfnfF-5A,1288
2
- disdrodb/_config.py,sha256=8_izLFZbbwbYlfI1O9gEjY_8nzg3F37kX3pcU21sWog,1663
3
- disdrodb/_version.py,sha256=MIVLJ8DWU4e1_znAWFny0emeRGBPGSTYJvimzQyLj9Y,413
4
- disdrodb/configs.py,sha256=8A8dPudTafh08uvJOLfu44dZ3l6eqfKp-rE3p6ITuLo,4286
5
- disdrodb/docs.py,sha256=WsmETD7HLrHQ18PfAOjmGudEqzAlpYaPwOJUp71woJA,1500
6
- disdrodb/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- disdrodb/api/checks.py,sha256=Agy36VFdwZtRXpkQlclV1Ap-GUaHeTTVfLQdB3lKg50,15277
8
- disdrodb/api/configs.py,sha256=caGIeZofhecB3_UfgfGPbe9wzFqKyobdkrCoEZEqSYo,3403
9
- disdrodb/api/create_directories.py,sha256=jeGDfDVfKt3slBrAzs-Ij82KObSpKo_Y4pYqtDzxFWE,15784
10
- disdrodb/api/info.py,sha256=pS14hO2WtTiRJCjFwHfJfwKbcjnP1I69nOC0nxXuilc,9048
11
- disdrodb/api/io.py,sha256=GjUOJWEDt2P59_PMfu7-1gBtnLc9ohC3uhv48XmeyCc,11905
12
- disdrodb/api/path.py,sha256=5Z4hVpRad7TIxRyNSUrxff4im8oCJJjeqWjkBexrjG8,15015
13
- disdrodb/api/scripts/disdrodb_initialize_station.py,sha256=bqlUNVqAKJTa_KAPCyCYNx3ewnu7WmUoVsTWqMsYN50,2431
14
- disdrodb/data_transfer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
- disdrodb/data_transfer/download_data.py,sha256=p_xtk9kV6k3GaLKqWGEoFDqIboEC7CFAMPNpfDlGHoo,11963
16
- disdrodb/data_transfer/upload_data.py,sha256=PnzlSvp1QR1v4ymaBFlmBM1E1s7GS17IgtLAHnRT8Ko,8885
17
- disdrodb/data_transfer/zenodo.py,sha256=bjyvM7MqY87natP7e3BHyAGg4LgGwfP6c7hlkP6N6ZI,9647
18
- disdrodb/data_transfer/scripts/disdrodb_download_archive.py,sha256=8OMxq9muxu4teWN7CfPPCECU0mmHJuFWT6LjOHPClYM,1998
19
- disdrodb/data_transfer/scripts/disdrodb_download_station.py,sha256=QNAVxXYv8mHggvRA6v3i6GMrjcenrOfDliL2xKUhW6k,1751
20
- disdrodb/data_transfer/scripts/disdrodb_upload_archive.py,sha256=3sbjyIH5dBKIES7xz_p90bynNRiwNrrdZHggy0lHXtg,1997
21
- disdrodb/data_transfer/scripts/disdrodb_upload_station.py,sha256=EPZpYEH9XqDqwJrNX82-azvStPJlCNq8EvAywfPkkOg,1786
22
- disdrodb/issue/__init__.py,sha256=P85hIRM2RdBilnlnO-oURciHU2yepnwavqIUiaYPKUg,172
23
- disdrodb/issue/checks.py,sha256=JhakP8Mku17Y2mq9swYYaGgPQQTYtQDllG8JRWSOEgU,7699
24
- disdrodb/issue/reader.py,sha256=3BQAIJeui-UelIwqAX02fr6StSgl12nVqlTukzSX8pg,3996
25
- disdrodb/issue/writer.py,sha256=icH72qQR-axLBzcTK6uVwzPrqfQDzaWNMhUwwdyVfh8,4731
26
- disdrodb/l0/__init__.py,sha256=VVXFeJ2bRjAyDXPsOzpt2zF4Oke_EmTCci17D_52CVo,631
27
- disdrodb/l0/check_configs.py,sha256=KbTB6WeSRfB-mSIUyt9fr8LgNSAtCsM6UJw2JyKXBc8,13602
28
- disdrodb/l0/check_standards.py,sha256=VDiJVaYBN9O_PeRxk6YOqQ1bImhI9yS0CT5mJO4rMgQ,7730
29
- disdrodb/l0/io.py,sha256=mvS8LxOedXT-0uuVnAcB0MxopYRB2mzuCwYwVNnLmoc,8403
30
- disdrodb/l0/l0_processing.py,sha256=sMZIF5OWv9g28e5jwrceAiCvodLN9JuUWmKUiSSwSsw,38847
31
- disdrodb/l0/l0_reader.py,sha256=el6uJGOfZ3Qvichu-TYsO8Le8iHqXST6s_Fdz0MZ_Xk,16392
32
- disdrodb/l0/l0a_processing.py,sha256=AOBXIaI7L_okNhOehGBy_2YLYjnBZFjmYddgKqgSsK4,28132
33
- disdrodb/l0/l0b_nc_processing.py,sha256=7tuWP77YiYHuqeBv6zUNNAw1HVfnL1YK82XSUOiTNrY,12863
34
- disdrodb/l0/l0b_processing.py,sha256=9rS09YJtDkY-A2VWazNrblW_gAPQ9qJT6AldbzuQhMY,18679
35
- disdrodb/l0/routines.py,sha256=-A_9XDWzQoNcxYRQKJKCHEBUVF-8g34ii7cEecQhi6I,23302
36
- disdrodb/l0/standards.py,sha256=EXjIHfeLVO_pRQ2OLqf9KGhUxPHxh3hp58dpqcq8ubw,27141
37
- disdrodb/l0/template_tools.py,sha256=RLZ-zx36iY25DQtwUxm_4G7vMs9VxfT85ZiIqmRGvvc,16402
38
- disdrodb/l0/configs/OTT_Parsivel/bins_diameter.yml,sha256=d9wpCKCR3NSYE_73je3Oj9RQ2YoXvyGv5ESvcKr9SsY,1513
39
- disdrodb/l0/configs/OTT_Parsivel/bins_velocity.yml,sha256=6dGmeqK9JUxL8jRUxLszse7V-JXcQojjSqWgxTGxmOg,1364
40
- disdrodb/l0/configs/OTT_Parsivel/l0a_encodings.yml,sha256=KNU126jS6CrXAklPfC24EqBZqLmZ6UDN1nBZbqGdbp8,1002
41
- disdrodb/l0/configs/OTT_Parsivel/l0b_cf_attrs.yml,sha256=iS-5JD82FMkM2dfzChfOkzAlQD1exkCZ4ILPylM3hbs,3816
42
- disdrodb/l0/configs/OTT_Parsivel/l0b_encodings.yml,sha256=los1GCsWtncBRGgwFhM9gt7Jw8mvWTnKgnLxgyt2plo,4681
43
- disdrodb/l0/configs/OTT_Parsivel/raw_data_format.yml,sha256=biEfJylaHcRg9fkeTS9AeP3FDCO4hELdvzHtou_8_7U,5132
44
- disdrodb/l0/configs/OTT_Parsivel2/bins_diameter.yml,sha256=FebsMjCVONiSpg1O00hLgY4kUmgy9Kl4dStZgWdojoQ,1479
45
- disdrodb/l0/configs/OTT_Parsivel2/bins_velocity.yml,sha256=6dGmeqK9JUxL8jRUxLszse7V-JXcQojjSqWgxTGxmOg,1364
46
- disdrodb/l0/configs/OTT_Parsivel2/l0a_encodings.yml,sha256=lE3l_sYgyop9BJhc30a8FkYMjdhG5vSg1M1RSRv56to,1278
47
- disdrodb/l0/configs/OTT_Parsivel2/l0b_cf_attrs.yml,sha256=YwTD1loOnwkzeRvukUavlPp2cr5Sz9dcBCEV83Hgr2Q,4754
48
- disdrodb/l0/configs/OTT_Parsivel2/l0b_encodings.yml,sha256=VEhL0bU_fgkfyLCHqzgZRcgQd7FWOHK_eiMgacvaU-g,5773
49
- disdrodb/l0/configs/OTT_Parsivel2/raw_data_format.yml,sha256=JP8B2t4BXgEJFBDrWlD__onEeMk-gN3B3Lw5aN7l3Jo,6239
50
- disdrodb/l0/configs/RD_80/bins_diameter.yml,sha256=np61YQyBrqIQBQwrnAJGia9H_HYWGutYfxXHrDeMWgo,991
51
- disdrodb/l0/configs/RD_80/bins_velocity.yml,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
52
- disdrodb/l0/configs/RD_80/l0a_encodings.yml,sha256=0eRe90MRfuadlKwTLTOQa9XPhSMFRZdJhFNPDdyVW7Q,272
53
- disdrodb/l0/configs/RD_80/l0b_cf_attrs.yml,sha256=N9CFa6w_03cgDS48PzAu50y8ur21dmK2g3xZqnzWCiU,1464
54
- disdrodb/l0/configs/RD_80/l0b_encodings.yml,sha256=sQ7pCHW5wdiV5zAw4Pc0DTKeVDDEWYXC_Ghf0TFNjU4,2314
55
- disdrodb/l0/configs/RD_80/raw_data_format.yml,sha256=47VIIsPQDWdvs5MCIiQZSz3Ge5m96X2wfetHsdxoJog,2672
56
- disdrodb/l0/configs/Thies_LPM/bins_diameter.yml,sha256=2v-v8-CL6J5oNF1R5d0zEYKeuDNel7i7VHwOIWVZ__M,976
57
- disdrodb/l0/configs/Thies_LPM/bins_velocity.yml,sha256=10EOkCzpkFoftRhtqk0SxyV8_L76IJw2JVCdDDrtIcs,838
58
- disdrodb/l0/configs/Thies_LPM/l0a_encodings.yml,sha256=3aACYO_ZNzd2JGJviNXnPF96nNZDr7QQU8G6cki-u28,3474
59
- disdrodb/l0/configs/Thies_LPM/l0b_cf_attrs.yml,sha256=J9QdCBKriTN18EKF0zaPPWyy623KRExw3ERjCaI2uow,10816
60
- disdrodb/l0/configs/Thies_LPM/l0b_encodings.yml,sha256=-XGgHbWVW8OGbbZY7xoF7yNQ2m8JdQiMFmxBLjoGS2E,12928
61
- disdrodb/l0/configs/Thies_LPM/raw_data_format.yml,sha256=PqRo4baZniD7RDsTvfs_jDhnTjct-qu1dk3177ygmxA,13436
62
- disdrodb/l0/manuals/ODM_470.pdf,sha256=rndYbpoi-POuVSn0ZAkppmNvk9Zg1mCq8_tk2sh-DoY,2361158
63
- disdrodb/l0/manuals/OTT_Parsivel.pdf,sha256=9R-AC9Yw6M2kpi18M_B6wJNpkpqsNqSQa1CiYg_8dsI,2015175
64
- disdrodb/l0/manuals/OTT_Parsivel2.pdf,sha256=pp9pyE57esOrw5vkd59suflutkNdD-pHJ-Egv8cE7zE,932634
65
- disdrodb/l0/manuals/PWS_100.pdf,sha256=RoBcAhOgokO-5Wacj-FjIOWg8MZZ7hi4I9rI92_pj9k,2747204
66
- disdrodb/l0/manuals/RD_80.pdf,sha256=0BbIY2gEch4ouAdfzaXnWMJQO2Z7fyd8RYi7euy-sFg,1087911
67
- disdrodb/l0/manuals/Thies_LPM.pdf,sha256=d5RebAvAoPfxM-LD0Z1gJxBcqaAozExcstyA43xM9Ms,1422190
68
- disdrodb/l0/readers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
69
- disdrodb/l0/readers/reader_template.py,sha256=MvX3R4GVic26-MEz3vXO2wznXXOuaH2jSGKTf1qOAHg,4095
70
- disdrodb/l0/readers/ARM/ARM_LD.py,sha256=nchZ0QhLjqzWYoCSgRXroC82il7ZvjXL8Qf0-lTjT-s,4467
71
- disdrodb/l0/readers/ARM/ARM_LPM.py,sha256=GjV2GNaoiUnVHLe0t-SNJHUWlv4Vb2o9uFWyl0TP2-E,6882
72
- disdrodb/l0/readers/AUSTRALIA/MELBOURNE_2007_OTT.py,sha256=kHy_rtgAPF1RlyUjsEbNPTO0uVzHOHulHNvP1gDlAKU,6357
73
- disdrodb/l0/readers/AUSTRALIA/MELBOURNE_2007_THIES.py,sha256=Y5z7O85XR2CT5NFeK_4TwsoNDxMu57NDNCYJYuTvQoA,9651
74
- disdrodb/l0/readers/BRAZIL/CHUVA_LPM.py,sha256=BVkkNj83WzHhY0ul5FdfPBiOVllbqUiWxQmZUXUXpVY,8163
75
- disdrodb/l0/readers/BRAZIL/CHUVA_OTT.py,sha256=aQIcRiz8BLWNieog-Dp4uUtt0WnA6zcHxzwyJABJX5s,7059
76
- disdrodb/l0/readers/BRAZIL/CHUVA_RD80.py,sha256=IXe_I-aY_eYdj8Q3ri0x9eLf2ItTmp4xgj7L6tb-5-A,4722
77
- disdrodb/l0/readers/BRAZIL/GOAMAZON_LPM.py,sha256=WPaDHcOFqjoQZeie8X_0UHynDLYIxU1klqp1leHra3Q,8185
78
- disdrodb/l0/readers/BRAZIL/GOAMAZON_OTT.py,sha256=z8tYONHUO5D-IijxANiAP0yC3HCwRyj9m6nF-pHgtPs,7073
79
- disdrodb/l0/readers/BRAZIL/GOAMAZON_RD80.py,sha256=g4C15fhjbia_1kZCMQM_ITjIMvnjYtFcBBgwTrNJhFY,4744
80
- disdrodb/l0/readers/CHINA/CHONGQING.py,sha256=kSYdwPRctbFbfn5VZZZsolJSxSc8OdkiB1KxTN30tZM,5146
81
- disdrodb/l0/readers/DENMARK/EROSION_nc.py,sha256=NpDE6qmUBkY6PAaG7R_uZwOs2-xPcvt35vaRogCwzh8,3021
82
- disdrodb/l0/readers/EPFL/ARCTIC_2021.py,sha256=cmL_9tnqVbGuhR_JTXWr_OKxjSzb5-N0Wn_S7-fJUE4,4923
83
- disdrodb/l0/readers/EPFL/COMMON_2011.py,sha256=xy-wD75aT1sFO_vcBr3H_9V3FzLCCFNqO7XTTN9rt0Q,4819
84
- disdrodb/l0/readers/EPFL/DAVOS_2009_2011.py,sha256=o_gtLjDwS1dZXhn_vGh8BJV2lT-SIqryncJlfg4VKNM,4667
85
- disdrodb/l0/readers/EPFL/EPFL_2009.py,sha256=P3j2t4jUa2wya9VEvQDYau-o6fFHO94hyUYKeRQ3DYs,4750
86
- disdrodb/l0/readers/EPFL/EPFL_ROOF_2008.py,sha256=ZyY37ecOhBp8OTAcFkPPhMe90XuS7A1IAK_Amg1Zm_k,4742
87
- disdrodb/l0/readers/EPFL/EPFL_ROOF_2010.py,sha256=c-ryYoAGwGX_xn1J1IEnBWxyiaK-gEn804Nc8E6K80M,4563
88
- disdrodb/l0/readers/EPFL/EPFL_ROOF_2011.py,sha256=34_HbJ30fxOvDuAjgs21FyLNpY7Wjys-4NJxwzWeyx4,4622
89
- disdrodb/l0/readers/EPFL/EPFL_ROOF_2012.py,sha256=5UzLWmzFjWMOq0oZWec-q-zG1mJBnCdrt4JA47YkWDY,4605
90
- disdrodb/l0/readers/EPFL/GENEPI_2007.py,sha256=rJkjvsnsFuNcYvDsri2gZ6yypCs4hDJq_UwKL5CfoZQ,4415
91
- disdrodb/l0/readers/EPFL/GRAND_ST_BERNARD_2007.py,sha256=eXXctl9V_9hH-fZxq-s2f7sJZijFbFNI-sPPc21UVGc,4462
92
- disdrodb/l0/readers/EPFL/GRAND_ST_BERNARD_2007_2.py,sha256=VQFALE86B2bC-fjL0fZ2xNDEs-YloaXmbZRNpU54U90,4578
93
- disdrodb/l0/readers/EPFL/HPICONET_2010.py,sha256=lLyZBXYBjlr1DQlj5a1dIZWTE2VPGJXUeGTiVGBkMuc,4727
94
- disdrodb/l0/readers/EPFL/HYMEX_LTE_SOP2.py,sha256=QLF8fDaDSzgYSLRQy5rN9kOC9OGEWb0pHFS2mKsib9Y,4788
95
- disdrodb/l0/readers/EPFL/HYMEX_LTE_SOP3.py,sha256=yZ0k3HrvIUqAnBhUJRiu1Ejsy9PVe_QqyNpsuQu-rJI,4900
96
- disdrodb/l0/readers/EPFL/HYMEX_LTE_SOP4.py,sha256=vAJvboZpojXcYEYK5pnND60vMu-HHva29KUpIwTbwbU,4903
97
- disdrodb/l0/readers/EPFL/LOCARNO_2018.py,sha256=lWcztajJ7-Zg3qzxQ6OcVSDkK1xBDG1D83-2MOAFK7Y,4628
98
- disdrodb/l0/readers/EPFL/LOCARNO_2019.py,sha256=4aM7ioRnCOWgKhpe6C3CNtaPOvLmeJj7zFVpl1YNV-U,4919
99
- disdrodb/l0/readers/EPFL/PARADISO_2014.py,sha256=eD2WOTAUy9rgXSoapKrhKi9YwrWDLRXDeFFD6r0PEc0,4545
100
- disdrodb/l0/readers/EPFL/PARSIVEL_2007.py,sha256=HFLvYy7PRVv2FfyKDx4XGoZZz0pc2bF3SKIHeWqpOXU,4441
101
- disdrodb/l0/readers/EPFL/PLATO_2019.py,sha256=Fj6hOeVA_-GDeSDlm9YiZj-xJmTz814ly56mgN53Dxk,4260
102
- disdrodb/l0/readers/EPFL/RACLETS_2019.py,sha256=D_6g4t6e3cN1o51-nXtoMRYip64dYwnNJ45KNihZHKo,5852
103
- disdrodb/l0/readers/EPFL/RACLETS_2019_WJF.py,sha256=sfLX2Sf6G4HHkPV233B5Wv02nAvrBbXfPEkyQkT1muM,5037
104
- disdrodb/l0/readers/EPFL/RIETHOLZBACH_2011.py,sha256=DjHC-FgIK9ieuJTB-WdbUED_AlWsqztV6T8mITdgw2Y,4555
105
- disdrodb/l0/readers/EPFL/SAMOYLOV_2017.py,sha256=_-HtTf37dZeKbdzysnWO1RCb5_DmZJxxjJorkeiht_s,5181
106
- disdrodb/l0/readers/EPFL/SAMOYLOV_2019.py,sha256=KDWPjMveamJ7mHGOAiUBkNR8RPA_PU6ckx2KXdv1m5Q,5578
107
- disdrodb/l0/readers/EPFL/UNIL_2022.py,sha256=xEy14hsNuP7litz8_1KdOJLIdr4t59jkRBQ4uB2xnMw,4896
108
- disdrodb/l0/readers/FRANCE/SIRTA_OTT2.py,sha256=ykw422PAkeYuDq7oacWGy9ijt35TXEeNKdvBbsvcyCA,5589
109
- disdrodb/l0/readers/GPM/GCPEX.py,sha256=8pu5QZVui87k2-6j_pEuQD8bJRnaLgaHc6jDVLNyyG0,4712
110
- disdrodb/l0/readers/GPM/IFLOODS.py,sha256=nfZHT_0R0g7CszcXxCrg5SaSdu-zJhYJrINCc954CMU,4727
111
- disdrodb/l0/readers/GPM/LPVEX.py,sha256=AKxoqDa_KoGaomvBRsv5bve1fDSafYvxomNqRxtfNgs,4206
112
- disdrodb/l0/readers/GPM/MC3E.py,sha256=_4qfGieoNQ1aDErfbH7dSQZJWuleYj89wcDcFpRKy74,4705
113
- disdrodb/l0/readers/GPM/NSSTC.py,sha256=_5WJ-1UVhLU3SlYmXV9-sjPO9Flbb-vrTf5TYDZR8Ms,6623
114
- disdrodb/l0/readers/ITALY/GID.py,sha256=kz9Bhi025Ltb5Eg4NgrL_LrGsp4NiI6UM_tVQFZreMY,7938
115
- disdrodb/l0/readers/MEXICO/OH_IIUNAM_nc.py,sha256=CYo91d62IUjhSQgMlHExT7NTRiAUPLUEwqXwqwTJzAc,3292
116
- disdrodb/l0/readers/NCAR/CCOPE_2015.py,sha256=nit6fW6jz69BZIXN9Oomh9r4_9uw6_NNdwwxIQieenE,4886
117
- disdrodb/l0/readers/NCAR/CINDY_2011_RD80.py,sha256=2DMtgL42zHzHaz1Fy7iOI_-Ab8jo1kWrEH-nQumHGwA,4741
118
- disdrodb/l0/readers/NCAR/OWLES_MIPS.py,sha256=1EmA5IcEmD6Lwds9ll9RFfW4mlw7bUP2qvU2DMOgBy4,4663
119
- disdrodb/l0/readers/NCAR/PECAN_FP3.py,sha256=yoZ_kXKLlGrbBLAo1NTkNeGv7aR9SSU5RMbmHZuOEYg,5199
120
- disdrodb/l0/readers/NCAR/PECAN_MIPS.py,sha256=_-YWeEzduSXglZK64vqlJKNmTJjvENgdPK7MvXf6MC0,4661
121
- disdrodb/l0/readers/NCAR/PECAN_MOBILE.py,sha256=v4Du__Sl4q9LPohtCa1319fSetfqkZcK9oJIZEnHAI8,5383
122
- disdrodb/l0/readers/NCAR/PLOWS_MIPS.py,sha256=7MvCGKcUNCINsF6pzhe35LszdSIz116YB5QPTcaIyCM,4659
123
- disdrodb/l0/readers/NCAR/RELAMPAGO_OTT.py,sha256=4-K0EhBMomFA47-HiO7957WX7ZN27XENMcrF8ponHYg,7226
124
- disdrodb/l0/readers/NCAR/RELAMPAGO_RD80.py,sha256=Wz5lTLRRqWs30MepWQgcC6eeXUcgKQ8FADcqVi4WLsQ,4957
125
- disdrodb/l0/readers/NCAR/SNOWIE_PJ.py,sha256=gi4Q4R_o3Dsv_jgnO3UZ-OxwtzDxQsfTTiIJSPmJOwI,6718
126
- disdrodb/l0/readers/NCAR/SNOWIE_SB.py,sha256=sML1J-_LVCzIgYVpgKzg8FDTKLMM-H4iE5UG9FwNlTQ,6826
127
- disdrodb/l0/readers/NCAR/VORTEX2_2009.py,sha256=AsFvezi0qBPMLqI-gRrQliohU3LveJYE0727ddMR5-8,5029
128
- disdrodb/l0/readers/NCAR/VORTEX2_2010.py,sha256=2OaQTL0qSIc7FI1AqDujcs7abK4fBcPBjdEmysFlgvk,6866
129
- disdrodb/l0/readers/NCAR/VORTEX2_2010_UF.py,sha256=v4oecBgVknfE_tiAgakr_skIDzRRBgeuCgGeesU2EmU,7055
130
- disdrodb/l0/readers/NCAR/VORTEX_SE_2016_P1.py,sha256=oPCYfkBM8cTe9S_-JeK8hMK8dLE2dDsM_UR8SG2ocpA,4750
131
- disdrodb/l0/readers/NCAR/VORTEX_SE_2016_P2.py,sha256=TAS9p8HRA-eINJqh1tC787caWMAfbq9md9pF6C2ZXCg,5114
132
- disdrodb/l0/readers/NCAR/VORTEX_SE_2016_PIPS.py,sha256=2vH7annSC_RRO8AUpR8KwfLIf5mxm1gyTojKx0b4zRw,6072
133
- disdrodb/l0/readers/NETHERLANDS/DELFT.py,sha256=RZL4A9W8Sjlg6KWPDAPWKC0Vj-wbGWVti0mk43cntEo,7179
134
- disdrodb/l0/readers/SPAIN/SBEGUERIA.py,sha256=KK6GaEwOHrrTtaD7maOfYzFU0Wnj-w79GGVUkSx2OHI,6701
135
- disdrodb/l0/readers/UK/DIVEN.py,sha256=v9E50wnnO7r-pbsesxxs6U6dfkQ33eUV3vTXt2jwNpY,3192
136
- disdrodb/l0/scripts/disdrodb_run_l0.py,sha256=EX2spKAVAoViJSGK3qKnsBEJBn5mFhIr-2c2su7MbGs,5865
137
- disdrodb/l0/scripts/disdrodb_run_l0_station.py,sha256=gQckgLjgB9Bv_9GyKXkiqE7nlM-2aHgzktrHUxPMqC8,5263
138
- disdrodb/l0/scripts/disdrodb_run_l0a.py,sha256=0htheuVM4nzXntl8AmEZgrMryrYMYOiUwX9owGEurCs,4333
139
- disdrodb/l0/scripts/disdrodb_run_l0a_station.py,sha256=PmM_XsjBHyA1RYVTD_8PkxKbIIsogK-VKESE8Id9E3o,4696
140
- disdrodb/l0/scripts/disdrodb_run_l0b.py,sha256=acupUBzpPBBRdI9KLQ_jz2IQgeIOQi3Cetc_Jvx6JnA,4498
141
- disdrodb/l0/scripts/disdrodb_run_l0b_concat.py,sha256=0HWDUWULHfGhqXXu-yyV0FQR4Vh4EImZBy2IVbnhg8k,3547
142
- disdrodb/l0/scripts/disdrodb_run_l0b_concat_station.py,sha256=Kb7S-oJ8V6gxh-O5EmBvINvc93zs6p-JkX0Tm0HRyEI,2838
143
- disdrodb/l0/scripts/disdrodb_run_l0b_station.py,sha256=udOrQmKCBUwFiZhrkPS2CstwUg2C4WEdAo1MZXperhA,4852
144
- disdrodb/metadata/__init__.py,sha256=vO1ojXuZobk5FFDqXTSGUgkwGaesJW_H8xN1v_Z5w0A,272
145
- disdrodb/metadata/checks.py,sha256=BMdsc72mxihOtrBFBohkee5WkQEn0L9rKSudbMsAhyI,20413
146
- disdrodb/metadata/info.py,sha256=9b55vqDvD04MW-KPMDzZuacBG3osjpbCakN1_NbH7GI,2872
147
- disdrodb/metadata/manipulation.py,sha256=B37kL8efkJ2eLitBCExSaRZP_gfZdAznCkeGz1rkEhw,1828
148
- disdrodb/metadata/reader.py,sha256=ABI3p177rC1p2nFMFLx7NqVxUsFG8ZfHUVRx4HNXocA,2373
149
- disdrodb/metadata/search.py,sha256=839GrSsftTyZ1aHmCic7m1PRQaFR6MJj8gypzLry5xE,6746
150
- disdrodb/metadata/standards.py,sha256=f8LrgL8nv80qkBv9GS1_HhSj1kHlGCQFK3RxZ75x81Y,3411
151
- disdrodb/metadata/writer.py,sha256=ZF0jztcgAGQbMW2DQ-bjmYkgycNoM8EVV_VM9vLVQB4,3800
152
- disdrodb/metadata/scripts/disdrodb_check_metadata_archive.py,sha256=Hj1GHhjGQKlfmpjYbIKK5-kpe5heuektkulOF6jFcBE,1559
153
- disdrodb/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
154
- disdrodb/utils/compression.py,sha256=-9AmBcv6bPNXe8b3G0RcwUclxY27Up72I1ofFeI-cDA,8370
155
- disdrodb/utils/directories.py,sha256=OUPpa191Zv9CO7hwGkD8L-g5Unu_cJLDmkDcDwFANPs,7242
156
- disdrodb/utils/logger.py,sha256=M-epvRfCpFdHTGdNUmIm2P6_IAl5755C55KZ72JqG9k,6977
157
- disdrodb/utils/netcdf.py,sha256=6tezDoBeI8OtEzoZ63T38rDfushC3L0MiL5NWwXWHAw,16514
158
- disdrodb/utils/pandas.py,sha256=2XmdUwcDs77Z7Ky04rBkLmlnll39DI8f6kASMKDzFHE,1294
159
- disdrodb/utils/scripts.py,sha256=X54ICjuA0rSLJ8qlWD53XwdRb0gj02y9vnRD4sLyUgo,3339
160
- disdrodb/utils/xarray.py,sha256=uZJZfet6e3n3K2XD-d88ap72JAnzlqlQUGqJvdM3pxw,2793
161
- disdrodb/utils/yaml.py,sha256=Kb3y57Vn2NO5LqyLhrtnD6Xs1Hkbc4FRj-qUxADQPDc,1574
162
- disdrodb-0.0.21.dist-info/AUTHORS.md,sha256=hx1vAbUxYpTtIS6GSc-ZntrO7XUl2fxmllP-5QO3aV0,1052
163
- disdrodb-0.0.21.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
164
- disdrodb-0.0.21.dist-info/METADATA,sha256=XxlCShP2OIA8aRSPr8aChY8MWr-gofEiwjLINXyUh8w,11109
165
- disdrodb-0.0.21.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
166
- disdrodb-0.0.21.dist-info/entry_points.txt,sha256=OhyHO_Zml_nWSfABofsyTrdp6W-XqJW1fPz6ysWVBvo,1397
167
- disdrodb-0.0.21.dist-info/top_level.txt,sha256=2LJa4FBAK_iNmy-vH2H7lVNrMrpSAs71py-ktzOMC1k,9
168
- disdrodb-0.0.21.dist-info/RECORD,,
@@ -1,15 +0,0 @@
1
- [console_scripts]
2
- disdrodb_check_metadata_archive = disdrodb.metadata.scripts.disdrodb_check_metadata_archive:disdrodb_check_metadata_archive
3
- disdrodb_download_archive = disdrodb.data_transfer.scripts.disdrodb_download_archive:disdrodb_download_archive
4
- disdrodb_download_station = disdrodb.data_transfer.scripts.disdrodb_download_station:disdrodb_download_station
5
- disdrodb_initialize_station = disdrodb.api.scripts.disdrodb_initialize_station:disdrodb_initialize_station
6
- disdrodb_run_l0 = disdrodb.l0.scripts.disdrodb_run_l0:disdrodb_run_l0
7
- disdrodb_run_l0_station = disdrodb.l0.scripts.disdrodb_run_l0_station:disdrodb_run_l0_station
8
- disdrodb_run_l0a = disdrodb.l0.scripts.disdrodb_run_l0a:disdrodb_run_l0a
9
- disdrodb_run_l0a_station = disdrodb.l0.scripts.disdrodb_run_l0a_station:disdrodb_run_l0a_station
10
- disdrodb_run_l0b = disdrodb.l0.scripts.disdrodb_run_l0b:disdrodb_run_l0b
11
- disdrodb_run_l0b_concat = disdrodb.l0.scripts.disdrodb_run_l0b_concat:disdrodb_run_l0b_concat
12
- disdrodb_run_l0b_concat_station = disdrodb.l0.scripts.disdrodb_run_l0b_concat_station:disdrodb_run_l0b_concat_station
13
- disdrodb_run_l0b_station = disdrodb.l0.scripts.disdrodb_run_l0b_station:disdrodb_run_l0b_station
14
- disdrodb_upload_archive = disdrodb.data_transfer.scripts.disdrodb_upload_archive:disdrodb_upload_archive
15
- disdrodb_upload_station = disdrodb.data_transfer.scripts.disdrodb_upload_station:disdrodb_upload_station
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes