FZJ-INM1-BDA / siibra-python

Software interfaces for interacting with brain atlases - Python client
Apache License 2.0
46 stars 8 forks source link

[schema] inconsistent map type #580

Open xgui3783 opened 3 months ago

xgui3783 commented 3 months ago

currently, schema for map can have the following key/value:

{
  "sparsemap": {
    "is_sparsemap": true,
    "cache": false,
    "url": ""
  }
}

This is strange and confusing.

on discussion with @AhmetNSimsek it probably should be changed to support two separate schema, one for sparse map, one for labelled map.