Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

in_situ_prediction_dataset.json 1.4 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
  1. {
  2. "geos_fp_variables": [
  3. {
  4. "name": "GEOSFPPM25",
  5. "collection": "tavg3_2d_aer_Nx",
  6. "variables": [
  7. {
  8. "name": "DUSMASS25",
  9. "weight": 1.0e9
  10. },
  11. {
  12. "name": "SSSMASS25",
  13. "weight": 1.0e9
  14. },
  15. {
  16. "name": "OCSMASS",
  17. "weight": 1.0e9
  18. },
  19. {
  20. "name": "BCSMASS",
  21. "weight": 1.0e9
  22. },
  23. {
  24. "name": "SO4SMASS",
  25. "weight": 1.375e9
  26. }
  27. ],
  28. "attributes": {
  29. "units": "micrograms/cubic meter",
  30. "long_name": "geos_fp_surface_pm2.5"
  31. }
  32. },
  33. {
  34. "name": "PBLH",
  35. "collection": "tavg1_2d_flx_Nx",
  36. "variables": [
  37. {
  38. "name": "PBLH",
  39. "weight": 1.0e-3
  40. }
  41. ],
  42. "attributes": {
  43. "units": "km",
  44. "long_name": "planetary_boundary_layer_height"
  45. }
  46. }
  47. ],
  48. "epa_variables": [
  49. {
  50. "name": "PM25",
  51. "variables": [
  52. {
  53. "name": "Sample Measurement",
  54. "weight": 1.0
  55. }
  56. ],
  57. "attributes": {
  58. "units": "micrograms/cubic meter",
  59. "long_name": "surface_pm2.5"
  60. }
  61. }
  62. ],
  63. "file_exprs": [
  64. "GEOS.fp.asm.tavg3_2d_aer_Nx.%Y%m%d.V01.SUB.nc4",
  65. "GEOS.fp.asm.tavg1_2d_flx_Nx.%Y%m%d.V01.SUB.nc4",
  66. "EPA_PM25_%Y%m%d.nc"
  67. ],
  68. "bounds": {
  69. "time": ["2015-01-01", "2022-12-31"],
  70. "lat": [23.0, 50.0],
  71. "lon": [-126.0, -62.0]
  72. }
  73. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...