Skip to content

Commit

Permalink
Adapt to Italy survey
Browse files Browse the repository at this point in the history
  • Loading branch information
herrtunante committed Jul 23, 2024
1 parent 40342ab commit c622aef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
public class IPCCLandUses extends RDBConnector {

private String schemaName;
private static final String LU_CATEGORY_COLUMN = IPCCSurveyAdapter.CODE_LIST_LAND_USE + "_use"; // _category
private static final String LU_CATEGORY_COLUMN = IPCCSurveyAdapter.CODE_LIST_LAND_USE + "_category"; // Italy--> _category || Benin --> _use
private static final String LU_TABLE = LU_CATEGORY_COLUMN + "_code";
private static final String LU_SUBDIVISION =IPCCSurveyAdapter.CODE_LIST_LAND_USE + "_subdivision";
private static final String LU_SUBDIVISION_LABEL = LU_SUBDIVISION + "_label";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public class IPCCSurveyAdapter {
public static final String ATTR_OLDEST_CATEGORY = IPCC_ATTR_PREFIX + "oldest_category";
public static final String ATTR_PREVIOUS_CATEGORY = IPCC_ATTR_PREFIX + "previous_category";
public static final String ATTR_PREVIOUS_SUBDIVISION = IPCC_ATTR_PREFIX + "previous_subdivision";
public static final String CODE_LIST_LAND_USE = "land_use"; // land_uses
public static final String CODE_LIST_LAND_USE_SUBCATEGORY = "land_use_subcategory"; // land_use_conversions
public static final String CODE_LIST_LAND_USE = "land_uses"; // ITALY -> land_uses -- BENIN -> land_use
public static final String CODE_LIST_LAND_USE_SUBCATEGORY = "land_use_conversions"; // Italy --> land_use_conversions -- Benin --> land_use_subcategory

private static final int IPCC_20_YEARS_RULE = 20;

Expand Down

0 comments on commit c622aef

Please sign in to comment.