| { |
| "LUCAS2015_topsoildata_20200323/LUCAS_Topsoil_2015_20200323-shapefile/LUCAS_Topsoil_2015_20200323.shp.csv": { |
| "ENTRY_KEY": "'_'.join(['lucas2015', as_int_id(【Point_ID】), '0'])", |
| "LAT_LONG": "tuple(map(float, 【geometry】.replace('POINT','').replace('(','').replace(')','').split()))[::-1]", |
| "COUNTRY_CODE": "【NUTS_0】", |
| "SAMPLE_DATE": "'XX-XX-2015'", |
| "SAMPLE_DEPTH_RANGE_CM": "[0, 20]", |
| "texture": { |
| "clay_percentage (%)": "as_float(【Clay】)", |
| "silt_percentage (%)": "as_float(【Silt】)", |
| "sand_percentage (%)": "as_float(【Sand】)", |
| "coarse_percentage (%)": "as_float(【Coarse】)" |
| }, |
| "chemical": { |
| "pH_in_H2O": "as_float(【pH_H20】)", |
| "pH_in_CaCl2": "as_float(【pH_CaCl2】)", |
| "electrical_conductivity (mS/m)": "as_float(【EC】)" |
| }, |
| "carbon": { |
| "organic_carbon_content (g/kg)": "as_float(【OC】)", |
| "CaCO3_content (g/kg)": "as_float(【CaCO3】)" |
| }, |
| "fertility": { |
| "N_extractable (g/kg)": "as_float(【N】)", |
| "K_extractable (mg/kg)": "as_float(【K】)", |
| "P_extractable (mg/kg)": "as_float(【P】)" |
| }, |
| "land_site": { |
| "land_cover_primary": "resolve_code(【LC】, codebook='lucas_lc', ignore_error_codes=['8', 'MISSING'])", |
| "land_use_primary": "resolve_code(re.sub('^U', '', str(【LU】)), codebook='lucas_lu', ignore_error_codes=['8', 'MISSING'])" |
| }, |
| "ASSETS": { |
| "psd_spectrum": "f\"psd/{'_'.join(['lucas2015', as_int_id(【Point_ID】), '0'])}.npz\"" |
| } |
| }, |
| "LUCAS2015_AncillaryData_20201007.csv": { |
| "ENTRY_KEY": "'^' + '_'.join(['lucas2015', as_int_id(【POI】), '0']) + '$'", |
| "soil_type": { |
| "WRB_soil_group": "【Soil_Group】" |
| }, |
| "climate": { |
| "biogeography_type": "【BioGeo】", |
| "annual_mean_temperature (°C)": "as_float(【BIO1】)", |
| "mean_diurnal_range (°C)": "as_float(【BIO2】)", |
| "isothermality (%)": "as_float(【BIO3】)", |
| "temperature_seasonality (SD ×100, °C)": "as_float(【BIO4】)", |
| "max_temperature_of_warmest_month (°C)": "as_float(【BIO5】)", |
| "min_temperature_of_coldest_month (°C)": "as_float(【BIO6】)", |
| "temperature_annual_range (°C)": "as_float(【BIO7】)", |
| "mean_temperature_of_wettest_quarter (°C)": "as_float(【BIO8】)", |
| "mean_temperature_of_driest_quarter (°C)": "as_float(【BIO9】)", |
| "mean_temperature_of_warmest_quarter (°C)": "as_float(【BIO10】)", |
| "mean_temperature_of_coldest_quarter (°C)": "as_float(【BIO11】)", |
| "annual_precipitation (mm)": "as_float(【BIO12】)", |
| "precipitation_of_wettest_month (mm)": "as_float(【BIO13】)", |
| "precipitation_of_driest_month (mm)": "as_float(【BIO14】)", |
| "precipitation_seasonality (CV, %)": "as_float(【BIO15】)", |
| "precipitation_of_wettest_quarter (mm)": "as_float(【BIO16】)", |
| "precipitation_of_driest_quarter (mm)": "as_float(【BIO17】)", |
| "precipitation_of_warmest_quarter (mm)": "as_float(【BIO18】)", |
| "precipitation_of_coldest_quarter (mm)": "as_float(【BIO19】)" |
| }, |
| "topography_geology": { |
| "elevation (m)": "as_float(【Elevation】)", |
| "slope (deg)": "as_float(【Slope】)", |
| "aspect (deg)": "as_float(【Aspect】)" |
| } |
| } |
| } |
|
|