Skip to content

Instantly share code, notes, and snippets.

@Indigenuity
Last active March 19, 2024 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Indigenuity/6fe0757cdf5ba8430484cf6cde88bb29 to your computer and use it in GitHub Desktop.
Save Indigenuity/6fe0757cdf5ba8430484cf6cde88bb29 to your computer and use it in GitHub Desktop.
coast_distance
# upstream format
{
"coast_distance": {
"distance": 970,
"units": "feet",
"high_res_distance": {
"value": 970,
"units": "feet"
},
"low_res_distance": {
"value": 1021,
"units": "feet"
},
"beach_distance": {
"value": 1151,
"units": "feet"
}
}
}
# new format
{
"coast_distance": {
"distance": 970,
"units": "feet"
},
"beach_distance": {
"value": 1151,
"units": "feet"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment