Skip to content

Commit

Permalink
fix: remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
sampov2 committed Oct 4, 2024
1 parent dba1310 commit 4ae9af7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/services/EDRQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down

0 comments on commit 4ae9af7

Please sign in to comment.