ismn icon indicating copy to clipboard operation
ismn copied to clipboard

Readers for the data from the International Soil Moisture Network

Results 15 ismn issues
Sort by recently updated
recently updated
newest added

When I tried ```v1.2.0```, it seems to be an error when I was reading data ```Data_separate_files_header_20170101_20211231_9078_Zd6I_20220911``` (this is a file I downloaded from ISMN station, containing lat from 36N to...

I am trying to extract data from station 3.09, about the variable 'soil_moisture' from depth 0.01 to 0.04. By default I should write ```command 1``` like this: ``` min_depth,max_depth=0.01, 0.04...

ISMN_reader.get_climate_types() and ISMN_reader.get_landcover_types() result in empty dicts. For a subset of ~550 stations, ISMN_reader.get_dataset_ids() works as expected for variable='soil moisture' and variable='soil temperature' but returns an empty list for variable='air...

Hi! For QA4SM, we've tried downloading the latest ISMN data and unzipping it - but we all get an error on decompression: file #14549: bad zipfile offset (local header sig):...

I am raising this issue, since it might help in building an (even) more user-friendly interface for the ismn package. For my setup, I have no write access to the...

The ISMN reader seems to create a cache of the ISMN data in a folder in a subfolder called `python_metadata` in a file called `metadata.npy`. `metadata.npy` contains absolute pathnames of...

I downloaded Soild_moisture, soil_temperature, surface_temperature, snow_depth and air_temperature for all stations betwen 2017-01-01 and 2017-12-31. When loading the zip file and generating metadata for the first time the code outputed...

First of all, thank you for your dedication to this project, which has been very helpful to me. However, I am not clear about the units of continuous variables in...

I couldn't find your description about the units. Can I understand the unit of soil moisture as m3/m3, the units of soil temperature, air temperature, and soil surface temperature as...

I simply run several codes like below and got an error of `Fatal Python error: Aborted, Restarting kernel...` ``` from ismn.interface import ISMN_Interface data_path= "/Users/xushan/research/TUD/ISMN_westEurope/Data_separate_files_header_20170101_20191231_9078_rEeC_20221101" ismn_data.collection.get_nearest_station(-5.54427, 41.23923) ``` The logging...