Closed
Description
Minor issue here which did cause me issues in my iOS app. DarkSky API reported current wind direction (windDegrees
) in whole integers. However your PirateWeather API is reporting windDegrees
as a float with tenth of a degree precision. Tenth of a degree is surely far more precise than the actual accuracy of the data. I'm working around this server-side in my data processing to round it to an integer before my iOS app consumes it. This kind of issue can be common in very type-strict languages like Swift.
Just pointing this out if you are interested in the highest level compatibility with DarkSky.
Metadata
Metadata
Assignees
Labels
No labels