From 4ae9af77e817dad0cc4b53907b7b8c7953a4c570 Mon Sep 17 00:00:00 2001 From: Sampo Savolainen Date: Fri, 4 Oct 2024 13:15:44 +0000 Subject: [PATCH] fix: remove unnecessary import --- README.md | 16 ++++++++++++++++ src/services/EDRQuery.ts | 1 - 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 160793b..4036b40 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,22 @@ Staging version: [https://seaheat-staging.com/](https://seaheat-staging.com/) +## TODO: + +älä commitoi + +- lue collectionien nimistä mitä skenaarioita on +- tunnista joukousta pois vesialueen koko collection (erityistapaus, data ei vielä valmis) + + +odota: +- vahvistus ettei dataset ole flipattu +- vahvistus santulta, että palvelussa on varmasti koko datasetti + +HUOM: +- parametrien nimet muuttuu vielä (Simo laittaa Santulle tietoa) + + ## Architecture The app is built on React + Redux and development is done with Vite + storybooks diff --git a/src/services/EDRQuery.ts b/src/services/EDRQuery.ts index 2959bbd..c762e88 100644 --- a/src/services/EDRQuery.ts +++ b/src/services/EDRQuery.ts @@ -2,7 +2,6 @@ import { TemperatureData } from "../types" import { toLonLat } from "ol/proj" import { config } from "../config/app" -import { transformCoverageJSONToTemperatureData } from "../processing/util/transformCoverageJSON" import { Value } from "../types/temperature" const baseUrl = 'https://smartmet-server.out.ock.fmi.fi/edr/collections/seaheat3d.666.10/'