WebgeoDa Scaffolding
More Maps. Fewer Platforms.
1.0.0
1.0.0
  • About Webgeoda Scaffolding
  • Data Concepts
  • Getting Started
  • Libraries and Dependencies
  • File Structure Overview
  • Data
    • Importing Data
    • Accessing Exernal Data
    • Making an API
  • Variables
    • Overview
    • Continuous
    • Categorical
    • LISA
    • Colors
    • Variable Specification
  • Static Pages
    • Adding and Customizing Pages
    • Styling and CSS Modules
  • Map Customization
    • Changing the Background Map Tiles
    • Visualization Modes
    • Change Tooltip and Data Sidebar Information
    • Modifying Layers
  • Widgets
    • Data Exploration Widgets
    • Widget Layouts
  • Deploying
    • Netlify
    • Vercel
    • Github Pages (or elsewhere)
  • Advanced
    • jsGeoDa
    • Next.JS
    • Alternate Map Views
    • Binary Data Formats
Powered by GitBook
On this page

Was this helpful?

  1. Data

Accessing Exernal Data

PreviousImporting DataNextMaking an API

Last updated 3 years ago

Was this helpful?

External data, such as third-party APIs, can be used in place of geospatial or tabular data. By default, any accessible GeoJSON URL can be used in place of a file in public/geojson when speccing out your , and any CSV URL can be used instead of a local file.

Due to the structure of the binning algorithms and clustering analyses at the core of WebGeoDa, tiled data are not currently supported for choropleth layers.

Coming Soon

  • Google Sheets Support

  • JSON endpoint support

  • Firebase

  • Hasura / Supabase

  • Elastic Search

  • Datasette

Cross-Origin
datasets