This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
import pandas as pd | |
from datetime import datetime | |
def decode_date(t): | |
''' | |
The date format is specified in 'seconds since 1970-01-01 00:00:00' but the missing values | |
are stored as -1e+34 which is not supported by the default parsing mechanism in xarray | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import xarray as xr | |
import numpy as np | |
from datetime import datetime | |
import pandas as pd | |
def decode_date(t): | |
''' | |
The date format is specified in 'seconds since 1970-01-01 00:00:00' but the missing values | |
are stored as -1e+34 which is not supported by the default parsing mechanism in xarray |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import matplotlib | |
import numpy as np | |
colors = [[123, 78, 41], | |
[134, 77, 37], | |
[124, 80, 38], | |
[136, 111, 68], | |
[164, 123, 81], | |
[200, 175, 142], | |
[143, 161, 167], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/bash | |
REMOTE_GDP_PATH=/phod/pub/lumpkin/hourly/v1.04/netcdf | |
LOCAL_GDP_PATH=/YOUR/LOCAL/PATH/ | |
# declare folders list | |
declare -a folders=("argos_block1" | |
"argos_block2" | |
"argos_block3" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder