Skip to content

Commit

Permalink
Links, titles
Browse files Browse the repository at this point in the history
  • Loading branch information
ModelEarth committed Nov 17, 2023
1 parent 3b3570b commit 37c9bb4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pre-processed data for local industry levels (employment, establishments, payroll).

County Business Pattern (CBP) Processed data currently resides in [community-data/us/state](https://github.com/modelearth/community-data/tree/master/us/state) subfolders generated by [us_econ.ipynb](https://github.com/modelearth/community-data/tree/master/process/python/bea) from the following API:
County Business Pattern (CBP) Processed data currently resides in [community-data/us/state](https://github.com/modelearth/community-data/tree/master/us/state) subfolders generated by [us_econ.ipynb](https://github.com/modelearth/community-data/tree/master/process/python/bea) from the following US Census API:

https://api.census.gov/data/{year}/cbp?get={columns_to_select}&for=county:*&in=state:{fips:02d}

Expand All @@ -13,7 +13,7 @@ Note: How to Process (1) Zipcode for Testing:

[About our data pipeline](https://model.earth/data-pipeline)

[Github Actions samples](https://model.earth/community/projects/#github-actions)
[Github Actions samples](https://model.earth/community/projects/#pipeline)

Prior to GitHub Actions, another approach was the [Public Tree Map Pipeline](https://github.com/Public-Tree-Map/public-tree-map-data-pipeline).
Here's a [fork of the resulting Santa Monica tree map](https://neighborhood.org/public-tree-map/).
Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="img/logo/speakman-icon.png" />

<title>Neighborhood.org - Community Data</title>
<title>ModelEarth - Community Data</title>
<link type="text/css" rel="stylesheet" href="https://neighborhood.org/localsite/css/base.css" id="/localsite/css/base.css" />
<script type="text/javascript" src="https://neighborhood.org/localsite/js/jquery.min.js" id="/localsite/js/jquery.min.js"></script>
<script type="text/javascript" src="https://neighborhood.org/localsite/js/localsite.js?showfooter=true"></script>
Expand Down Expand Up @@ -85,7 +85,7 @@

<div class="fade-in text-flowX" style="position:fixed; left:0px; right:0px;
text-align:center; margin-top:50px; color:#fff; font-size:24px; text-shadow: 2px 2px 8px #333;">
<span style="font-weight:800; opacity:1">neighborhood.org</span> community data
<span style="font-weight:800; opacity:1">ModelEarth</span> Community Data

<!--
<br><br>
Expand All @@ -101,7 +101,7 @@
</div>

<div class="storybox hideMobile local" style="display:none">
<b>Welcome</b><br>
<b>Welcome to our Map Framework</b><br>
This box is only visible locally.<br>
The class "local" displays it.
</div>
Expand All @@ -116,8 +116,8 @@
<div class="pageColumn">
<div class="pageColumnInside">
<h2>Who We Are</h2>
Code for All & Democracy Lab<br>
<a href="https://model.earth/localsite/map/">Brigade Map</a>
Developers and Model Builders<br>
<a href="https://model.earth/localsite/map/">Select a Map</a>
</div>
</div>

Expand All @@ -126,7 +126,7 @@ <h2>Who We Are</h2>

<h2>What We Do</h2>
Data Integration and Visualization<br>
<a href="https://model.earth/community/">Project Areas</a>
<a href="https://model.earth/community/projects/">Project Areas</a>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion process/python/bea/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The last block of this notebook contains the code for generating the state-wide

## Usage

Resulting data is used with Environmentally-Enable Input-Output widgets within Model.earth and Neighborhood.org. Our goal is to provide a framework for global analysis and we welcome your participation. You may also pull this data into your other projects.
Resulting data is used with Environmentally-Enable Input-Output widgets within Model.earth and Neighborhood.org. We're developing a framework for global analysis and we encourage your participation integrating datasets and pulling visualizations into your other projects.

### Data Includes

Expand Down

0 comments on commit 37c9bb4

Please sign in to comment.