WHOIGit / nes-lter-ims

NES-LTER information system components
MIT License
5 stars 0 forks source link

fix strip leading zeros for nut and ctd endpoints #100

Closed joannekoch closed 1 year ago

joannekoch commented 1 year ago

fixes #99 .

Run the nut and ctd endpoints and verify the casts are correct.

joefutrelle commented 1 year ago

I'm seeing casts coming back in alpha order (e.g., 1, 10, 11, 12, 13, 13, 14, 15, 16, 17, 18, 19, 2, 20, 21, 21, 22 ...) instead of numeric order in the nut endpoint I tried.

joannekoch commented 1 year ago

@joefutrelle, good catch. I'll submit a fix. Thanks.