CityScope / CS_Accessibility

A CityScope module for interactively calculating accessibility metrics by walking and/or public transit
2 stars 1 forks source link

Employment data needed for Grasbrook Access to Employment layer #2

Open doorleyr opened 4 years ago

doorleyr commented 4 years ago

The Corktown model now has accessibility to both housing and employment. However, the Grasbrook model only has accessibility to housing because I don't have employment density data for Hamburg. In order to include accessibility to employment in the GB model I need a shapefile of administrative zones in Hamburg with the number of jobs in each zone. A home-to-work O-D matrix would be even better.

andredaa commented 4 years ago

http://geoportal.metropolregion.hamburg.de/geodienste_hamburg_de/MRH_WMS_Erreichbarkeitsanalysen_Arbeitsplaetze?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetFeatureInfo&FORMAT=image/png&TRANSPARENT=true&QUERY_LAYERS=fuss_ap30_500&CACHEID=5470855&LAYERS=fuss_ap30_500&INFO_FORMAT=text/xml&FEATURE_COUNT=1&I=95&J=56&WIDTH=256&HEIGHT=256&CRS=EPSG:25832&STYLES=&BBOX=565099.4898552618,5931299.4898552615,567545.479652367,5933745.479652367

This gives you the number of jobs within a 1km radius of the bbox. Bbox is in metric coordinates EPSG 25832 . In the result look for

**44683**
andredaa commented 4 years ago

https://metaver.de/kartendienste;jsessionid=2AF79051C6B3447802B88DBDB3959679?lang=de&topic=themen&bgLayer=webatlasde_light&E=567789.86&N=5934040.70&zoom=8&layers_visibility=true,false,false,false,false,false,false,false,false,false,false,false,false,true&layers=8d9f372a26a1f26defad4b55a879c7d0&layers_opacity=1,1,1,1,1,1,1,1,1,1,1,1,1,0.9

there is a map service here (painfully slow)

andredaa commented 4 years ago

i hope this can be of help.