You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This proposal is for adding both a new dataset and its generation script to vega-datasets to enable categorical faceted map examples. This addresses a gap identified in vega/altair#1711 where we currently lack examples suitable for categorical faceting across geographic regions (unlike existing examples of temporal/ordinal faceting like income by state groups).
Dataset Description
The dataset will contain county-level habitat distribution data derived from USGS Gap Analysis Project (GAP) species habitat maps:
Format: CSV file (consider JSON or alternative formats?)
Content: County-level habitat percentages for multiple species
Size: ~3000 counties × 4 species
Compatibility: Works with existing US county topology file us-10m.json in vega-datasets
Fields: county_id, species, pct (percentage of suitable habitat)
Great. If it's for Altair only, an option could also be to use parquet. Otherwise CSV or Arrow makes sense.
I've updated the description to get the tracking working for (vega/vega-lite#3729).
@domoritz I know that you're quite busy with (vega/vega#3990), so I'll just provide a summary of what I understand.
Maybe someone else with the right domain knowledge can help get that PR over the line.
This proposal is for adding both a new dataset and its generation script to vega-datasets to enable categorical faceted map examples. This addresses a gap identified in vega/altair#1711 where we currently lack examples suitable for categorical faceting across geographic regions (unlike existing examples of temporal/ordinal faceting like income by state groups).
Dataset Description
The dataset will contain county-level habitat distribution data derived from USGS Gap Analysis Project (GAP) species habitat maps:
us-10m.json
in vega-datasetsSample data structure:
To do:
Follow-ups
Benefits
Tracking
(Roadmap issue) that may be addressed by fix: facet fails on geoshape vega-lite#9292
The text was updated successfully, but these errors were encountered: