[Home] 
JQPThousands Rounded And Map MAJune CC


FrontPage
RecentChanges
TestPage
Forum

Search
Members
Projects
Folders
Index

Preferences

Edit
  Difference (last change) (no other diffs, normal page display)

Changed: 1c1,11
Describe the new page here.
= Thousand and mapping filtered URLs =
thousand2019 https://jqp.vercel.app/api/v0?url=https://www.investor.gov/files/county.json&jq=[.regCF_county_2019[]|select(.code|startswith("us-ma-"))|{code,thousands:(.usd/1000)}]
rounded2019 https://jqp.vercel.app/api/v0?url=https://www.investor.gov/files/county.json&jq=[.regCF_county_2019[]|select(.code|startswith("us-ma-"))|{code,thousands:((.usd/10|round)/100)}]
thousand2020 https://jqp.vercel.app/api/v0?url=https://www.investor.gov/files/county.json&jq=[.regCF_county_2020[]|select(.code|startswith("us-ma-"))|{code,thousands:(.usd/1000)}]
rounded2020 https://jqp.vercel.app/api/v0?url=https://www.investor.gov/files/county.json&jq=[.regCF_county_2020[]|select(.code|startswith("us-ma-"))|{code,thousands:((.usd/10|round)/100)}]
thousand2021 https://jqp.vercel.app/api/v0?url=https://www.investor.gov/files/county.json&jq=[.regCF_county_2021[]|select(.code|startswith("us-ma-"))|{code,thousands:(.usd/1000)}]
rounded2021 https://jqp.vercel.app/api/v0?url=https://www.investor.gov/files/county.json&jq=[.regCF_county_2021[]|select(.code|startswith("us-ma-"))|{code,thousands:((.usd/10|round)/100)}]
mapgeo https://jqp.vercel.app/api/v0?url=https://code.highcharts.com/mapdata/countries/us/us-ma-all.geo.json&jq=[.features[].properties|{code:.["hc-key"],name,fips}]
maptopo https://jqp.vercel.app/api/v0?url=https://code.highcharts.com/mapdata/countries/us/us-ma-all.topo.json&jq=[.objects.default.geometries[].properties|{code:.["hc-key"],name,fips}]
mageodirect https://code.highcharts.com/mapdata/countries/us/us-ma-all.geo.json
matopodirect https://code.highcharts.com/mapdata/countries/us/us-ma-all.topo.json

Thousand and mapping filtered URLs
thousand2019 https://jqp.vercel.app/api/v0?url=https://www.investor.gov/files/county.json&jq=[.regCF_county_2019[]|select(.code|startswith("us-ma-"))|{code,thousands:(.usd/1000)}] rounded2019 https://jqp.vercel.app/api/v0?url=https://www.investor.gov/files/county.json&jq=[.regCF_county_2019[]|select(.code|startswith("us-ma-"))|{code,thousands:((.usd/10|round)/100)}] thousand2020 https://jqp.vercel.app/api/v0?url=https://www.investor.gov/files/county.json&jq=[.regCF_county_2020[]|select(.code|startswith("us-ma-"))|{code,thousands:(.usd/1000)}] rounded2020 https://jqp.vercel.app/api/v0?url=https://www.investor.gov/files/county.json&jq=[.regCF_county_2020[]|select(.code|startswith("us-ma-"))|{code,thousands:((.usd/10|round)/100)}] thousand2021 https://jqp.vercel.app/api/v0?url=https://www.investor.gov/files/county.json&jq=[.regCF_county_2021[]|select(.code|startswith("us-ma-"))|{code,thousands:(.usd/1000)}] rounded2021 https://jqp.vercel.app/api/v0?url=https://www.investor.gov/files/county.json&jq=[.regCF_county_2021[]|select(.code|startswith("us-ma-"))|{code,thousands:((.usd/10|round)/100)}] mapgeo https://jqp.vercel.app/api/v0?url=https://code.highcharts.com/mapdata/countries/us/us-ma-all.geo.json&jq=[.features[].properties|{code:.["hc-key"],name,fips}] maptopo https://jqp.vercel.app/api/v0?url=https://code.highcharts.com/mapdata/countries/us/us-ma-all.topo.json&jq=[.objects.default.geometries[].properties|{code:.["hc-key"],name,fips}] mageodirect https://code.highcharts.com/mapdata/countries/us/us-ma-all.geo.json matopodirect https://code.highcharts.com/mapdata/countries/us/us-ma-all.topo.json