From 69fe0c59ae5d0e634a783042c9d686380e4ba203 Mon Sep 17 00:00:00 2001 From: Kevin Donahue Date: Sat, 2 Nov 2024 14:34:12 -0400 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52bc349..6779b23 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ doing inference of this value. The approach this project takes is to use pytorch to capture the relationships in the [Globe At Night dataset](https://globeatnight.org/maps-data/) and use that to predict sky brightness for H3 -cells at a configured [H3 resoultion](https://h3geo.org/docs/core-library/restable/) (default `0`). +cells at a configured [H3 resolution](https://h3geo.org/docs/core-library/restable/) (default `0`). ## running with docker