Skip to content

Commit

Permalink
clean data of Buildings of Montpellier
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaillandier committed May 8, 2022
1 parent 00cf71f commit b9f590c
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
19 changes: 19 additions & 0 deletions msi.gama.models/models/Toy Models/Traffic/includes/buildings.prj
@@ -0,0 +1,19 @@
PROJCS["Lambert_Conformal_Conic",
GEOGCS["GCS_unnamed ellipse",
DATUM["D_unknown",
SPHEROID["Unknown", 6378137.0, 298.257222101]],
PRIMEM["Greenwich", 0.0],
UNIT["degree", 0.017453292519943295],
AXIS["Longitude", EAST],
AXIS["Latitude", NORTH]],
PROJECTION["Lambert_Conformal_Conic"],
PARAMETER["central_meridian", 3.0],
PARAMETER["latitude_of_origin", 46.5],
PARAMETER["standard_parallel_1", 49.0],
PARAMETER["false_easting", 700000.0],
PARAMETER["false_northing", 6600000.0],
PARAMETER["scale_factor", 1.0],
PARAMETER["standard_parallel_2", 44.0],
UNIT["m", 1.0],
AXIS["x", EAST],
AXIS["y", NORTH]]
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Expand Up @@ -10,7 +10,7 @@ model traffic

global {
//Shapefile of the buildings
file building_shapefile <- file("../includes/buildings2.shp");
file building_shapefile <- file("../includes/buildings.shp");
//Shapefile of the roads
file road_shapefile <- file("../includes/roads.shp");
//Shape of the environment
Expand All @@ -24,7 +24,8 @@ global {

init {
//Initialization of the building using the shapefile of buildings
create building from: building_shapefile;
create building from: building_shapefile ;

//Initialization of the road using the shapefile of roads
create road from: road_shapefile;

Expand Down

0 comments on commit b9f590c

Please sign in to comment.