Skip to content

Commit

Permalink
minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-negusse committed Nov 13, 2024
1 parent e8dd996 commit e2c71b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/titiler/umd_glad_dist_alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async def glad_dist_alerts_raster_tile(
"with a maximum value of `55`. "
"For example, a pixel RGB value of `(3, 26, 255)` would decode to: "
"**alert date**: `3 * 255 + 26 = 791` (or 2023-03-02), "
"**confidence**: `floor(255, 100) = 2` (high), and "
"**confidence**: `floor(255 / 100) = 2` (high), and "
"**intensity**: `mod(255, 100) = 55`"
),
),
Expand Down

0 comments on commit e2c71b7

Please sign in to comment.