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

generatingCommand.txt 565 B

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
  1. [
  2. '{{repeat(48)}}',
  3. {
  4. "date": '{{date(new Date(2023, 11, 4), new Date(2023, 11, 10), "YYYY-MM-dd HH:mm:ss+00:00")}}',
  5. "temperature": '{{integer(18, 25)}}',
  6. "relative_humidity": '{{integer(40, 80)}}',
  7. "dew_point": '{{integer(10, 15)}}',
  8. "apparent_temperature": '{{integer(18, 25)}}',
  9. "precipitation_probability": '{{integer(0, 100)}}',
  10. "rain": '{{integer(0, 100)}}',
  11. "surface_pressure": '{{integer(1000, 1020)}}',
  12. "bike_stands": '{{22}}',
  13. "available_bike_stands": '{{integer(0, 22)}}',
  14. }
  15. ]
  16. https://json-generator.com/
Tip!

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

Comments

Loading...