kj-9 / jma-data

Git-scraped Data from the Japanese Meteorological Agency (JMA)
0 stars 0 forks source link

max temp has no value #1

Closed kj-9 closed 2 months ago

kj-9 commented 2 months ago

https://github.com/kj-9/jma-data/blob/49ae47867d985be56972b9816a4c257e39e45d05/data/20240907080000_20240908000000/max_temp_point.geojson#L1-L5

kj-9 commented 2 months ago

for max temp

fetched but retuns none: https://www.jma.go.jp/bosai/jmatile/data/wdist/20240907080000/none/20240908000000/surf/max_temp_point/data.geojson?id=max_temp_point

actual valid url: https://www.jma.go.jp/bosai/jmatile/data/wdist/20240907080000/none/20240908090000/surf/max_temp_point/data.geojson?id=max_temp_point

diff is the last time part. it should be 090000

kj-9 commented 2 months ago

i need to update bash to v4.0 or above for using declare -A to declare associative array.

on my mac:

$ which bash
/bin/bash

$ bash --version    
GNU bash, version 3.2.57(1)-release (arm64-apple-darwin23)
Copyright (C) 2007 Free Software Foundation, Inc.

upgrade using brew:

$ brew install bash

then restart terminal

$ which bash
/opt/homebrew/bin/bash

$ bash --version
GNU bash, version 5.2.32(1)-release (aarch64-apple-darwin23.4.0)
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
kj-9 commented 2 months ago

6a950d2 now it has value