Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON Metrics files contain string values #1053

Open
philipbaileynar opened this issue Nov 14, 2024 · 0 comments
Open

JSON Metrics files contain string values #1053

philipbaileynar opened this issue Nov 14, 2024 · 0 comments
Assignees
Labels
🐛 bug Something isn't working

Comments

@philipbaileynar
Copy link
Contributor

The values in both the RSC and VBET metrics JSON files are being stored as strings instead of floats!

Here's a sample forn RSC metrics file:

{
  "catchmentLength": "36.841094665123165",
  "catchmentArea": "339.2",
  "catchmentPerimeter": "106.3255574338129",
  "circularityRatio": "0.3059197579201111",
  "elongationRatio": "0.4999141111458222",
  "formFactor": "0.2499141185227175",
  "catchmentRelief": "139.07495",
  "reliefRatio": "0.0037749950818789014",
  "drainageDensityPerennial": "0.09739809545990565",
  "drainageDensityIntermittent": "3.5110341741155597",
  "drainageDensityEphemeral": "0.0",
  "drainageDensityAll": "3.6084322695754656"
}
@philipbaileynar philipbaileynar added the 🐛 bug Something isn't working label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants