I hereby claim:
- I am nikosalexandris on github.
- I am alexandris (https://keybase.io/alexandris) on keybase.
- I have a public key ASA2XeMgjqmIf05ZEbEocuTnFMJ6gnxJmVzFbtS3VxyBKQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Driver: HDF5/Hierarchical Data Format Release 5
Files: ECOSTRESS_L2_LSTE_05525_002_20190627T070809_0600_01.h5
Size is 512, 512
Metadata:
SDS_Emis1_add_offset=0.49
SDS_Emis1_coordsys=cartesian
SDS_Emis1_err_add_offset=0
SDS_Emis1_err_coordsys=cartesian
SDS_Emis1_err_format=scaled
# hardcodings
working_directory = '/home/jovyan/binder/'
csvdata = 'who_covid_19_sit_rep_time_series.csv'
# librairies
import os
❯ python geesarfetcher/example_compose_s1_grd_data_over_epsg4326.py | |
Region sliced in 4 subregions. | |
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 4/4 [00:05<00:00, 1.38s/it] | |
Length of pixel_values: 10710 | |
Generating image of shape (height x width) (119, 90) | |
100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 10710/10710 [00:01<00:00, 5594.78it/s] | |
❯ python geesarfetcher/example_compose_s1_grd_data_over_srorg6974.py | |
Region sliced in 4 subregions. | |
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 4/4 [00:04<00:00, 1.24s/it] |
Miller is streaming when possible (exceptions noted below) -- most verbs:
$z = $x + $y
) in the Miller programming language are implicit callbacks executed once per record)tail -f some-file | mlr --some-flags
### Input configuration | |
# | |
# Example configuration: | |
# You can get the names of your inputs by running: swaymsg -t get_inputs | |
# Put your touchpad's ID to replace "Touchpad-ID" (keep the quotation marks) | |
input type:touchpad { | |
dwt enabled | |
tap enabled | |
natural_scroll enabled |
@app.command( | |
'check-chunks', | |
no_args_is_help=True, | |
help='Check for chunk size consistency along series of files in a format supported by Xarray', | |
) | |
def check_chunk_consistency( | |
source_directory: Annotated[Path, typer_argument_source_directory], | |
pattern: Annotated[str, typer_option_filename_pattern] = "*.json", | |
verbose: Annotated[int, typer.Option(..., "--verbose", "-v", count=True, help="Increase verbosity level.")] = 0, | |
): |
import math | |
import operator | |
import numpy as np | |
from itertools import product | |
from functools import reduce | |
import typer | |
from pvgisprototype.cli.typer_parameters import OrderCommands | |
from pydantic import BaseModel, ValidationError, conlist | |
from pydantic import ConfigDict | |
from pydantic import field_validator |