PlanetaryComputerExamples
PlanetaryComputerExamples copied to clipboard
partition vs. fips confusion in census-data tutorial
trafficstars
In the first part of the census-data notebook, you have ri = geo.get_partition(39).compute() which downloads a map of Rhode Island, whose FIPS is 44, rather than Ohio, which is 39. I tried get_partition(35) for NM, and, ironically, got Ohio. How can I determine which partition pertains to which state?
Thank you very much.