Skip to content

Commit

Permalink
use new parking shape file
Browse files Browse the repository at this point in the history
  • Loading branch information
paulheinr committed Sep 16, 2024
1 parent 2e225bc commit d8482b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.matsim</groupId>
<artifactId>matsim-all</artifactId>
<version>2025.0-PR3444</version>
<version>2025.0-PR3483</version>
<!-- <version>16.0-SNAPSHOT</version>-->
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/matsim/prepare/CreateSupply.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class CreateSupply {
private static final Path longTermCountsIdMapping = Paths.get("shared-svn/projects/matsim-ruhrgebiet/original_data/counts/mapmatching/countId-to-nodeId-long-term-counts.csv");
private static final Path shortTermCountsRoot = Paths.get("shared-svn/projects/matsim-ruhrgebiet/original_data/counts/short_term_counts");
private static final Path shortTermCountsIdMapping = Paths.get("shared-svn/projects/matsim-ruhrgebiet/original_data/counts/mapmatching/countId-to-nodeId-short-term-counts.csv");
private static final Path parkingShapeFile = Paths.get("shared-svn/projects/matsim-metropole-ruhr/metropole-ruhr-v1.0/original-data/Parkraum_20220902/Parkraum.shp");
private static final Path parkingShapeFile = Paths.get("shared-svn/projects/matsim-metropole-ruhr/metropole-ruhr-v2.0/original-data/20240905_Parkraum/20240905_Parkraum.shp");
// we use UTM-32 as coordinate system
private static final CoordinateTransformation transformation = TransformationFactory.getCoordinateTransformation(TransformationFactory.WGS84, "EPSG:25832");
private static final Logger logger = LogManager.getLogger(CreateSupply.class);
Expand Down

0 comments on commit d8482b8

Please sign in to comment.