Skip to main content
Skip to footer
Epidemiology & Technology
Home
Stata
Containers
Docker
Proxmox
Traefik
Ubuntu
Manjaro
Windows
Mac
WordPress
Welcome
About Me
Publications
Home
Stata
Containers
Docker
Proxmox
Traefik
Ubuntu
Manjaro
Windows
Mac
WordPress
Welcome
About Me
Publications
Search site
Search
Search
×
Blog Archive
Understanding GeoJSON data
GeoJSON files are a standard way of storing GIS data These contain not only the coordinates but also the attribute data. These files have a key: value based hierarchial data structure You may think of these keys as variable names and values as the dara. In computer science terminology, these are
January 25, 2021
Making a HTML Table from GeoJSON data
GeoJSON objects have a "Type" : "FeaturesCollection" property and a "Features" property whose value is an array of objects. Each child object of this has "type" = "feature", "geometry" = containes the GIS Coordinate data"properties" = contains the attribute data - Name, address, contact, facilities, serivices, whjatever catches your fancy
January 22, 2021