Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rewertvsp committed Mar 19, 2024
1 parent 0d5b276 commit cf1ae7b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,8 @@ private static void createLanduseDistribution(Map<String, Object2DoubleMap<Strin

List<SimpleFeature> landuseFeatures = indexLanduse.getAllFeatures();
List<SimpleFeature> zonesFeatures = indexZones.getAllFeatures();

for (SimpleFeature singleZone : zonesFeatures) {
// TODO comment
// get the region of the zone
Coord middleCoordOfZone = MGC.point2Coord(((Geometry) singleZone.getDefaultGeometry()).getCentroid());
String regionName = indexInvestigationAreaRegions.query(middleCoordOfZone);
if (regionName != null) {
Expand Down

0 comments on commit cf1ae7b

Please sign in to comment.