#}
    #},
    {
        'dataset': 'zone',
        'image_type': 'map',
        'attribute': {
            'indicator_name':
            'psrc.zone.employment_within_20_minutes_travel_time_hbw_am_drive_alone',
            #                              'scale':[-1000, 7000]
        }
    },
]

# multi-year requests are for indicators that can be computed for multiple years.  Here, for example,
# we'll have a single chart of psrc.county.population that includes all the years betweeen 2000 and 2009
config.multi_year_years = [2000, 2010, 2020, 2025]
config.multi_year_requests = [
    {
        'dataset': 'large_area',
        'image_type': 'table',
        'attribute': 'psrc.large_area.population'
    },
    {
        'dataset':
        'large_area',
        'image_type':
        'table',
        'attribute':
        'psrc.large_area.number_of_jobs_without_resource_construction_sectors'
    },
]
예제 #2
0
                 #'attribute':{'indicator_name':'psrc.zone.generalized_cost_weighted_access_to_employment_hbw_am_drive_alone',
                              #'scale':[-1000, 8000]
                              #}
                 #},

                {'dataset':'zone',
                 'image_type':'map',
                 'attribute':{'indicator_name':'psrc.zone.employment_within_20_minutes_travel_time_hbw_am_drive_alone',
#                              'scale':[-1000, 7000]                              
                              }
                 },

                
    ]

# multi-year requests are for indicators that can be computed for multiple years.  Here, for example,
# we'll have a single chart of psrc.county.population that includes all the years betweeen 2000 and 2009
config.multi_year_years = [2000, 2010, 2020, 2025]
config.multi_year_requests = [
                 {'dataset':'large_area',
                  'image_type':'table',
                  'attribute':'psrc.large_area.population'
                  },  
                 {'dataset':'large_area',
                  'image_type':'table',
                  'attribute':'psrc.large_area.number_of_jobs_without_resource_construction_sectors'
                  },                               
                               ]

# finally, run the requests
#generate_indicators(config)
예제 #3
0
##                              'scale':[-30000, 30000]
#                              }
#                }, 
#               {'dataset':'faz',
#                 'image_type':'map',
#                 'attribute':{'indicator_name': 'psrc.faz.percent_population_difference_from_baseline',
##                              'scale':[-30000, 30000]
#                              }
#                }, 
#                
#               {'dataset':'faz',
#                 'image_type':'map',
#                 'attribute':{'indicator_name': 'psrc.faz.absolute_number_of_jobs_difference_from_baseline as employment_difference_from_baseline',
##                              'scale':[-30000, 30000]
#                              }
#                }, 
#               {'dataset':'faz',
#                 'image_type':'map',
#                 'attribute':{'indicator_name': 'psrc.faz.percent_number_of_jobs_difference_from_baseline as percent_employment_difference_from_baseline',
##                              'scale':[-30000, 30000]
#                              }
#                }, 
    ]

# multi-year requests are for indicators that can be computed for multiple years.  Here, for example,
# we'll have a single chart of psrc.county.population that includes all the years betweeen 2000 and 2009
config.multi_year_years = []
config.multi_year_requests = []

# finally, run the requests
#generate_indicators(config)
    ##                              'scale':[-30000, 30000]
    #                              }
    #                },
    #               {'dataset':'faz',
    #                 'image_type':'map',
    #                 'attribute':{'indicator_name': 'psrc.faz.percent_population_difference_from_baseline',
    ##                              'scale':[-30000, 30000]
    #                              }
    #                },
    #
    #               {'dataset':'faz',
    #                 'image_type':'map',
    #                 'attribute':{'indicator_name': 'psrc.faz.absolute_number_of_jobs_difference_from_baseline as employment_difference_from_baseline',
    ##                              'scale':[-30000, 30000]
    #                              }
    #                },
    #               {'dataset':'faz',
    #                 'image_type':'map',
    #                 'attribute':{'indicator_name': 'psrc.faz.percent_number_of_jobs_difference_from_baseline as percent_employment_difference_from_baseline',
    ##                              'scale':[-30000, 30000]
    #                              }
    #                },
]

# multi-year requests are for indicators that can be computed for multiple years.  Here, for example,
# we'll have a single chart of psrc.county.population that includes all the years betweeen 2000 and 2009
config.multi_year_years = []
config.multi_year_requests = []

# finally, run the requests
#generate_indicators(config)