diff --git a/README.md b/README.md index 2c9fdfcec4..4bb14ece3b 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,8 @@ Pre-processed data for local industry levels (including employment, establishmen Processed data resides in [community-data/us/state](us/state) -Subfolders are generated by [us_econ.ipynb](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} - +Here are [the steps](process/python/bea) we used to generate subfolders with [us_econ.ipynb](process/python/bea) from the US Census API. + TO DO: Generate folders above with a GitHub Action - [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). diff --git a/index.html b/index.html index cfbc83c2a4..9f836119fd 100644 --- a/index.html +++ b/index.html @@ -71,11 +71,11 @@ position: absolute; left: 60px; bottom: 40px; - height: 220px; + height: 136px; width: 420px; background-color: rgba(35, 35, 35, .85); padding: 60px; - padding-top: 50px; + padding-top: 25px; padding-bottom: 40px; color:#fff; line-height: 2.6em; @@ -110,10 +110,9 @@ - @@ -181,9 +180,11 @@

Get Involved



+ diff --git a/process/python/bea/README.md b/process/python/bea/README.md index 3d40b25793..7416784248 100644 --- a/process/python/bea/README.md +++ b/process/python/bea/README.md @@ -1,6 +1,6 @@ # Community Data (us_econ) -Online at our [Google Colab](https://colab.research.google.com/drive/1gXlpE6Hmc60RRsbYXuJ4QRoKyfnv2wzC) - not tested +Also online at our [Google Colab](https://colab.research.google.com/drive/1gXlpE6Hmc60RRsbYXuJ4QRoKyfnv2wzC) - not tested Open Jupyter Notebook in a browser with the command: @@ -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. We're developing a framework for global analysis and we encourage your participation integrating datasets and pulling visualizations into your other projects. +Resulting data is used within the [industry comparison](/localsite/info/) page to load industries for counties. ### Data Includes diff --git a/process/python/bea/index.html b/process/python/bea/index.html new file mode 100644 index 0000000000..c84e4ed3aa --- /dev/null +++ b/process/python/bea/index.html @@ -0,0 +1,27 @@ + + + + + +Process BEA + + + + + + + + + + + + +
+
+
+ + + \ No newline at end of file