Skip to content

Wolfram Language code sample that generates the population distribution map for a specified country and outputs it as an image.

Notifications You must be signed in to change notification settings

orosandrei/Country-Population-Distribution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Country Population Distribution

Code that generates the population distribution map for a specified country and outputs it as an image:

GeoGraphics[{CountryData["Romania"],Opacity[0.042, Red],Disk[Reverse[CityData[#, "Coordinates"]],Log[10.^18, QuantityMagnitude[CityData[#, "Population"]]]] & /@ CityData[{All, "Romania"}]}]

The sample is written with Wolfram Language, a very powerful symbolic language with built-in algorithms and knowledge base.

Alt text

Links

About

Wolfram Language code sample that generates the population distribution map for a specified country and outputs it as an image.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published