Skip to content

Commit

Permalink
germany downsample
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Jun 2, 2021
1 parent e29e6c0 commit 4478524
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion scenarios/Germany.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,14 @@ $(out)/germany_snz_entirePopulation_emptyPlans_100pt.xml.gz:
$(out)/germany_snz_entirePopulation_emptyPlans_withDistricts_100pt.xml.gz: $(out)/germany_snz_entirePopulation_emptyPlans_100pt.xml.gz
$(sc) districtLookup $<\
--output $@\
--shp ../public-svn/matsim/scenarios/countries/de/episim/original-data/landkreise-in-germany/landkreise-in-germany.shp
--shp ../public-svn/matsim/scenarios/countries/de/episim/original-data/landkreise-in-germany/landkreise-in-germany.shp

$(out)/germany_snz_entirePopulation_emptyPlans_withDistricts_25pt.xml.gz: $(out)/germany_snz_entirePopulation_emptyPlans_withDistricts_100pt.xml.gz
$(sc) downSample 0.25\
--population $<\
--events $(in)/de2020gsmwt_events_reduced.xml.gz\
--events $(in)/de2020gsmsa_events_reduced.xml.gz\
--events $(in)/de2020gsmso_events_reduced.xml.gz\
--output $(tmp)

mv $(tmp)/population0.25.xml.gz $(out)/germany_snz_entirePopulation_emptyPlans_withDistricts_25pt.xml.gz

0 comments on commit 4478524

Please sign in to comment.