-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
89 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,23 @@ | ||
# aim: landuse class for each cell | ||
|
||
|
||
# landuse ----------------------------------------------------------------- | ||
|
||
# density ----------------------------------------------------------------- | ||
ir buscar o edificado (OSM? CENSOS) | ||
classificar o edificado (residencial, industrial, comercial, etc) | ||
- hoteis | ||
- edificações predominantemente residenciais | ||
- serviços | ||
- restauração | ||
- comércio | ||
|
||
# entropy - diversity ----------------------------------------------------- | ||
|
||
é por número de classes ou por área? | ||
por número. | ||
|
||
# entropy - diversity ----------------------------------------------------- | ||
1 valor para cada célula | ||
|
||
# colocar info na grid -------------------------------------------------- | ||
|
||
censos edificado? | ||
|
||
# medida associada à GRID |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# aim: get population for each cell and then include information in the grid | ||
|
||
# density ----------------------------------------------------------------- | ||
population | ||
ir buscar dados onde? | ||
|
||
centroids pop | ||
|
||
# back to grid ------------------------------------------------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# aim: get daily frequency of transit modes in the area | ||
|
||
|
||
# get gtfs and validate --------------------------------------------------- | ||
|
||
gtfs de todos as operadoras a nível nacional | ||
filtrar as que são underground | ||
validar | ||
verificar data comum /(senão traspor) | ||
gtfs merge | ||
|
||
|
||
# calcular frequencia por hora por paragem -------------------------------- | ||
|
||
ficar com o valor máximo horário num dia típico | ||
|
||
|
||
# procurar paragens no poligono ------------------------------------------- | ||
|
||
soma da média de frequencia de todas as paragens dentro do poligono | ||
|
||
|
||
# classificacao ----------------------------------------------------------- | ||
|
||
ver o ranking do artigo (NACTO) e classificar a grid | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters