[Opengeoscience-developers] json datastructure for mongo

Aashish Chaudhary aashish.chaudhary at kitware.com
Tue Apr 2 18:30:39 EDT 2013


I am thinking something like this: What you guys this.

{
    "documents": [
        {
            "name": "clt",
            "basename": "clt.nc",
            "type": "netcdf",
            "variables": [
                {
                    "clt": {
                        "dims": [
                            -180,
                            180,
                            -90,
                            90,
                            0,
                            0
                        ]
                    }
                },
                {
                    "sny": {
                        "dims": [
                            -180,
                            180,
                            -90,
                            90,
                            0,
                            0
                        ]
                    }
                }
            ]
        },
        {
            "name": "foo",
            "basename": "foo.nc",
            "type": "netcdf",
            "variables": [
                {
                    "bar": {
                        "dims": [
                            -180,
                            180,
                            -90,
                            90,
                            0,
                            0
                        ]
                    }
                },
                {
                    "bar2": {
                        "dims": [
                            -180,
                            180,
                            -90,
                            90,
                            0,
                            0
                        ]
                    }
                }
            ]
        }
    ]
}

-- 
| Aashish Chaudhary
| R&D Engineer
| Kitware Inc.
| www.kitware.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/opengeoscience-developers/attachments/20130402/ded27638/attachment.html>


More information about the Opengeoscience-developers mailing list