Skip to content

Commit

Permalink
Update GridIndicators.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher authored Dec 10, 2024
1 parent bcdeb29 commit 6e649d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ String formatGrid4Target(JdbcDataSource datasource, String gridTable) {
THE_GEOM,
ID_COL, ID_ROW,
CAST(row_number() over(ORDER BY ID_ROW DESC) as integer) as "FID",
CASE WHEN BUILDING_FRACTION>0.75 THEN 0.75 ELSE END AS "roof",
CASE WHEN BUILDING_FRACTION>0.75 THEN 0.75 ELSE BUILDING_FRACTION END AS "roof",
ROAD_FRACTION AS "road",
WATER_FRACTION AS "watr",
IMPERVIOUS_FRACTION AS "conc",
Expand Down

0 comments on commit 6e649d1

Please sign in to comment.