Skip to content

Commit

Permalink
meters
Browse files Browse the repository at this point in the history
  • Loading branch information
ModelEarth committed Nov 17, 2023
1 parent 37c9bb4 commit 161203d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
24 changes: 17 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,35 @@
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html;">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="img/logo/speakman-icon.png" />
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">

<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>
<link type="text/css" rel="stylesheet" href="/localsite/css/base.css" id="/localsite/css/base.css" />

<!-- For hide on scroll -->
<script type="text/javascript" src="/localsite/js/jquery.min.js" id="/localsite/js/jquery.min.js"></script>


<script type="text/javascript" src="/localsite/js/localsite.js?showfooter=true"></script>

<!--
<script type="text/javascript" src="https://neighborhood.org/localsite/js/navigation.js" id="/localsite/js/navigation.js"></script>
<script type="text/javascript" src="https://neighborhood.org/localsite/js/d3.v5.min.js" id="/localsite/js/d3.v5.min.js"></script>
<script type="text/javascript" src="https://neighborhood.org/localsite/js/showdown.min.js" id="/localsite/js/showdown.min.js"></script>
-->

<script>

param.headerLogoSmall = "<img src='/localsite/img/logo/partners/neighborhood-icon.png' style='width:40px;opacity:0.7'>"
param.titleArray = ["community","data"]
param.startTitle = "Community Data"
//param.headerFile = "header.html"
//param.footer = "footer.html"
param.footer = "/localsite/footer.html"

$(window).scroll(function(){let toZero = 1-$(window).scrollTop()/200; $(".herocenter").css("opacity", toZero); if (toZero <= 0) {$(".herocenter").hide()} else {$(".herocenter").show();}});
//$(document).ready(function () {
$(window).scroll(function(){let toZero = 1-$(window).scrollTop()/200; $(".herocenter").css("opacity", toZero); if (toZero <= 0) {$(".herocenter").hide()} else {$(".herocenter").show();}});
//});
</script>

<style>
Expand Down Expand Up @@ -138,7 +148,7 @@ <h2>What We Do</h2>

<h2>Get Involved</h2>
<!--Industry, Nonprofits, Universities<br>-->
Check out the latest updates at<br>
Check out our Latest Updates<br>
<a href="https://model.earth">Model.earth</a>

</div>
Expand Down
6 changes: 6 additions & 0 deletions us/edd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ Data organized by the National Association of Development Organizations (NADO)

[District Attributes](EDDLayer2_attributes.xls) (237 KB) - Please include a link to NADO.org if you use. And send us a link to checkout the cool things you build!

Shape_Length is in meters
Shape_Area is in square meters

Volunteer Project: We'd like a script that processes a 117 MB json shape file and splits it into small topojson files for each state (less than 100K per state) and one for the entire US (less than 1.5 MB). Contact [Loren](https://dreamstudio.com/earth) or [Bret](https://www.nado.org/eddmap/).

Additional
[EDA.gov economic-development grant-resources by state](https://www.eda.gov/economic-development-directory?q=/grant-resources/economic-development-directory/)




Expand Down

0 comments on commit 161203d

Please sign in to comment.