Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.24 KB | None | 0 0
  1. {
  2.     "dataInicio": "2019-01-01",
  3.     "dataFim": "2019-12-01",
  4.     "espcie": {
  5.         "codEspecie": 3093,
  6.         "crescJan": 0.043,
  7.         "crescFev": 0.032,
  8.         "crescMar": 0.047,
  9.         "crescAbr": 0.043,
  10.         "crescMai": 0.053,
  11.         "crescJun": 0.074,
  12.         "crescJul": 0.066,
  13.         "crescAgo": 0.068,
  14.         "crescSet": 0.062,
  15.         "crescOut": 0.101,
  16.         "crescNov": 0.116,
  17.         "crescDez": 0.113
  18.     },
  19.     "podas": [
  20.         {
  21.             "codArvore": 3093,
  22.             "dataPoda": "2019-03-05",          
  23.             "codEspecie": "L",
  24.             "idadeCalculada": 0.90,
  25.             "distToqueBtAnterior": 10,
  26.             "distToqueMtAnterior": 37,
  27.             "distToqueAtAnterior": -1,     
  28.             "distToqueBtAtual": 80,
  29.             "distToqueMtAtual": 107,
  30.             "distToqueAtAtual": -1
  31.         },
  32.         {
  33.             "codArvore": 3093,
  34.             "dataPoda": "2019-08-03",          
  35.             "codEspecie": "L",
  36.             "idadeCalculada": 0.90,
  37.             "distToqueBtAnterior": 80,
  38.             "distToqueMtAnterior": 107,
  39.             "distToqueAtAnterior": -1,         
  40.             "distToqueBtAtual": 66,
  41.             "distToqueMtAtual": 90,
  42.             "distToqueAtAtual": -1
  43.         },
  44.         {
  45.             "codArvore": 3093,
  46.             "dataPoda": "2019-11-08",          
  47.             "codEspecie": "L",
  48.             "idadeCalculada": 0.90,
  49.             "distToqueBtAnterior": 66,
  50.             "distToqueMtAnterior": 90,
  51.             "distToqueAtAnterior": -1,
  52.             "distToqueBtAtual": 90,
  53.             "distToqueMtAtual": 107,
  54.             "distToqueAtAtual": -1
  55.         }
  56.     ]
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement