Information from the 2021 Gazetteer Files. Direct link https://www2.census.gov/geo/docs/maps-data/data/gazetteer/2021_Gazetteer/2021_Gaz_zcta_national.zip
Previous versions on GitHub (with noteworthy discussions):
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using System.Net.Http; | |
| using System.Net; | |
| namespace HTTP_Test |
| # This script will add the Remove-Item alias:curl command to an existing PowerShell profile or create one if it does not exist | |
| # If it is run from PowerShell ISE an ISE profile will be created: Microsoft.PowerShellISE_profile.ps1 | |
| # Otherwise a regular profile will be created: Microsoft.PowerShell_profile.ps1 | |
| $removeCurlAlias = @" | |
| # Remove Alias curl -> Invoke-WebRequest | |
| Remove-Item alias:curl | |
| "@ | |
| if (-Not (Test-Path $Profile)) |
| ZIP,LAT,LNG | |
| 00601,18.180555, -66.749961 | |
| 00602,18.361945, -67.175597 | |
| 00603,18.455183, -67.119887 | |
| 00606,18.158327, -66.932928 | |
| 00610,18.295366, -67.125135 | |
| 00612,18.402253, -66.711397 | |
| 00616,18.420412, -66.671979 | |
| 00617,18.447538, -66.557681 | |
| 00622,17.991245, -67.153993 |
Information from the 2021 Gazetteer Files. Direct link https://www2.census.gov/geo/docs/maps-data/data/gazetteer/2021_Gazetteer/2021_Gaz_zcta_national.zip
Previous versions on GitHub (with noteworthy discussions):
| # [2023-05-25] Added Copilot Chat, and VSCode Insiders | |
| # [2023-05-20] Add VSCode Insiders variant | |
| # [2023-02-22] Added Copilot Labs | |
| # Fix Github Co-pilot self-signed cert problem | |
| # See: https://github.com/orgs/community/discussions/8866#discussioncomment-3517831 | |
| # Note | |
| # | |
| # To make Github Copilot/Nightly/Labs/Chat work, you might need additional |
| ZIP,LAT,LNG | |
| 00601,18.180555, -66.749961 | |
| 00602,18.361945, -67.175597 | |
| 00603,18.457399, -67.124867 | |
| 00606,18.158327, -66.932928 | |
| 00610,18.293960, -67.127182 | |
| 00611,18.276316, -66.807165 | |
| 00612,18.416727, -66.700090 | |
| 00616,18.420412, -66.671979 | |
| 00617,18.446889, -66.561154 |