sharedstreets / mobility-metrics

Tools for collecting, processing, and interpreting mobility data using SharedStreets
MIT License
50 stars 17 forks source link

Export all button generates unreadable JSON #34

Closed emilyeros closed 5 years ago

emilyeros commented 5 years ago

When exporting all map-based metrics, the resulting JSON cannot be loaded into GIS. I haven't posted an example since it would contain data, but ping me if you want this.

Probably related to: https://github.com/sharedstreets/sharedstreets-mobility-metrics/issues/33

morganherlocker commented 5 years ago

This is the intended behavior. The "export all" is not GeoJSON, but the raw data that is used to generate all metrics and maps. It is hundreds of times more compact than storing every GeoJSON rendering possibility. I'll open a ticket to document the structure of this JSON object.