-
Want environmental data aggregated by more local information, like census tract or block group.
AACES (T Lawson)
-
Since [state legislative districts are built from Census blocks](https://www.census.gov/geographies/mapping-files/2018/dec/rdo/2018-state-legislative-bef.html), we should build a dataset at the block …
-
## Daily Outflow: origin (NYC zipcodes) -> destination (US counties)
### `daily_county_zipcode_outflow`
```sql
WITH dataset AS (
SELECT date_start, origin_census_block_group, map_keys(a) as cbg, a…
SPTKL updated
4 years ago
-
Data sources: NFIRS, FD Locations
- [ ] Fire Station Coverage Areas Step 1 - Determine which Census Block Groups FD Stations have previously responded to.
- [ ] Fire Station Coverage Areas Step …
-
I have extended the census class to implement methods for getting data on the the tracts, blockgroups, and blocks that intersect with a census incorporated place.
https://github.com/datamade/census_a…
-
#### User Story
Feedback [comment](https://dev.azure.com/NYCPlanning/ITD/_workitems/edit/16067#10598859) in ADO Issue [16067](https://dev.azure.com/NYCPlanning/ITD/_workitems/edit/16067)
#### Desc…
-
**Describe the bug**
Exporting geojson includes a census block multipolygon of all census blocks that are a part of the community. our map pages display just the outline of this area.
**To Reprodu…
-
Alter Python script to create file associating Census Block Group Census Tract Neighborhood; see http://www.seattle.gov/opcd/population-and-demographics/geographic-files-and-maps
-
Sometimes sorting through search results in the geoportal can be complicated by the number of maps and data that appear in the list but that are for a vastly different scale/resolution than are of int…
-
Alchemist has recently encountered issues, and will no longer operate. For example, when running a query for total population at the Pennsylvania census block group level for 2014, the following erro…