API endpoint that allows layers to be viewed or edited.

GET /api/v2/layers?page=20
HTTP 200 OK
Allow: GET, POST, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "links": {
        "next": "http://ihp-wins.unesco.org/api/v2/layers?page=21",
        "previous": "http://ihp-wins.unesco.org/api/v2/layers?page=19"
    },
    "total": 224,
    "page": 20,
    "page_size": 10,
    "layers": [
        {
            "pk": "370",
            "uuid": "064a8336-f2c5-11e6-8719-005056bf7531",
            "name": "toilet_ratio_elsalvador_male",
            "workspace": "geonode",
            "store": "toilet_ratio_elsalvador_male",
            "storeType": "dataStore",
            "charset": "UTF-8",
            "is_mosaic": false,
            "has_time": false,
            "has_elevation": false,
            "time_regex": null,
            "elevation_regex": "",
            "use_featureinfo_custom_template": false,
            "featureinfo_custom_template": null,
            "default_style": {
                "pk": 46,
                "name": "toilet_ratio_elsalvador_male",
                "workspace": "geonode",
                "sld_title": "toilet_ratio_elsalvador_male",
                "sld_body": "b'<?xml version=\"1.0\" encoding=\"UTF-8\"?><sld:StyledLayerDescriptor xmlns=\"http://www.opengis.net/sld\" xmlns:sld=\"http://www.opengis.net/sld\" xmlns:gml=\"http://www.opengis.net/gml\" xmlns:ogc=\"http://www.opengis.net/ogc\" version=\"1.0.0\"><sld:NamedLayer><sld:Name>toilet_ratio_elsalvador_male</sld:Name><sld:UserStyle><sld:Name>toilet_ratio_elsalvador_male</sld:Name><sld:FeatureTypeStyle><sld:Name>name</sld:Name><sld:Rule><sld:Name>No shortage (&lt;30 male learners/toilet)</sld:Name><sld:Title>No shortage (&lt;30 male learners/toilet)</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyName>MALEPTOIL</ogc:PropertyName><ogc:Literal>1</ogc:Literal></ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>MALEPTOIL</ogc:PropertyName><ogc:Literal>30</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#61e011</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Shortage (&gt;30 male learners/toilet)</sld:Name><sld:Title>Shortage (&gt;30 male learners/toilet)</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>MALEPTOIL</ogc:PropertyName><ogc:Literal>30</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>MALEPTOIL</ogc:PropertyName><ogc:Literal>360</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#fffc21</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>No toilet</sld:Name><sld:Title>No toilet</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MALEPTOIL</ogc:PropertyName><ogc:Literal>-1</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#f6421a</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Girls\\' school</sld:Name><sld:Title>Girls\\' school</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MALEPTOIL</ogc:PropertyName><ogc:Literal>-10</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#e6e6e6</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>No data</sld:Name><sld:Title>No data</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MALEPTOIL</ogc:PropertyName><ogc:Literal>-99</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#858585</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule></sld:FeatureTypeStyle></sld:UserStyle></sld:NamedLayer></sld:StyledLayerDescriptor>'",
                "sld_version": null,
                "sld_url": "http://localhost:8080/geoserver/rest/workspaces/geonode/styles/toilet_ratio_elsalvador_male.sld"
            },
            "styles": [
                {
                    "pk": 46,
                    "name": "toilet_ratio_elsalvador_male",
                    "workspace": "geonode",
                    "sld_title": "toilet_ratio_elsalvador_male",
                    "sld_body": "b'<?xml version=\"1.0\" encoding=\"UTF-8\"?><sld:StyledLayerDescriptor xmlns=\"http://www.opengis.net/sld\" xmlns:sld=\"http://www.opengis.net/sld\" xmlns:gml=\"http://www.opengis.net/gml\" xmlns:ogc=\"http://www.opengis.net/ogc\" version=\"1.0.0\"><sld:NamedLayer><sld:Name>toilet_ratio_elsalvador_male</sld:Name><sld:UserStyle><sld:Name>toilet_ratio_elsalvador_male</sld:Name><sld:FeatureTypeStyle><sld:Name>name</sld:Name><sld:Rule><sld:Name>No shortage (&lt;30 male learners/toilet)</sld:Name><sld:Title>No shortage (&lt;30 male learners/toilet)</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyName>MALEPTOIL</ogc:PropertyName><ogc:Literal>1</ogc:Literal></ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>MALEPTOIL</ogc:PropertyName><ogc:Literal>30</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#61e011</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Shortage (&gt;30 male learners/toilet)</sld:Name><sld:Title>Shortage (&gt;30 male learners/toilet)</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>MALEPTOIL</ogc:PropertyName><ogc:Literal>30</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>MALEPTOIL</ogc:PropertyName><ogc:Literal>360</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#fffc21</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>No toilet</sld:Name><sld:Title>No toilet</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MALEPTOIL</ogc:PropertyName><ogc:Literal>-1</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#f6421a</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Girls\\' school</sld:Name><sld:Title>Girls\\' school</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MALEPTOIL</ogc:PropertyName><ogc:Literal>-10</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#e6e6e6</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>No data</sld:Name><sld:Title>No data</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MALEPTOIL</ogc:PropertyName><ogc:Literal>-99</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#858585</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule></sld:FeatureTypeStyle></sld:UserStyle></sld:NamedLayer></sld:StyledLayerDescriptor>'",
                    "sld_version": null,
                    "sld_url": "http://localhost:8080/geoserver/rest/workspaces/geonode/styles/toilet_ratio_elsalvador_male.sld"
                }
            ],
            "attribute_set": [
                {
                    "pk": 95199,
                    "attribute": "NTOILETF",
                    "description": "Number of female toilet",
                    "attribute_label": "",
                    "attribute_type": "xsd:long",
                    "visible": true,
                    "display_order": 16,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:46.391389Z"
                },
                {
                    "pk": 95189,
                    "attribute": "LONG",
                    "description": "Longitude",
                    "attribute_label": "",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 6,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:46.349859Z"
                },
                {
                    "pk": 95198,
                    "attribute": "NTOILETM",
                    "description": "Number of male toilet ",
                    "attribute_label": "",
                    "attribute_type": "xsd:long",
                    "visible": true,
                    "display_order": 15,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:46.387140Z"
                },
                {
                    "pk": 95196,
                    "attribute": "ADMINISTRM",
                    "description": "Number of male administrative persons",
                    "attribute_label": "",
                    "attribute_type": "xsd:long",
                    "visible": true,
                    "display_order": 13,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:46.378805Z"
                },
                {
                    "pk": 95188,
                    "attribute": "LAT",
                    "description": "Latitude",
                    "attribute_label": "",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 5,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:46.345704Z"
                },
                {
                    "pk": 95185,
                    "attribute": "DATE",
                    "description": "Date of the survey",
                    "attribute_label": "",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 2,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:46.333081Z"
                },
                {
                    "pk": 95187,
                    "attribute": "CODE",
                    "description": "Code of the school",
                    "attribute_label": "",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 4,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:46.341520Z"
                },
                {
                    "pk": 95190,
                    "attribute": "CITY",
                    "description": "City ",
                    "attribute_label": "",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 7,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:46.353981Z"
                },
                {
                    "pk": 95195,
                    "attribute": "TEACHERSF",
                    "description": "Number of female teachers",
                    "attribute_label": "",
                    "attribute_type": "xsd:long",
                    "visible": true,
                    "display_order": 12,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:46.374655Z"
                },
                {
                    "pk": 95184,
                    "attribute": "the_geom",
                    "description": "",
                    "attribute_label": "",
                    "attribute_type": "gml:PointPropertyType",
                    "visible": false,
                    "display_order": 1,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:46.328649Z"
                },
                {
                    "pk": 95201,
                    "attribute": "FEMALEPTOI",
                    "description": "Ratio of female learners per toilet",
                    "attribute_label": "",
                    "attribute_type": "xsd:long",
                    "visible": true,
                    "display_order": 18,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:46.399712Z"
                },
                {
                    "pk": 95186,
                    "attribute": "SCHOOLNAME",
                    "description": "Name of the school",
                    "attribute_label": "",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 3,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:46.337295Z"
                },
                {
                    "pk": 95191,
                    "attribute": "SCHOOLTYPE",
                    "description": "Type of shcool",
                    "attribute_label": "",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 8,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:46.358193Z"
                },
                {
                    "pk": 95197,
                    "attribute": "ADMINISTRF",
                    "description": "Number of female administrative persons",
                    "attribute_label": "",
                    "attribute_type": "xsd:long",
                    "visible": true,
                    "display_order": 14,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:46.382965Z"
                },
                {
                    "pk": 95194,
                    "attribute": "TEACHERSM",
                    "description": "Number of male teachers",
                    "attribute_label": "",
                    "attribute_type": "xsd:long",
                    "visible": true,
                    "display_order": 11,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:46.370532Z"
                },
                {
                    "pk": 95200,
                    "attribute": "MALEPTOIL",
                    "description": "Ratio of male learners per toilet",
                    "attribute_label": "",
                    "attribute_type": "xsd:long",
                    "visible": true,
                    "display_order": 17,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:46.395489Z"
                },
                {
                    "pk": 95192,
                    "attribute": "BOYS",
                    "description": "Number of male learners",
                    "attribute_label": "",
                    "attribute_type": "xsd:long",
                    "visible": true,
                    "display_order": 9,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:46.362367Z"
                },
                {
                    "pk": 95193,
                    "attribute": "GIRLS",
                    "description": "Number of female learners",
                    "attribute_label": "",
                    "attribute_type": "xsd:long",
                    "visible": true,
                    "display_order": 10,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:46.366375Z"
                }
            ],
            "resource_type": "layer",
            "polymorphic_ctype_id": "51",
            "owner": {
                "pk": 28,
                "username": "lakshmi.seewsagur",
                "first_name": "Lakshmi",
                "last_name": "Seewsagur",
                "avatar": "https://www.gravatar.com/avatar/c0bad0959406dfdc0b5e749e3ca78d52/?s=240&d=http%3A%2F%2Fihp-wins.unesco.org%2Fstatic%2Favatar%2Fimg%2Fdefault.jpg"
            },
            "poc": {
                "pk": 28,
                "username": "lakshmi.seewsagur",
                "first_name": "Lakshmi",
                "last_name": "Seewsagur",
                "avatar": "https://www.gravatar.com/avatar/c0bad0959406dfdc0b5e749e3ca78d52/?s=240&d=http%3A%2F%2Fihp-wins.unesco.org%2Fstatic%2Favatar%2Fimg%2Fdefault.jpg"
            },
            "metadata_author": {
                "pk": 28,
                "username": "lakshmi.seewsagur",
                "first_name": "Lakshmi",
                "last_name": "Seewsagur",
                "avatar": "https://www.gravatar.com/avatar/c0bad0959406dfdc0b5e749e3ca78d52/?s=240&d=http%3A%2F%2Fihp-wins.unesco.org%2Fstatic%2Favatar%2Fimg%2Fdefault.jpg"
            },
            "title": "Ratio of male learners to school toilets in El Salvador (2014)",
            "abstract": "This layer presents the ratio of male learners to school toilets in 100 schools in 3 provinces of El Salvador. On average, 56 male learners share one toilet, whereas 51 female learners share the same toilet.  From our responses, 9 schools indicated they had no toilet facilities, and data is missing for 3 schools.",
            "attribution": null,
            "doi": null,
            "alternate": "geonode:toilet_ratio_elsalvador_male",
            "date": "2017-02-14T14:51:00Z",
            "date_type": "publication",
            "temporal_extent_start": "2014-02-01T14:53:00Z",
            "temporal_extent_end": "2014-05-31T13:53:00Z",
            "edition": "UNESCO-VISUS (2014)",
            "purpose": "",
            "maintenance_frequency": null,
            "constraints_other": "Unless otherwise specified, no restriction applies.",
            "language": "eng",
            "supplemental_information": "The VISUS project (Visual Inspections for the definition of Safety Upgrading Strategies) is providing decision-making information and tools for enhancing school safety worldwide through school facilities assessment. The VISUS multi-hazard methodology considers earthquakes, floods and tsunamis, winds, fires and ordinary safety, for the evaluation of the safety of school facilities. The activities of the SPRINT-Lab (University of Udine, Polytechnic Department of Engineering and Architecture) permitted the enhancement of the methodology.",
            "data_quality_statement": "",
            "bbox_polygon": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [
                            -89.37031,
                            13.46398
                        ],
                        [
                            -89.37031,
                            13.73741
                        ],
                        [
                            -89.0706,
                            13.73741
                        ],
                        [
                            -89.0706,
                            13.46398
                        ],
                        [
                            -89.37031,
                            13.46398
                        ]
                    ]
                ]
            },
            "ll_bbox_polygon": null,
            "srid": "EPSG:4326",
            "group": {
                "pk": 74,
                "name": "IHP-Theme6-Water-education"
            },
            "popular_count": "380",
            "share_count": "0",
            "rating": "0",
            "featured": false,
            "is_published": true,
            "is_approved": true,
            "detail_url": "/layers/toilet_ratio_elsalvador_male:geonode:toilet_ratio_elsalvador_male",
            "created": "2020-02-11T11:06:45.204622Z",
            "last_updated": "2021-02-19T14:30:12.920756Z",
            "raw_abstract": "This layer presents the ratio of male learners to school toilets in 100 schools in 3 provinces of El Salvador. On average, 56 male learners share one toilet, whereas 51 female learners share the same toilet.  From our responses, 9 schools indicated they had no toilet facilities, and data is missing for 3 schools.",
            "raw_purpose": "",
            "raw_constraints_other": "Unless otherwise specified, no restriction applies.",
            "raw_supplemental_information": "The VISUS project (Visual Inspections for the definition of Safety Upgrading Strategies) is providing decision-making information and tools for enhancing school safety worldwide through school facilities assessment. The VISUS multi-hazard methodology considers earthquakes, floods and tsunamis, winds, fires and ordinary safety, for the evaluation of the safety of school facilities. The activities of the SPRINT-Lab (University of Udine, Polytechnic Department of Engineering and Architecture) permitted the enhancement of the methodology.",
            "raw_data_quality_statement": "",
            "metadata_only": false,
            "embed_url": "/layers/geonode:toilet_ratio_elsalvador_male/embed",
            "thumbnail_url": "http://ihp-wins.unesco.org/uploaded/thumbs/layer-064a8336-f2c5-11e6-8719-005056bf7531-thumb.png?v=f5703683",
            "keywords": [
                {
                    "name": "Education",
                    "slug": "education"
                },
                {
                    "name": "Gender",
                    "slug": "gender"
                },
                {
                    "name": "Hygiene",
                    "slug": "hygiene"
                },
                {
                    "name": "Sanitation",
                    "slug": "sanitation_1"
                },
                {
                    "name": "Youth",
                    "slug": "youth"
                }
            ],
            "regions": [
                {
                    "code": "CAM",
                    "name": "Central America"
                },
                {
                    "code": "SLV",
                    "name": "El Salvador"
                }
            ],
            "category": {
                "identifier": "Water education"
            },
            "restriction_code_type": null,
            "license": {
                "identifier": "not_specified"
            },
            "spatial_representation_type": null
        },
        {
            "pk": "1129",
            "uuid": "76699e96-4a20-11e8-a93b-005056062634",
            "name": "Forest_NC",
            "workspace": "geonode",
            "store": "datastore",
            "storeType": "dataStore",
            "charset": "UTF-8",
            "is_mosaic": false,
            "has_time": false,
            "has_elevation": false,
            "time_regex": null,
            "elevation_regex": null,
            "use_featureinfo_custom_template": false,
            "featureinfo_custom_template": null,
            "default_style": {
                "pk": 392,
                "name": "Forest_NC",
                "workspace": "geonode",
                "sld_title": "Forest_NC",
                "sld_body": "b'<?xml version=\"1.0\" encoding=\"UTF-8\"?><sld:StyledLayerDescriptor xmlns=\"http://www.opengis.net/sld\" xmlns:sld=\"http://www.opengis.net/sld\" xmlns:gml=\"http://www.opengis.net/gml\" xmlns:ogc=\"http://www.opengis.net/ogc\" version=\"1.0.0\"><sld:NamedLayer><sld:Name>Forest_NC</sld:Name><sld:UserStyle><sld:Name>Forest_NC</sld:Name><sld:FeatureTypeStyle><sld:Name>name</sld:Name><sld:Rule><sld:Name>No Information</sld:Name><sld:Title>No Information</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>-1535</ogc:Literal></ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>0</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#c4c7c9</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#232323</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>5</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>0% to 20%</sld:Name><sld:Title>0% to 20%</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>0</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>0.20000000000000001</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#d1e3f3</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#232323</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>5</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>20% to 40%</sld:Name><sld:Title>20% to 40%</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>0.20000000000000001</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>0.40000000000000002</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#9ac8e1</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#232323</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>5</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>40% to 60%</sld:Name><sld:Title>40% to 60%</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>0.40000000000000002</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>0.59999999999999998</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#529dcc</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#232323</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>5</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>60% to 80%</sld:Name><sld:Title>60% to 80%</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>0.59999999999999998</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>0.80000000000000004</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#1c6cb1</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#232323</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>5</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>80% to 100%</sld:Name><sld:Title>80% to 100%</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>0.80000000000000004</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>1</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#08306b</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#232323</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>5</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule></sld:FeatureTypeStyle></sld:UserStyle></sld:NamedLayer></sld:StyledLayerDescriptor>'",
                "sld_version": null,
                "sld_url": "http://localhost:8080/geoserver/rest/workspaces/geonode/styles/Forest_NC.sld"
            },
            "styles": [
                {
                    "pk": 392,
                    "name": "Forest_NC",
                    "workspace": "geonode",
                    "sld_title": "Forest_NC",
                    "sld_body": "b'<?xml version=\"1.0\" encoding=\"UTF-8\"?><sld:StyledLayerDescriptor xmlns=\"http://www.opengis.net/sld\" xmlns:sld=\"http://www.opengis.net/sld\" xmlns:gml=\"http://www.opengis.net/gml\" xmlns:ogc=\"http://www.opengis.net/ogc\" version=\"1.0.0\"><sld:NamedLayer><sld:Name>Forest_NC</sld:Name><sld:UserStyle><sld:Name>Forest_NC</sld:Name><sld:FeatureTypeStyle><sld:Name>name</sld:Name><sld:Rule><sld:Name>No Information</sld:Name><sld:Title>No Information</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>-1535</ogc:Literal></ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>0</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#c4c7c9</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#232323</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>5</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>0% to 20%</sld:Name><sld:Title>0% to 20%</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>0</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>0.20000000000000001</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#d1e3f3</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#232323</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>5</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>20% to 40%</sld:Name><sld:Title>20% to 40%</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>0.20000000000000001</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>0.40000000000000002</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#9ac8e1</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#232323</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>5</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>40% to 60%</sld:Name><sld:Title>40% to 60%</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>0.40000000000000002</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>0.59999999999999998</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#529dcc</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#232323</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>5</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>60% to 80%</sld:Name><sld:Title>60% to 80%</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>0.59999999999999998</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>0.80000000000000004</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#1c6cb1</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#232323</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>5</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>80% to 100%</sld:Name><sld:Title>80% to 100%</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>0.80000000000000004</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>forest</ogc:PropertyName><ogc:Literal>1</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#08306b</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#232323</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.5</sld:CssParameter></sld:Stroke></sld:Mark><sld:Size>5</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule></sld:FeatureTypeStyle></sld:UserStyle></sld:NamedLayer></sld:StyledLayerDescriptor>'",
                    "sld_version": null,
                    "sld_url": "http://localhost:8080/geoserver/rest/workspaces/geonode/styles/Forest_NC.sld"
                }
            ],
            "attribute_set": [
                {
                    "pk": 93173,
                    "attribute": "AgBMP_P_ca",
                    "description": "A categorical variable describing the potential for using a strategy to help a city. Breaks follow those in the Urban Water Blueprint.",
                    "attribute_label": "Potential for using agricultural BMPs against phosphorus runoff",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 32,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.567828Z"
                },
                {
                    "pk": 93151,
                    "attribute": "Desal",
                    "description": "The proportion of municipal water that comes from desalination. When the volume of water withdrawn from each source of a city is unknown, each source is treated as equally important.",
                    "attribute_label": "Desalination",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 10,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.470679Z"
                },
                {
                    "pk": 93155,
                    "attribute": "forest",
                    "description": "Percentage of forest as a land cover in the surface source watersheds",
                    "attribute_label": "Forest",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 14,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.488345Z"
                },
                {
                    "pk": 93153,
                    "attribute": "cropland",
                    "description": "Percentage of cropland as a land cover in the surface source watersheds",
                    "attribute_label": "Cropland",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 12,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.479613Z"
                },
                {
                    "pk": 93157,
                    "attribute": "developed",
                    "description": "Percentage of developed as a land cover in the surface source watersheds",
                    "attribute_label": "Developed",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 16,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.497124Z"
                },
                {
                    "pk": 93175,
                    "attribute": "ForestPr_1",
                    "description": "A categorical variable describing the potential for using a strategy to help a city. Breaks follow those in the Urban Water Blueprint.",
                    "attribute_label": "Potential for using forest protection to against phosphorus runoff",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 34,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.576283Z"
                },
                {
                    "pk": 93146,
                    "attribute": "latitude",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 5,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.447555Z"
                },
                {
                    "pk": 93147,
                    "attribute": "longitude",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 6,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.451771Z"
                },
                {
                    "pk": 93169,
                    "attribute": "AgRip_sed_",
                    "description": "A categorical variable describing the potential for using a strategy to help a city. Breaks follow those in the Urban Water Blueprint.",
                    "attribute_label": "Potential for using riparian buffers on agricultural land to reduce erosion",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 28,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.550364Z"
                },
                {
                    "pk": 93176,
                    "attribute": "Refor_P_ca",
                    "description": "A categorical variable describing the potential for using a strategy to help a city. Breaks follow those in the Urban Water Blueprint.",
                    "attribute_label": "Potential for using grassland reforestation against phosphorus",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 35,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.580635Z"
                },
                {
                    "pk": 93174,
                    "attribute": "AgRip_P_ca",
                    "description": "A categorical variable describing the potential for using a strategy to help a city. Breaks follow those in the Urban Water Blueprint.",
                    "attribute_label": "Potential for using riparian buffers on agricultural land to reduce phosphorus runoff",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 33,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.572045Z"
                },
                {
                    "pk": 93167,
                    "attribute": "AnnualStre",
                    "description": "A categorical variable of WTA. Breaks follow the traditional threshold of 0.4",
                    "attribute_label": "Categorical variable of WTA: Annual Stress",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 26,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.541782Z"
                },
                {
                    "pk": 93161,
                    "attribute": "NumSources",
                    "description": "Number of water sources including surface and non-surface sources.",
                    "attribute_label": "Number of Water Sources",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 20,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.515663Z"
                },
                {
                    "pk": 93150,
                    "attribute": "Surface",
                    "description": "The proportion of municipal water that comes from surface sources. When the volume of water withdrawn from each source of a city is unknown, each source is treated as equally important.",
                    "attribute_label": "Surface",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 9,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.464556Z"
                },
                {
                    "pk": 93154,
                    "attribute": "grassland",
                    "description": "Percentage of grassland as a land cover in the surface source watersheds",
                    "attribute_label": "Grassland",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 13,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.483945Z"
                },
                {
                    "pk": 93152,
                    "attribute": "Other_type",
                    "description": "The proportion of municipal water that comes from other sources, such as recycled water, rainwater harvesting, or private water vendors.",
                    "attribute_label": "Other Sources",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 11,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.475194Z"
                },
                {
                    "pk": 93165,
                    "attribute": "PYieldCate",
                    "description": "Breaks are: < 8kg/km2, “Low”; 8-20 kg/km2, “Medium”; > 20 kg/km2, “High”.",
                    "attribute_label": "Categorical phosphorus yield",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 24,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.533137Z"
                },
                {
                    "pk": 93143,
                    "attribute": "the_geom",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "gml:PointPropertyType",
                    "visible": false,
                    "display_order": 2,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.434502Z"
                },
                {
                    "pk": 93163,
                    "attribute": "SedYieldCa",
                    "description": "A categorical variable of Sed Yield. Breaks are: <6 tonnes/km2, “Low”; 6-40 tonnes/km2, “Medium”; > 40 tonnes/km2, “High”.",
                    "attribute_label": "Categorical sediment yield",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 22,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.524470Z"
                },
                {
                    "pk": 93162,
                    "attribute": "SedYield_c",
                    "description": "(tonnes/km2/year), calibrated against Sparrow data in the U.S.",
                    "attribute_label": "Sediment yield",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 21,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.520196Z"
                },
                {
                    "pk": 93160,
                    "attribute": "Transfer",
                    "description": "(i.e. water sourced from watershed(s) outside of the watershed within which a given city resides",
                    "attribute_label": "Percent of water from interbasin transfer",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 19,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.510840Z"
                },
                {
                    "pk": 93168,
                    "attribute": "AgBMP_sed_",
                    "description": "A categorical variable describing the potential for using a strategy to help a city. Breaks follow those in the Urban Water Blueprint.",
                    "attribute_label": "Potential for using agricultural BMPs against sediment runoff",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 27,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.546079Z"
                },
                {
                    "pk": 93149,
                    "attribute": "Groundwate",
                    "description": "The proportion of municipal water that comes from groundwater. When the volume of water withdrawn from each source of a city is unknown, each source is treated as equally important.",
                    "attribute_label": "Groundwater",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 8,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.460307Z"
                },
                {
                    "pk": 93142,
                    "attribute": "fid",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 1,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.429706Z"
                },
                {
                    "pk": 93159,
                    "attribute": "DistToDVSN",
                    "description": "Blank where a given city sources only from non-surface sources.",
                    "attribute_label": "Average Distance to Surface Diversion Sources",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 18,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.505930Z"
                },
                {
                    "pk": 93148,
                    "attribute": "Country_Na",
                    "description": "The English name of the country.",
                    "attribute_label": "Country",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 7,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.455985Z"
                },
                {
                    "pk": 93170,
                    "attribute": "ForestProt",
                    "description": "A categorical variable describing the potential for using a strategy to help a city. Breaks follow those in the Urban Water Blueprint.",
                    "attribute_label": "Potential for using forest protection to against sediment runoff",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 29,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.554667Z"
                },
                {
                    "pk": 93158,
                    "attribute": "other",
                    "description": "Percentage of other (bodies of water, wetlands) as a land cover in the surface source watersheds",
                    "attribute_label": "Other",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 17,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.501463Z"
                },
                {
                    "pk": 93166,
                    "attribute": "wta",
                    "description": "Capped at 1. Estimated from the WaterGAP3 model.",
                    "attribute_label": "Withdrawal to available ratio for surface sources",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 25,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.537499Z"
                },
                {
                    "pk": 93172,
                    "attribute": "thin_sed_c",
                    "description": "A categorical variable describing the potential for using a strategy to help a city. Breaks follow those in the Urban Water Blueprint.",
                    "attribute_label": "Potential for using forest fuel thinning against sediments",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 31,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.563427Z"
                },
                {
                    "pk": 93144,
                    "attribute": "City_ID",
                    "description": "Unique identifier for city. Matches with City_ID in City Water Map database.",
                    "attribute_label": "Identification number",
                    "attribute_type": "xsd:long",
                    "visible": true,
                    "display_order": 3,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.438819Z"
                },
                {
                    "pk": 93164,
                    "attribute": "PYield_cal",
                    "description": "(kg/km2/year), calibrated against Sparrow data in the U.S. Note this is kg, not tonnes as in previous versions of the spreadsheet.",
                    "attribute_label": "Phosphorus yield",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 23,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.528814Z"
                },
                {
                    "pk": 93171,
                    "attribute": "Refor_sed_",
                    "description": "A categorical variable describing the potential for using a strategy to help a city. Breaks follow those in the Urban Water Blueprint.",
                    "attribute_label": "Potential for using grassland reforestation against sediments",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 30,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.559121Z"
                },
                {
                    "pk": 93145,
                    "attribute": "City_Name",
                    "description": "The English name of the urban area.",
                    "attribute_label": "Name",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 4,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.443211Z"
                },
                {
                    "pk": 93156,
                    "attribute": "barren",
                    "description": "Percentage of barren (desert, rock and ice) as a land cover in the surface source watersheds",
                    "attribute_label": "Barren",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 15,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:51.492732Z"
                }
            ],
            "resource_type": "layer",
            "polymorphic_ctype_id": "51",
            "owner": {
                "pk": 1275,
                "username": "adrian.barranco-fabre",
                "first_name": "Adrian",
                "last_name": "Barranco-Fabre",
                "avatar": "/static/avatars/adrian.barranco-fabre/resized/240/20180224_163631.d97d0775e6c3.jpg"
            },
            "poc": {
                "pk": 1275,
                "username": "adrian.barranco-fabre",
                "first_name": "Adrian",
                "last_name": "Barranco-Fabre",
                "avatar": "/static/avatars/adrian.barranco-fabre/resized/240/20180224_163631.d97d0775e6c3.jpg"
            },
            "metadata_author": {
                "pk": 1275,
                "username": "adrian.barranco-fabre",
                "first_name": "Adrian",
                "last_name": "Barranco-Fabre",
                "avatar": "/static/avatars/adrian.barranco-fabre/resized/240/20180224_163631.d97d0775e6c3.jpg"
            },
            "title": "Percentage of Forest covering Source Watersheds",
            "abstract": "The use of the land covering the watersheds have an enormous impact in the cost and treatment of the water, as well as for the availability and quality of the water supply. Globally, a watershed is covered by 40 percent of forestall area, 30 percent of cropland and 20 percent of grassland and pasture; but it will vary from country to country. This footprint analysis involve 534 cities, who draw water from 20 percent of the world’s land surface.\r\nFor more information, access the Urban Water Blueprint report here: http://www.iwa-network.org/wp-content/uploads/2016/06/Urban-Water-Blueprint-Report.pdf\r\nYou can also visit the Urban Water Blueprint website here: http://water.nature.org/waterblueprint/#/intro=true",
            "attribution": null,
            "doi": null,
            "alternate": "geonode:Forest_NC",
            "date": "2019-10-24T09:29:00Z",
            "date_type": "publication",
            "temporal_extent_start": "2015-01-01T14:43:00Z",
            "temporal_extent_end": "2015-12-31T14:43:00Z",
            "edition": "McDonald, R.I. & D. Shemie (2014). Urban Water Blueprint: Mapping conservation solutions to the global water challenge. The Nature Conservancy: Washington, D.C.",
            "purpose": "",
            "maintenance_frequency": null,
            "constraints_other": "Unless otherwise specified, no restriction applies.",
            "language": "eng",
            "supplemental_information": "The Urban Water Blueprint analyzes the state of water in more than 2000 watersheds and 530 cities worldwide to provide science-based recommendations for natural solutions that can be integrated alongside traditional infrastructure to improve water quality. \r\nThe Urban Water Blueprint has continued to improve its scientific analysis over time, correcting reported errors and improving its methodology.",
            "data_quality_statement": "Updated results are not reflected in the report or website. Anyone considering using the results for analysis or decision-making should contact the Urban Water Blueprint at water@tnc.org to obtain the most current estimates.",
            "bbox_polygon": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [
                            -149.8921253,
                            -43.52765168
                        ],
                        [
                            -149.8921253,
                            61.21766954
                        ],
                        [
                            174.7646444,
                            61.21766954
                        ],
                        [
                            174.7646444,
                            -43.52765168
                        ],
                        [
                            -149.8921253,
                            -43.52765168
                        ]
                    ]
                ]
            },
            "ll_bbox_polygon": null,
            "srid": "EPSG:4326",
            "group": {
                "pk": 72,
                "name": "IHP-Theme4-Water-for-settlements"
            },
            "popular_count": "56",
            "share_count": "0",
            "rating": "0",
            "featured": true,
            "is_published": true,
            "is_approved": true,
            "detail_url": "/layers/datastore:geonode:Forest_NC",
            "created": "2020-02-11T11:06:45.204622Z",
            "last_updated": "2021-02-19T14:30:12.524787Z",
            "raw_abstract": "The use of the land covering the watersheds have an enormous impact in the cost and treatment of the water, as well as for the availability and quality of the water supply. Globally, a watershed is covered by 40 percent of forestall area, 30 percent of cropland and 20 percent of grassland and pasture; but it will vary from country to country. This footprint analysis involve 534 cities, who draw water from 20 percent of the world’s land surface. For more information, access the Urban Water Blueprint report here: http://www.iwa-network.org/wp-content/uploads/2016/06/Urban-Water-Blueprint-Report.pdf You can also visit the Urban Water Blueprint website here: http://water.nature.org/waterblueprint/#/intro=true",
            "raw_purpose": "",
            "raw_constraints_other": "Unless otherwise specified, no restriction applies.",
            "raw_supplemental_information": "The Urban Water Blueprint analyzes the state of water in more than 2000 watersheds and 530 cities worldwide to provide science-based recommendations for natural solutions that can be integrated alongside traditional infrastructure to improve water quality.  The Urban Water Blueprint has continued to improve its scientific analysis over time, correcting reported errors and improving its methodology.",
            "raw_data_quality_statement": "Updated results are not reflected in the report or website. Anyone considering using the results for analysis or decision-making should contact the Urban Water Blueprint at water@tnc.org to obtain the most current estimates.",
            "metadata_only": false,
            "embed_url": "/layers/geonode:Forest_NC/embed",
            "thumbnail_url": "http://ihp-wins.unesco.org/uploaded/thumbs/layer-76699e96-4a20-11e8-a93b-005056062634-thumb.png?v=f65a6992",
            "keywords": [
                {
                    "name": "Basin",
                    "slug": "basin"
                },
                {
                    "name": "Drinking water",
                    "slug": "Drinking_water"
                },
                {
                    "name": "Human settlements",
                    "slug": "Humansettlements"
                },
                {
                    "name": "Supply",
                    "slug": "Supply"
                },
                {
                    "name": "Surface water",
                    "slug": "Surfacewater"
                }
            ],
            "regions": [
                {
                    "code": "GLO",
                    "name": "Global"
                }
            ],
            "category": {
                "identifier": "Water for human settlements"
            },
            "restriction_code_type": null,
            "license": {
                "identifier": "not_specified"
            },
            "spatial_representation_type": {
                "identifier": "vector"
            }
        },
        {
            "pk": "954",
            "uuid": "ab8dd778-cfae-11e7-9295-005056062634",
            "name": "totalcons",
            "workspace": "geonode",
            "store": "geonode_ihp_data",
            "storeType": "dataStore",
            "charset": "UTF-8",
            "is_mosaic": false,
            "has_time": false,
            "has_elevation": false,
            "time_regex": null,
            "elevation_regex": null,
            "use_featureinfo_custom_template": false,
            "featureinfo_custom_template": null,
            "default_style": {
                "pk": 274,
                "name": "totalcons",
                "workspace": "geonode",
                "sld_title": "totalcons",
                "sld_body": "b'<?xml version=\"1.0\" encoding=\"UTF-8\"?><sld:StyledLayerDescriptor xmlns=\"http://www.opengis.net/sld\" xmlns:sld=\"http://www.opengis.net/sld\" xmlns:gml=\"http://www.opengis.net/gml\" xmlns:ogc=\"http://www.opengis.net/ogc\" version=\"1.0.0\"><sld:NamedLayer><sld:Name>totalcons</sld:Name><sld:UserStyle><sld:Name>totalcons</sld:Name><sld:FeatureTypeStyle><sld:Name>name</sld:Name><sld:Rule><sld:Name>550 - 750 m3/year/cap</sld:Name><sld:Title>550 - 750 m3/year/cap</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>550</ogc:Literal></ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>750</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#11642a</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>750 - 1000 m3/year/cap</sld:Name><sld:Title>750 - 1000 m3/year/cap</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>750</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>1000</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#1fbd49</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>1000 - 1200 m3/year/cap</sld:Name><sld:Title>1000 - 1200 m3/year/cap</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>1000</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>1200</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#b3df76</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>1200 - 1500 m3/year/cap</sld:Name><sld:Title>1200 - 1500 m3/year/cap</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>1200</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>1500</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#e6f5a8</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>1500 - 2000 m3/year/cap</sld:Name><sld:Title>1500 - 2000 m3/year/cap</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>1500</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>2000</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#ffe8a5</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>2000 - 2500 m3/year/cap</sld:Name><sld:Title>2000 - 2500 m3/year/cap</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>2000</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>2500</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#fead42</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>2500 - 3000 m3/year/cap</sld:Name><sld:Title>2500 - 3000 m3/year/cap</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>2500</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>3000</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#ed6628</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>3000 - 3775 m3/year/cap</sld:Name><sld:Title>3000 - 3775 m3/year/cap</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>3000</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>3775</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#b8191c</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule></sld:FeatureTypeStyle></sld:UserStyle></sld:NamedLayer></sld:StyledLayerDescriptor>'",
                "sld_version": null,
                "sld_url": "http://localhost:8080/geoserver/rest/workspaces/geonode/styles/totalcons.sld"
            },
            "styles": [
                {
                    "pk": 274,
                    "name": "totalcons",
                    "workspace": "geonode",
                    "sld_title": "totalcons",
                    "sld_body": "b'<?xml version=\"1.0\" encoding=\"UTF-8\"?><sld:StyledLayerDescriptor xmlns=\"http://www.opengis.net/sld\" xmlns:sld=\"http://www.opengis.net/sld\" xmlns:gml=\"http://www.opengis.net/gml\" xmlns:ogc=\"http://www.opengis.net/ogc\" version=\"1.0.0\"><sld:NamedLayer><sld:Name>totalcons</sld:Name><sld:UserStyle><sld:Name>totalcons</sld:Name><sld:FeatureTypeStyle><sld:Name>name</sld:Name><sld:Rule><sld:Name>550 - 750 m3/year/cap</sld:Name><sld:Title>550 - 750 m3/year/cap</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>550</ogc:Literal></ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>750</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#11642a</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>750 - 1000 m3/year/cap</sld:Name><sld:Title>750 - 1000 m3/year/cap</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>750</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>1000</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#1fbd49</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>1000 - 1200 m3/year/cap</sld:Name><sld:Title>1000 - 1200 m3/year/cap</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>1000</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>1200</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#b3df76</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>1200 - 1500 m3/year/cap</sld:Name><sld:Title>1200 - 1500 m3/year/cap</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>1200</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>1500</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#e6f5a8</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>1500 - 2000 m3/year/cap</sld:Name><sld:Title>1500 - 2000 m3/year/cap</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>1500</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>2000</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#ffe8a5</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>2000 - 2500 m3/year/cap</sld:Name><sld:Title>2000 - 2500 m3/year/cap</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>2000</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>2500</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#fead42</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>2500 - 3000 m3/year/cap</sld:Name><sld:Title>2500 - 3000 m3/year/cap</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>2500</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>3000</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#ed6628</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>3000 - 3775 m3/year/cap</sld:Name><sld:Title>3000 - 3775 m3/year/cap</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>3000</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>TotalWFP</ogc:PropertyName><ogc:Literal>3775</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#b8191c</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule></sld:FeatureTypeStyle></sld:UserStyle></sld:NamedLayer></sld:StyledLayerDescriptor>'",
                    "sld_version": null,
                    "sld_url": "http://localhost:8080/geoserver/rest/workspaces/geonode/styles/totalcons.sld"
                }
            ],
            "attribute_set": [
                {
                    "pk": 95250,
                    "attribute": "AgriextG",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 11,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.571810Z"
                },
                {
                    "pk": 95246,
                    "attribute": "AgriintB",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 7,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.555349Z"
                },
                {
                    "pk": 95266,
                    "attribute": "TotalWFP",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 27,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.639769Z"
                },
                {
                    "pk": 95240,
                    "attribute": "the_geom",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "gml:MultiPolygonPropertyType",
                    "visible": false,
                    "display_order": 1,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.530619Z"
                },
                {
                    "pk": 95260,
                    "attribute": "TotalextV",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 21,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.613670Z"
                },
                {
                    "pk": 95253,
                    "attribute": "IndusextB",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 14,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.584070Z"
                },
                {
                    "pk": 95257,
                    "attribute": "TotalintV",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 18,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.600865Z"
                },
                {
                    "pk": 95252,
                    "attribute": "IndusintG",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 13,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.580020Z"
                },
                {
                    "pk": 95248,
                    "attribute": "AgriextV",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 9,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.563624Z"
                },
                {
                    "pk": 95251,
                    "attribute": "IndusintB",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 12,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.575888Z"
                },
                {
                    "pk": 95265,
                    "attribute": "TotalG",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 26,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.635644Z"
                },
                {
                    "pk": 95245,
                    "attribute": "AgriintV",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 6,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.551267Z"
                },
                {
                    "pk": 95259,
                    "attribute": "TotalintG",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 20,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.609179Z"
                },
                {
                    "pk": 95261,
                    "attribute": "TotalextB",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 22,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.618885Z"
                },
                {
                    "pk": 95254,
                    "attribute": "IndusextG",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 15,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.588170Z"
                },
                {
                    "pk": 95262,
                    "attribute": "TotalextG",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 23,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.623061Z"
                },
                {
                    "pk": 95258,
                    "attribute": "TotalintB",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 19,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.605067Z"
                },
                {
                    "pk": 95256,
                    "attribute": "DomwatG",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 17,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.596622Z"
                },
                {
                    "pk": 95255,
                    "attribute": "DomwatB",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 16,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.592275Z"
                },
                {
                    "pk": 95249,
                    "attribute": "AgriextB",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 10,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.567734Z"
                },
                {
                    "pk": 95247,
                    "attribute": "AgriintG",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 8,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.559404Z"
                },
                {
                    "pk": 95244,
                    "attribute": "UNESCOMEMB",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 5,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.547162Z"
                },
                {
                    "pk": 95241,
                    "attribute": "OBJECTID",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 2,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.534879Z"
                },
                {
                    "pk": 95243,
                    "attribute": "NAME",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 4,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.543052Z"
                },
                {
                    "pk": 95264,
                    "attribute": "TotalB",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 25,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.631493Z"
                },
                {
                    "pk": 95242,
                    "attribute": "ISO",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 3,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.538922Z"
                },
                {
                    "pk": 95263,
                    "attribute": "TotalV",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 24,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:47.627309Z"
                }
            ],
            "resource_type": "layer",
            "polymorphic_ctype_id": "51",
            "owner": {
                "pk": 7,
                "username": "Chloe.Meyer",
                "first_name": "Chloé",
                "last_name": "Meyer",
                "avatar": "/static/avatars/Chloe.Meyer/resized/240/me.21dd52a4aac3.jpg"
            },
            "poc": {
                "pk": 7,
                "username": "Chloe.Meyer",
                "first_name": "Chloé",
                "last_name": "Meyer",
                "avatar": "/static/avatars/Chloe.Meyer/resized/240/me.21dd52a4aac3.jpg"
            },
            "metadata_author": {
                "pk": 7,
                "username": "Chloe.Meyer",
                "first_name": "Chloé",
                "last_name": "Meyer",
                "avatar": "/static/avatars/Chloe.Meyer/resized/240/me.21dd52a4aac3.jpg"
            },
            "title": "Mean water footprint of national consumption per capita (1996-2005)",
            "abstract": "This layer presents estimations of the mean annual water footprint of national consumption per capita for the period 1996-2005. The water footprint is a measure of human’s appropriation of freshwater resources; it has three components: green, blue and grey. \r\nEstimations are given in cubic meter per capita per year. In the table, data are also available disaggregated per sectors: agricultural production, industrial production and domestic water use.\r\n\r\nA detailed description of the methodology and results can be found in the main report available here: http://temp.waterfootprint.org/Reports/Report50-NationalWaterFootprints-Vol1.pdf . For more information, visit the Water Footprint Network website: http://temp.waterfootprint.org/?page=files/WaterStat",
            "attribution": null,
            "doi": null,
            "alternate": "geonode:totalcons",
            "date": "2017-10-31T18:02:00Z",
            "date_type": "publication",
            "temporal_extent_start": "1996-01-01T18:02:00Z",
            "temporal_extent_end": "2005-12-31T18:02:00Z",
            "edition": "Mekonnen, M.M. and Hoekstra, A.Y. (2011) National water footprint accounts: The green, blue and grey water footprint of production and consumption, Value of Water Research Report Series No. 50, UNESCO-IHE, Delft, the Netherlands",
            "purpose": "",
            "maintenance_frequency": null,
            "constraints_other": "Unless otherwise specified, no restriction applies.",
            "language": "eng",
            "supplemental_information": "No information provided",
            "data_quality_statement": "Values for Sudan before 2011 apply to both Sudan and South Sudan.",
            "bbox_polygon": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [
                            -180.0,
                            -56.5247
                        ],
                        [
                            -180.0,
                            83.1445706000001
                        ],
                        [
                            180.0,
                            83.1445706000001
                        ],
                        [
                            180.0,
                            -56.5247
                        ],
                        [
                            -180.0,
                            -56.5247
                        ]
                    ]
                ]
            },
            "ll_bbox_polygon": null,
            "srid": "EPSG:4326",
            "group": {
                "pk": 74,
                "name": "IHP-Theme6-Water-education"
            },
            "popular_count": "2218",
            "share_count": "0",
            "rating": "0",
            "featured": false,
            "is_published": true,
            "is_approved": true,
            "detail_url": "/layers/geonode_ihp_data:geonode:totalcons",
            "created": "2020-02-11T11:06:45.204622Z",
            "last_updated": "2021-02-19T14:30:12.413672Z",
            "raw_abstract": "This layer presents estimations of the mean annual water footprint of national consumption per capita for the period 1996-2005. The water footprint is a measure of human’s appropriation of freshwater resources; it has three components: green, blue and grey.  Estimations are given in cubic meter per capita per year. In the table, data are also available disaggregated per sectors: agricultural production, industrial production and domestic water use.  A detailed description of the methodology and results can be found in the main report available here: http://temp.waterfootprint.org/Reports/Report50-NationalWaterFootprints-Vol1.pdf . For more information, visit the Water Footprint Network website: http://temp.waterfootprint.org/?page=files/WaterStat",
            "raw_purpose": "",
            "raw_constraints_other": "Unless otherwise specified, no restriction applies.",
            "raw_supplemental_information": "No information provided",
            "raw_data_quality_statement": "Values for Sudan before 2011 apply to both Sudan and South Sudan.",
            "metadata_only": false,
            "embed_url": "/layers/geonode:totalcons/embed",
            "thumbnail_url": "http://ihp-wins.unesco.org/uploaded/thumbs/layer-ab8dd778-cfae-11e7-9295-005056062634-thumb.png?v=018128a2",
            "keywords": [
                {
                    "name": "Cost",
                    "slug": "cost"
                },
                {
                    "name": "Use/Reuse",
                    "slug": "Usereuse"
                }
            ],
            "regions": [
                {
                    "code": "GLO",
                    "name": "Global"
                }
            ],
            "category": {
                "identifier": "Ecohydrology"
            },
            "restriction_code_type": null,
            "license": {
                "identifier": "not_specified"
            },
            "spatial_representation_type": null
        },
        {
            "pk": "169",
            "uuid": "5ef026b8-e02c-11e6-8719-005056bf7531",
            "name": "twap_cs_ga1_3",
            "workspace": "geonode",
            "store": "twap_cs_ga1_3",
            "storeType": "dataStore",
            "charset": "UTF-8",
            "is_mosaic": false,
            "has_time": false,
            "has_elevation": false,
            "time_regex": null,
            "elevation_regex": null,
            "use_featureinfo_custom_template": false,
            "featureinfo_custom_template": null,
            "default_style": {
                "pk": 76,
                "name": "twap_cs_ga1_3",
                "workspace": "geonode",
                "sld_title": "twap_cs_ga1_3",
                "sld_body": "b'<?xml version=\"1.0\" encoding=\"UTF-8\"?><sld:StyledLayerDescriptor xmlns=\"http://www.opengis.net/sld\" xmlns:sld=\"http://www.opengis.net/sld\" xmlns:gml=\"http://www.opengis.net/gml\" xmlns:ogc=\"http://www.opengis.net/ogc\" version=\"1.0.0\"><sld:NamedLayer><sld:Name>twap_cs_ga1_3</sld:Name><sld:UserStyle><sld:Name>twap_cs_ga1_3</sld:Name><sld:FeatureTypeStyle><sld:Name>name</sld:Name><sld:Rule><sld:Name>Very high (&gt;80%)</sld:Name><sld:Title>Very high (&gt;80%)</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>80</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>100</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#2b83ba</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>High (60-80%)</sld:Name><sld:Title>High (60-80%)</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>60</ogc:Literal></ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>80</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#abdda4</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>Medium (40-60%)</sld:Name><sld:Title>Medium (40-60%)</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>40</ogc:Literal></ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyIsLessThan><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>60</ogc:Literal></ogc:PropertyIsLessThan></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#ffff73</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>Low (20-40%)</sld:Name><sld:Title>Low (20-40%)</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>20</ogc:Literal></ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyIsLessThan><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>40</ogc:Literal></ogc:PropertyIsLessThan></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#fdae61</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>Very low (&lt;20%)</sld:Name><sld:Title>Very low (&lt;20%)</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>0</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThan><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>20</ogc:Literal></ogc:PropertyIsLessThan></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#d7191c</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>No data</sld:Name><sld:Title>No data</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>-9999.98999999999978172</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#bfbfbf</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule></sld:FeatureTypeStyle></sld:UserStyle></sld:NamedLayer></sld:StyledLayerDescriptor>'",
                "sld_version": null,
                "sld_url": "http://localhost:8080/geoserver/rest/workspaces/geonode/styles/twap_cs_ga1_3.sld"
            },
            "styles": [
                {
                    "pk": 76,
                    "name": "twap_cs_ga1_3",
                    "workspace": "geonode",
                    "sld_title": "twap_cs_ga1_3",
                    "sld_body": "b'<?xml version=\"1.0\" encoding=\"UTF-8\"?><sld:StyledLayerDescriptor xmlns=\"http://www.opengis.net/sld\" xmlns:sld=\"http://www.opengis.net/sld\" xmlns:gml=\"http://www.opengis.net/gml\" xmlns:ogc=\"http://www.opengis.net/ogc\" version=\"1.0.0\"><sld:NamedLayer><sld:Name>twap_cs_ga1_3</sld:Name><sld:UserStyle><sld:Name>twap_cs_ga1_3</sld:Name><sld:FeatureTypeStyle><sld:Name>name</sld:Name><sld:Rule><sld:Name>Very high (&gt;80%)</sld:Name><sld:Title>Very high (&gt;80%)</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>80</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>100</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#2b83ba</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>High (60-80%)</sld:Name><sld:Title>High (60-80%)</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>60</ogc:Literal></ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>80</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#abdda4</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>Medium (40-60%)</sld:Name><sld:Title>Medium (40-60%)</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>40</ogc:Literal></ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyIsLessThan><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>60</ogc:Literal></ogc:PropertyIsLessThan></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#ffff73</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>Low (20-40%)</sld:Name><sld:Title>Low (20-40%)</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>20</ogc:Literal></ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyIsLessThan><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>40</ogc:Literal></ogc:PropertyIsLessThan></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#fdae61</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>Very low (&lt;20%)</sld:Name><sld:Title>Very low (&lt;20%)</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>0</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThan><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>20</ogc:Literal></ogc:PropertyIsLessThan></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#d7191c</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>No data</sld:Name><sld:Title>No data</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>GA1_3</ogc:PropertyName><ogc:Literal>-9999.98999999999978172</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#bfbfbf</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule></sld:FeatureTypeStyle></sld:UserStyle></sld:NamedLayer></sld:StyledLayerDescriptor>'",
                    "sld_version": null,
                    "sld_url": "http://localhost:8080/geoserver/rest/workspaces/geonode/styles/twap_cs_ga1_3.sld"
                }
            ],
            "attribute_set": [
                {
                    "pk": 95356,
                    "attribute": "GA1_3",
                    "description": null,
                    "attribute_label": "Natural background groundwater quality",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 11,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.039943Z"
                },
                {
                    "pk": 95355,
                    "attribute": "GA1_2",
                    "description": null,
                    "attribute_label": "Annual amount of renewable groundwater resources per capita",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 10,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.035860Z"
                },
                {
                    "pk": 95373,
                    "attribute": "GA6_2",
                    "description": null,
                    "attribute_label": "Groundwater quality protection",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 28,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.112589Z"
                },
                {
                    "pk": 95370,
                    "attribute": "GA5_1",
                    "description": null,
                    "attribute_label": "Transboundary legal framework",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 25,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.099453Z"
                },
                {
                    "pk": 95359,
                    "attribute": "GA1_6",
                    "description": null,
                    "attribute_label": "Aquifer vulnerability to pollution",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 14,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.052424Z"
                },
                {
                    "pk": 95367,
                    "attribute": "GA3_2",
                    "description": null,
                    "attribute_label": "Groundwater pollution",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 22,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.086643Z"
                },
                {
                    "pk": 95365,
                    "attribute": "GA2_6",
                    "description": null,
                    "attribute_label": "Prevalence of springs",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 20,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.078046Z"
                },
                {
                    "pk": 95360,
                    "attribute": "GA2_1",
                    "description": null,
                    "attribute_label": "Human dependency on groundwater",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 15,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.056675Z"
                },
                {
                    "pk": 95368,
                    "attribute": "GA4_1",
                    "description": null,
                    "attribute_label": "Population density",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 23,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.090936Z"
                },
                {
                    "pk": 95352,
                    "attribute": "AREA",
                    "description": null,
                    "attribute_label": "Surface area",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 7,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.023119Z"
                },
                {
                    "pk": 95372,
                    "attribute": "GA6_1",
                    "description": null,
                    "attribute_label": "Control of groundwater abstraction",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 27,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.108375Z"
                },
                {
                    "pk": 95371,
                    "attribute": "GA5_2",
                    "description": null,
                    "attribute_label": "Transboundary institutional framework",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 26,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.103963Z"
                },
                {
                    "pk": 95354,
                    "attribute": "GA1_1",
                    "description": null,
                    "attribute_label": "Mean annual groundwater recharge depth",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 9,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.031697Z"
                },
                {
                    "pk": 95357,
                    "attribute": "GA1_4",
                    "description": null,
                    "attribute_label": "Aquifer buffering capacity",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 12,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.044138Z"
                },
                {
                    "pk": 95366,
                    "attribute": "GA3_1",
                    "description": null,
                    "attribute_label": "Groundwater depletion",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 21,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.082368Z"
                },
                {
                    "pk": 95364,
                    "attribute": "GA2_5",
                    "description": null,
                    "attribute_label": "Ecosystem dependency on groundwater",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 19,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.073485Z"
                },
                {
                    "pk": 95363,
                    "attribute": "GA2_4",
                    "description": null,
                    "attribute_label": "Human dependency on groundwater for industrial water supply",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 18,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.069339Z"
                },
                {
                    "pk": 95358,
                    "attribute": "GA1_5",
                    "description": null,
                    "attribute_label": "Aquifer vulnerability to climate change",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 13,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.048245Z"
                },
                {
                    "pk": 95361,
                    "attribute": "GA2_2",
                    "description": null,
                    "attribute_label": "Human dependency on groundwater for domestic water supply",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 16,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.060843Z"
                },
                {
                    "pk": 95349,
                    "attribute": "NAME",
                    "description": null,
                    "attribute_label": "Name",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 4,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.010439Z"
                },
                {
                    "pk": 95348,
                    "attribute": "CODE",
                    "description": null,
                    "attribute_label": "Code",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 3,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.006282Z"
                },
                {
                    "pk": 95351,
                    "attribute": "COUNTRIES",
                    "description": null,
                    "attribute_label": "Countries sharing the aquifer",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 6,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.018903Z"
                },
                {
                    "pk": 95369,
                    "attribute": "GA4_2",
                    "description": null,
                    "attribute_label": "Groundwater development stress (including artificial recharge)",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 24,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.095222Z"
                },
                {
                    "pk": 95353,
                    "attribute": "GA0_0",
                    "description": null,
                    "attribute_label": "Data intensity: Amount of indicators available",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 8,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.027365Z"
                },
                {
                    "pk": 95347,
                    "attribute": "OBJECTID",
                    "description": null,
                    "attribute_label": "Object ID",
                    "attribute_type": "xsd:long",
                    "visible": true,
                    "display_order": 2,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.002057Z"
                },
                {
                    "pk": 95350,
                    "attribute": "TYPE",
                    "description": null,
                    "attribute_label": "Type",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 5,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.014612Z"
                },
                {
                    "pk": 95362,
                    "attribute": "GA2_3",
                    "description": null,
                    "attribute_label": "Human dependency on groundwater for agricultural water supply",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 17,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:50.065130Z"
                },
                {
                    "pk": 95346,
                    "attribute": "the_geom",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "gml:MultiPolygonPropertyType",
                    "visible": false,
                    "display_order": 1,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:49.997751Z"
                }
            ],
            "resource_type": "layer",
            "polymorphic_ctype_id": "51",
            "owner": {
                "pk": 3,
                "username": "Tales.Carvalho-Resende",
                "first_name": "Tales",
                "last_name": "Carvalho Resende",
                "avatar": "/static/avatars/Tales.Carvalho-Resende/resized/240/Photo_TalesCarvalhoResende.2b1b88521f4c.jpg"
            },
            "poc": {
                "pk": 3,
                "username": "Tales.Carvalho-Resende",
                "first_name": "Tales",
                "last_name": "Carvalho Resende",
                "avatar": "/static/avatars/Tales.Carvalho-Resende/resized/240/Photo_TalesCarvalhoResende.2b1b88521f4c.jpg"
            },
            "metadata_author": {
                "pk": 3,
                "username": "Tales.Carvalho-Resende",
                "first_name": "Tales",
                "last_name": "Carvalho Resende",
                "avatar": "/static/avatars/Tales.Carvalho-Resende/resized/240/Photo_TalesCarvalhoResende.2b1b88521f4c.jpg"
            },
            "title": "Groundwater natural background quality in transboundary aquifers",
            "abstract": "The Groundwater Natural Background Quality indicators stands for the percentage of the transboundary aquifer (TBA) area where groundwater natural quality satisfies local drinking water standards.\r\n\r\nIn north-eastern Africa, parts of the Middle East and Northern India and Pakistan, low recharge values in TBAs are combined with high population densities. In these areas, return flows from irrigation and other human induced recharge appear to play a major role in the sustainability of groundwater resource utilization. Very low natural quality (< 20 per cent of the aquifer area) coincides with TBAs highly impacted by irrigation return flows in densely populated areas with low to medium natural recharge, like the Nubian, Indus, Pre Caspian TBAs.\r\n\r\nFor more information, visit: https://ggis.un-igrac.org/ggis-viewer/viewer/twap/public/default",
            "attribution": null,
            "doi": null,
            "alternate": "geonode:twap_cs_ga1_3",
            "date": "2017-01-20T23:00:00Z",
            "date_type": "publication",
            "temporal_extent_start": null,
            "temporal_extent_end": null,
            "edition": "UNESCO-IGRAC TWAP Viewer (online). (2016). Retrieved from https://ggis.un-igrac.org/ggis-viewer/viewer/twap/public/default",
            "purpose": "",
            "maintenance_frequency": null,
            "constraints_other": "Unless otherwise specified, the Creative Commons License applies.",
            "language": "eng",
            "supplemental_information": "Information was collected within the framework of the Transboundary Waters Assessment Programme (TWAP), initiated by the Global Environment Facility (GEF), aimed at creating the first baseline assessment of all the planet’s transboundary water resources.",
            "data_quality_statement": "/",
            "bbox_polygon": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [
                            -120.24367499362974,
                            -53.033047795482545
                        ],
                        [
                            -120.24367499362974,
                            61.314700109875275
                        ],
                        [
                            137.68389794065035,
                            61.314700109875275
                        ],
                        [
                            137.68389794065035,
                            -53.033047795482545
                        ],
                        [
                            -120.24367499362974,
                            -53.033047795482545
                        ]
                    ]
                ]
            },
            "ll_bbox_polygon": null,
            "srid": "EPSG:4326",
            "group": {
                "pk": 70,
                "name": "IHP-Theme2-Groundwater"
            },
            "popular_count": "1008",
            "share_count": "0",
            "rating": "0",
            "featured": false,
            "is_published": true,
            "is_approved": true,
            "detail_url": "/layers/twap_cs_ga1_3:geonode:twap_cs_ga1_3",
            "created": "2020-02-11T11:06:45.204622Z",
            "last_updated": "2021-02-19T14:30:12.949318Z",
            "raw_abstract": "The Groundwater Natural Background Quality indicators stands for the percentage of the transboundary aquifer (TBA) area where groundwater natural quality satisfies local drinking water standards.  In north-eastern Africa, parts of the Middle East and Northern India and Pakistan, low recharge values in TBAs are combined with high population densities. In these areas, return flows from irrigation and other human induced recharge appear to play a major role in the sustainability of groundwater resource utilization. Very low natural quality (< 20 per cent of the aquifer area) coincides with TBAs highly impacted by irrigation return flows in densely populated areas with low to medium natural recharge, like the Nubian, Indus, Pre Caspian TBAs.  For more information, visit: https://ggis.un-igrac.org/ggis-viewer/viewer/twap/public/default",
            "raw_purpose": "",
            "raw_constraints_other": "Unless otherwise specified, the Creative Commons License applies.",
            "raw_supplemental_information": "Information was collected within the framework of the Transboundary Waters Assessment Programme (TWAP), initiated by the Global Environment Facility (GEF), aimed at creating the first baseline assessment of all the planet’s transboundary water resources.",
            "raw_data_quality_statement": "/",
            "metadata_only": false,
            "embed_url": "/layers/geonode:twap_cs_ga1_3/embed",
            "thumbnail_url": "http://ihp-wins.unesco.org/uploaded/thumbs/layer-5ef026b8-e02c-11e6-8719-005056bf7531-thumb.png?v=d3cf3263",
            "keywords": [
                {
                    "name": "Drinking water",
                    "slug": "Drinking_water"
                },
                {
                    "name": "Quality",
                    "slug": "Quality"
                },
                {
                    "name": "Transboundary",
                    "slug": "transboundary"
                }
            ],
            "regions": [
                {
                    "code": "GLO",
                    "name": "Global"
                }
            ],
            "category": {
                "identifier": "Groundwater"
            },
            "restriction_code_type": null,
            "license": {
                "identifier": "not_specified"
            },
            "spatial_representation_type": null
        },
        {
            "pk": "317",
            "uuid": "bf8a4076-e6fd-11e6-8719-005056bf7531",
            "name": "types_flood_events1",
            "workspace": "geonode",
            "store": "types_flood_events1",
            "storeType": "dataStore",
            "charset": "UTF-8",
            "is_mosaic": false,
            "has_time": false,
            "has_elevation": false,
            "time_regex": null,
            "elevation_regex": null,
            "use_featureinfo_custom_template": false,
            "featureinfo_custom_template": null,
            "default_style": {
                "pk": 65,
                "name": "types_flood_events1",
                "workspace": "geonode",
                "sld_title": "types_flood_events1",
                "sld_body": "b'<?xml version=\"1.0\" encoding=\"UTF-8\"?><sld:StyledLayerDescriptor xmlns=\"http://www.opengis.net/sld\" xmlns:sld=\"http://www.opengis.net/sld\" xmlns:gml=\"http://www.opengis.net/gml\" xmlns:ogc=\"http://www.opengis.net/ogc\" version=\"1.0.0\"><sld:NamedLayer><sld:Name>types_flood_events1</sld:Name><sld:UserStyle><sld:Name>types_flood_events1</sld:Name><sld:FeatureTypeStyle><sld:Name>name</sld:Name><sld:Rule><sld:Name>Tropical cyclone</sld:Name><sld:Title>Tropical cyclone</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Tropical cyclone</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#d9b68e</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Extra-tropical cyclone</sld:Name><sld:Title>Extra-tropical cyclone</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Extra-tropical cyclone</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#8f51eb</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Heavy rain</sld:Name><sld:Title>Heavy rain</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Heavy rain</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#de3eb6</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Torrential rain</sld:Name><sld:Title>Torrential rain</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Torrential rain</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#6decc4</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Monsoonal rain</sld:Name><sld:Title>Monsoonal rain</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Monsoonal rain</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#3136cd</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Rain/heavy rain and snowmelt</sld:Name><sld:Title>Rain/heavy rain and snowmelt</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Rain/heavy rain and snowmelt</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#28fc61</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Snowmelt</sld:Name><sld:Title>Snowmelt</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Snowmelt</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#219b08</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Ice jam/break-up</sld:Name><sld:Title>Ice jam/break-up</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Ice jam/break-up</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#ff7c01</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Winter storm</sld:Name><sld:Title>Winter storm</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Winter storm</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#b8b8b8</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Jokulhlaup</sld:Name><sld:Title>Jokulhlaup</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Jokulhlaup</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#4c90e2</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Dam/levee break or release</sld:Name><sld:Title>Dam/levee break or release</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Dam/levee break or release</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#fff701</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Landslide or avalanche</sld:Name><sld:Title>Landslide or avalanche</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Landslide or avalanche</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#ff7da6</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Tidal/storm surge</sld:Name><sld:Title>Tidal/storm surge</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Tidal/storm surge</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#fe250d</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Tsunami</sld:Name><sld:Title>Tsunami</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Tsunami</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#fe007b</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule></sld:FeatureTypeStyle></sld:UserStyle></sld:NamedLayer></sld:StyledLayerDescriptor>'",
                "sld_version": null,
                "sld_url": "http://localhost:8080/geoserver/rest/workspaces/geonode/styles/types_flood_events1.sld"
            },
            "styles": [
                {
                    "pk": 65,
                    "name": "types_flood_events1",
                    "workspace": "geonode",
                    "sld_title": "types_flood_events1",
                    "sld_body": "b'<?xml version=\"1.0\" encoding=\"UTF-8\"?><sld:StyledLayerDescriptor xmlns=\"http://www.opengis.net/sld\" xmlns:sld=\"http://www.opengis.net/sld\" xmlns:gml=\"http://www.opengis.net/gml\" xmlns:ogc=\"http://www.opengis.net/ogc\" version=\"1.0.0\"><sld:NamedLayer><sld:Name>types_flood_events1</sld:Name><sld:UserStyle><sld:Name>types_flood_events1</sld:Name><sld:FeatureTypeStyle><sld:Name>name</sld:Name><sld:Rule><sld:Name>Tropical cyclone</sld:Name><sld:Title>Tropical cyclone</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Tropical cyclone</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#d9b68e</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Extra-tropical cyclone</sld:Name><sld:Title>Extra-tropical cyclone</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Extra-tropical cyclone</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#8f51eb</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Heavy rain</sld:Name><sld:Title>Heavy rain</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Heavy rain</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#de3eb6</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Torrential rain</sld:Name><sld:Title>Torrential rain</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Torrential rain</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#6decc4</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Monsoonal rain</sld:Name><sld:Title>Monsoonal rain</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Monsoonal rain</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#3136cd</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Rain/heavy rain and snowmelt</sld:Name><sld:Title>Rain/heavy rain and snowmelt</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Rain/heavy rain and snowmelt</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#28fc61</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Snowmelt</sld:Name><sld:Title>Snowmelt</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Snowmelt</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#219b08</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Ice jam/break-up</sld:Name><sld:Title>Ice jam/break-up</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Ice jam/break-up</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#ff7c01</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Winter storm</sld:Name><sld:Title>Winter storm</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Winter storm</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#b8b8b8</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Jokulhlaup</sld:Name><sld:Title>Jokulhlaup</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Jokulhlaup</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#4c90e2</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Dam/levee break or release</sld:Name><sld:Title>Dam/levee break or release</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Dam/levee break or release</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#fff701</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Landslide or avalanche</sld:Name><sld:Title>Landslide or avalanche</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Landslide or avalanche</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#ff7da6</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Tidal/storm surge</sld:Name><sld:Title>Tidal/storm surge</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Tidal/storm surge</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#fe250d</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule><sld:Rule><sld:Name>Tsunami</sld:Name><sld:Title>Tsunami</sld:Title><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>MAINCAUSEF</ogc:PropertyName><ogc:Literal>Tsunami</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#fe007b</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule></sld:FeatureTypeStyle></sld:UserStyle></sld:NamedLayer></sld:StyledLayerDescriptor>'",
                    "sld_version": null,
                    "sld_url": "http://localhost:8080/geoserver/rest/workspaces/geonode/styles/types_flood_events1.sld"
                }
            ],
            "attribute_set": [
                {
                    "pk": 95433,
                    "attribute": "COUNTRY",
                    "description": "Country impacted",
                    "attribute_label": null,
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 4,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:51.364286Z"
                },
                {
                    "pk": 95430,
                    "attribute": "the_geom",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "gml:PointPropertyType",
                    "visible": false,
                    "display_order": 1,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:51.351610Z"
                },
                {
                    "pk": 95439,
                    "attribute": "ENDED",
                    "description": "End date of the event",
                    "attribute_label": null,
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 10,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:51.389511Z"
                },
                {
                    "pk": 95438,
                    "attribute": "BEGAN",
                    "description": "Starting date of the event",
                    "attribute_label": null,
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 9,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:51.385215Z"
                },
                {
                    "pk": 95432,
                    "attribute": "GLIDENUMBE",
                    "description": "Glide number",
                    "attribute_label": null,
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 3,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:51.360117Z"
                },
                {
                    "pk": 95431,
                    "attribute": "ID",
                    "description": "ID Number of the flood event",
                    "attribute_label": null,
                    "attribute_type": "xsd:long",
                    "visible": true,
                    "display_order": 2,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:51.355931Z"
                },
                {
                    "pk": 95441,
                    "attribute": "DEAD",
                    "description": "Number of casualties",
                    "attribute_label": null,
                    "attribute_type": "xsd:long",
                    "visible": true,
                    "display_order": 12,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:51.398074Z"
                },
                {
                    "pk": 95443,
                    "attribute": "MAINCAUSE",
                    "description": "Main cause (original data)",
                    "attribute_label": null,
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 14,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:51.406827Z"
                },
                {
                    "pk": 95444,
                    "attribute": "MAINCAUSEF",
                    "description": "Main cause (as represented)",
                    "attribute_label": null,
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 15,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:51.411107Z"
                },
                {
                    "pk": 95436,
                    "attribute": "LAT",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 7,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:51.376870Z"
                },
                {
                    "pk": 95437,
                    "attribute": "AREA",
                    "description": "Area affected",
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 8,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:51.381103Z"
                },
                {
                    "pk": 95434,
                    "attribute": "OTHERCOUNT",
                    "description": "Other country impacted",
                    "attribute_label": null,
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 5,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:51.368479Z"
                },
                {
                    "pk": 95445,
                    "attribute": "SEVERITY",
                    "description": "Severity",
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 16,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:51.415261Z"
                },
                {
                    "pk": 95435,
                    "attribute": "LONG",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 6,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:51.372654Z"
                },
                {
                    "pk": 95442,
                    "attribute": "DISPLACED",
                    "description": "Number of displaced persons",
                    "attribute_label": null,
                    "attribute_type": "xsd:long",
                    "visible": true,
                    "display_order": 13,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:51.402511Z"
                },
                {
                    "pk": 95440,
                    "attribute": "VALIDATION",
                    "description": "Method of validation",
                    "attribute_label": null,
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 11,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:51.393855Z"
                }
            ],
            "resource_type": "layer",
            "polymorphic_ctype_id": "51",
            "owner": {
                "pk": 7,
                "username": "Chloe.Meyer",
                "first_name": "Chloé",
                "last_name": "Meyer",
                "avatar": "/static/avatars/Chloe.Meyer/resized/240/me.21dd52a4aac3.jpg"
            },
            "poc": {
                "pk": 7,
                "username": "Chloe.Meyer",
                "first_name": "Chloé",
                "last_name": "Meyer",
                "avatar": "/static/avatars/Chloe.Meyer/resized/240/me.21dd52a4aac3.jpg"
            },
            "metadata_author": {
                "pk": 7,
                "username": "Chloe.Meyer",
                "first_name": "Chloé",
                "last_name": "Meyer",
                "avatar": "/static/avatars/Chloe.Meyer/resized/240/me.21dd52a4aac3.jpg"
            },
            "title": "Types of large flood events (1985-2016)",
            "abstract": "The information presented highlights large flood events from 1985 to 2016 identified by the Dartmouth Flood Observatory. For more information, visit: floodobservatory.colorado.edu/Archives/index.html\r\n\r\nFor mapping purposes, some types of flood events have been merged into one, under the \"MAINCAUSEF\" attribute. Please refer to the \"MAINCAUSE\" attribute for original data.",
            "attribution": null,
            "doi": null,
            "alternate": "geonode:types_flood_events1",
            "date": "2017-01-29T23:00:00Z",
            "date_type": "publication",
            "temporal_extent_start": null,
            "temporal_extent_end": null,
            "edition": "G.R.Brakenridge (2017). Global Active Archive of Large Flood Events.  Dartmouth Flood Observatory, University of Colorado. Retrieved from floodobservatory.colorado.edu/Archives/index.html",
            "purpose": "",
            "maintenance_frequency": null,
            "constraints_other": "Unless otherwise specified, no restriction applies.",
            "language": "eng",
            "supplemental_information": "The information presented in the Dartmouth Flood Observatory Archive is derived from news, governmental, instrumental, and remote sensing sources. The archive is \"\"active\"\" because current events are added immediately. \r\n\r\nFor additional information, visit: floodobservatory.colorado.edu/Archives/index.html",
            "data_quality_statement": "Each entry in the table and related \"area affected\" map outline represents a discrete flood event. However, repeated flooding in some regions is a complex phenomenon and may require a compromise between aggregating and dividing such events. The listing is comprehensive and global in scope. Deaths and damage estimates for tropical storms are totals from all causes, but tropical storms without significant river flooding are not included.",
            "bbox_polygon": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [
                            -173.454396,
                            -52.825563
                        ],
                        [
                            -173.454396,
                            68.159115
                        ],
                        [
                            179.651012,
                            68.159115
                        ],
                        [
                            179.651012,
                            -52.825563
                        ],
                        [
                            -173.454396,
                            -52.825563
                        ]
                    ]
                ]
            },
            "ll_bbox_polygon": null,
            "srid": "EPSG:4326",
            "group": {
                "pk": 74,
                "name": "IHP-Theme6-Water-education"
            },
            "popular_count": "1484",
            "share_count": "0",
            "rating": "0",
            "featured": false,
            "is_published": true,
            "is_approved": true,
            "detail_url": "/layers/types_flood_events1:geonode:types_flood_events1",
            "created": "2020-02-11T11:06:45.204622Z",
            "last_updated": "2021-02-19T14:30:12.230563Z",
            "raw_abstract": "The information presented highlights large flood events from 1985 to 2016 identified by the Dartmouth Flood Observatory. For more information, visit: floodobservatory.colorado.edu/Archives/index.html  For mapping purposes, some types of flood events have been merged into one, under the \"MAINCAUSEF\" attribute. Please refer to the \"MAINCAUSE\" attribute for original data.",
            "raw_purpose": "",
            "raw_constraints_other": "Unless otherwise specified, no restriction applies.",
            "raw_supplemental_information": "The information presented in the Dartmouth Flood Observatory Archive is derived from news, governmental, instrumental, and remote sensing sources. The archive is \"\"active\"\" because current events are added immediately.   For additional information, visit: floodobservatory.colorado.edu/Archives/index.html",
            "raw_data_quality_statement": "Each entry in the table and related \"area affected\" map outline represents a discrete flood event. However, repeated flooding in some regions is a complex phenomenon and may require a compromise between aggregating and dividing such events. The listing is comprehensive and global in scope. Deaths and damage estimates for tropical storms are totals from all causes, but tropical storms without significant river flooding are not included.",
            "metadata_only": false,
            "embed_url": "/layers/geonode:types_flood_events1/embed",
            "thumbnail_url": "http://ihp-wins.unesco.org/uploaded/thumbs/layer-bf8a4076-e6fd-11e6-8719-005056bf7531-thumb.png?v=9c60a572",
            "keywords": [
                {
                    "name": "Flood",
                    "slug": "flood"
                }
            ],
            "regions": [
                {
                    "code": "GLO",
                    "name": "Global"
                }
            ],
            "category": {
                "identifier": "Water-related disasters"
            },
            "restriction_code_type": null,
            "license": {
                "identifier": "not_specified"
            },
            "spatial_representation_type": null
        },
        {
            "pk": "890",
            "uuid": "6c961546-b7d8-11e7-bdb3-005056062634",
            "name": "freshgwabs2",
            "workspace": "geonode",
            "store": "freshgwabs2",
            "storeType": "dataStore",
            "charset": "UTF-8",
            "is_mosaic": false,
            "has_time": false,
            "has_elevation": false,
            "time_regex": null,
            "elevation_regex": "",
            "use_featureinfo_custom_template": false,
            "featureinfo_custom_template": null,
            "default_style": {
                "pk": 223,
                "name": "freshgwabs2",
                "workspace": "geonode",
                "sld_title": "geonode:freshgwabs2",
                "sld_body": "b'<sld:StyledLayerDescriptor xmlns:sld=\"http://www.opengis.net/sld\" version=\"1.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.opengis.net/sld http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd\" xmlns:ogc=\"http://www.opengis.net/ogc\" xmlns:gml=\"http://www.opengis.net/gml\"><sld:NamedLayer><sld:Name>geonode:freshgwabs2</sld:Name><sld:UserStyle><sld:Name>freshgwabs2</sld:Name><sld:IsDefault>1</sld:IsDefault><sld:FeatureTypeStyle><sld:Rule><sld:Name>&lt; 1112 million cubic metres</sld:Name><sld:Title>&lt; 1112 million cubic metres</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>0</ogc:Literal></ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>1112</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#ffe9b1</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name> 1112 - 4794 million cubic metres</sld:Name><sld:Title> 1112 - 4794 million cubic metres</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>1112</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>4794</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#eaad57</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name> 4794 - 12096 million cubic metres</sld:Name><sld:Title> 4794 - 12096 million cubic metres</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>4794</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>12096</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#ff7f1d</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name> 12096 - 28937 million cubic metres</sld:Name><sld:Title> 12096 - 28937 million cubic metres</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>12096</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>28937</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#af8a33</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>&gt; 28937 million cubic metres</sld:Name><sld:Title>&gt; 28937 million cubic metres</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>28937</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>106910</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#5b4b2d</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>No data for 2007</sld:Name><sld:Title>No data for 2007</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>-99</ogc:Literal></ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>0</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#d9d9d9</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule></sld:FeatureTypeStyle></sld:UserStyle></sld:NamedLayer></sld:StyledLayerDescriptor>'",
                "sld_version": null,
                "sld_url": "http://localhost:8080/geoserver/rest/workspaces/geonode/styles/freshgwabs2.sld"
            },
            "styles": [
                {
                    "pk": 223,
                    "name": "freshgwabs2",
                    "workspace": "geonode",
                    "sld_title": "geonode:freshgwabs2",
                    "sld_body": "b'<sld:StyledLayerDescriptor xmlns:sld=\"http://www.opengis.net/sld\" version=\"1.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.opengis.net/sld http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd\" xmlns:ogc=\"http://www.opengis.net/ogc\" xmlns:gml=\"http://www.opengis.net/gml\"><sld:NamedLayer><sld:Name>geonode:freshgwabs2</sld:Name><sld:UserStyle><sld:Name>freshgwabs2</sld:Name><sld:IsDefault>1</sld:IsDefault><sld:FeatureTypeStyle><sld:Rule><sld:Name>&lt; 1112 million cubic metres</sld:Name><sld:Title>&lt; 1112 million cubic metres</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>0</ogc:Literal></ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>1112</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#ffe9b1</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name> 1112 - 4794 million cubic metres</sld:Name><sld:Title> 1112 - 4794 million cubic metres</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>1112</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>4794</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#eaad57</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name> 4794 - 12096 million cubic metres</sld:Name><sld:Title> 4794 - 12096 million cubic metres</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>4794</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>12096</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#ff7f1d</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name> 12096 - 28937 million cubic metres</sld:Name><sld:Title> 12096 - 28937 million cubic metres</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>12096</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>28937</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#af8a33</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>&gt; 28937 million cubic metres</sld:Name><sld:Title>&gt; 28937 million cubic metres</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>28937</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>106910</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#5b4b2d</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>No data for 2007</sld:Name><sld:Title>No data for 2007</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>-99</ogc:Literal></ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>y2007</ogc:PropertyName><ogc:Literal>0</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#d9d9d9</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke\">#000001</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.1</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule></sld:FeatureTypeStyle></sld:UserStyle></sld:NamedLayer></sld:StyledLayerDescriptor>'",
                    "sld_version": null,
                    "sld_url": "http://localhost:8080/geoserver/rest/workspaces/geonode/styles/freshgwabs2.sld"
                }
            ],
            "attribute_set": [
                {
                    "pk": 93254,
                    "attribute": "y1992",
                    "description": "",
                    "attribute_label": "Year 1992",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 8,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.103151Z"
                },
                {
                    "pk": 93262,
                    "attribute": "y2000",
                    "description": "",
                    "attribute_label": "Year 2000",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 16,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.137632Z"
                },
                {
                    "pk": 93249,
                    "attribute": "ISO",
                    "description": "",
                    "attribute_label": "ISO number",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 3,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.080957Z"
                },
                {
                    "pk": 93265,
                    "attribute": "y2003",
                    "description": "",
                    "attribute_label": "Year 2003",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 19,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.150427Z"
                },
                {
                    "pk": 93255,
                    "attribute": "y1993",
                    "description": "",
                    "attribute_label": "Year 1993",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 9,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.107466Z"
                },
                {
                    "pk": 93271,
                    "attribute": "y2009",
                    "description": "",
                    "attribute_label": "Year 2009",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 25,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.176800Z"
                },
                {
                    "pk": 93267,
                    "attribute": "y2005",
                    "description": "",
                    "attribute_label": "Year 2005",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 21,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.158944Z"
                },
                {
                    "pk": 93268,
                    "attribute": "y2006",
                    "description": "",
                    "attribute_label": "Year 2006",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 22,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.163253Z"
                },
                {
                    "pk": 93259,
                    "attribute": "y1997",
                    "description": "",
                    "attribute_label": "Year 1997",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 13,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.124881Z"
                },
                {
                    "pk": 93272,
                    "attribute": "y2010",
                    "description": "",
                    "attribute_label": "Year 2010",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 26,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.181025Z"
                },
                {
                    "pk": 93257,
                    "attribute": "y1995",
                    "description": "",
                    "attribute_label": "Year 1995",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 11,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.115970Z"
                },
                {
                    "pk": 93258,
                    "attribute": "y1996",
                    "description": "",
                    "attribute_label": "Year 1996",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 12,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.120582Z"
                },
                {
                    "pk": 93256,
                    "attribute": "y1994",
                    "description": "",
                    "attribute_label": "Year 1994",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 10,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.111727Z"
                },
                {
                    "pk": 93253,
                    "attribute": "y1991",
                    "description": "",
                    "attribute_label": "Year 1991",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 7,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.098974Z"
                },
                {
                    "pk": 93251,
                    "attribute": "UNESCOMEMB",
                    "description": "",
                    "attribute_label": "Country",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 5,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.090484Z"
                },
                {
                    "pk": 93270,
                    "attribute": "y2008",
                    "description": "",
                    "attribute_label": "Year 2008",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 24,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.172292Z"
                },
                {
                    "pk": 93277,
                    "attribute": "y2015",
                    "description": "",
                    "attribute_label": "Year 2015",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 31,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.202951Z"
                },
                {
                    "pk": 93263,
                    "attribute": "y2001",
                    "description": "",
                    "attribute_label": "Year 2001",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 17,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.141867Z"
                },
                {
                    "pk": 93269,
                    "attribute": "y2007",
                    "description": "",
                    "attribute_label": "Year 2007",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 23,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.167568Z"
                },
                {
                    "pk": 93275,
                    "attribute": "y2013",
                    "description": "",
                    "attribute_label": "Year 2013",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 29,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.194039Z"
                },
                {
                    "pk": 93260,
                    "attribute": "y1998",
                    "description": "",
                    "attribute_label": "Year 1998",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 14,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.129141Z"
                },
                {
                    "pk": 93248,
                    "attribute": "OBJECTID",
                    "description": "",
                    "attribute_label": "Object ID",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 2,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.076611Z"
                },
                {
                    "pk": 93250,
                    "attribute": "NAME",
                    "description": "",
                    "attribute_label": "Name",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 4,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.085243Z"
                },
                {
                    "pk": 93278,
                    "attribute": "Comments",
                    "description": "",
                    "attribute_label": "Comments",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 32,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.207479Z"
                },
                {
                    "pk": 93266,
                    "attribute": "y2004",
                    "description": "",
                    "attribute_label": "Year 2004",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 20,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.154654Z"
                },
                {
                    "pk": 93274,
                    "attribute": "y2012",
                    "description": "",
                    "attribute_label": "Year 2012",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 28,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.189780Z"
                },
                {
                    "pk": 93252,
                    "attribute": "y1990",
                    "description": "",
                    "attribute_label": "Year 1990",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 6,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.094687Z"
                },
                {
                    "pk": 93276,
                    "attribute": "y2014",
                    "description": "",
                    "attribute_label": "Year 2014",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 30,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.198365Z"
                },
                {
                    "pk": 93261,
                    "attribute": "y1999",
                    "description": "",
                    "attribute_label": "Year 1999",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 15,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.133323Z"
                },
                {
                    "pk": 93273,
                    "attribute": "y2011",
                    "description": "",
                    "attribute_label": "Year 2011",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 27,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.185268Z"
                },
                {
                    "pk": 93247,
                    "attribute": "the_geom",
                    "description": "",
                    "attribute_label": "",
                    "attribute_type": "gml:MultiPolygonPropertyType",
                    "visible": false,
                    "display_order": 1,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.072044Z"
                },
                {
                    "pk": 93264,
                    "attribute": "y2002",
                    "description": "",
                    "attribute_label": "Year 2002",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 18,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:53.146071Z"
                }
            ],
            "resource_type": "layer",
            "polymorphic_ctype_id": "51",
            "owner": {
                "pk": 1065,
                "username": "najet.guefradj",
                "first_name": "Najet",
                "last_name": "Guefradj",
                "avatar": "https://www.gravatar.com/avatar/e5b6ec7203dd9989e1d70a772bb82695/?s=240&d=http%3A%2F%2Fihp-wins.unesco.org%2Fstatic%2Favatar%2Fimg%2Fdefault.jpg"
            },
            "poc": {
                "pk": 1065,
                "username": "najet.guefradj",
                "first_name": "Najet",
                "last_name": "Guefradj",
                "avatar": "https://www.gravatar.com/avatar/e5b6ec7203dd9989e1d70a772bb82695/?s=240&d=http%3A%2F%2Fihp-wins.unesco.org%2Fstatic%2Favatar%2Fimg%2Fdefault.jpg"
            },
            "metadata_author": {
                "pk": 1065,
                "username": "najet.guefradj",
                "first_name": "Najet",
                "last_name": "Guefradj",
                "avatar": "https://www.gravatar.com/avatar/e5b6ec7203dd9989e1d70a772bb82695/?s=240&d=http%3A%2F%2Fihp-wins.unesco.org%2Fstatic%2Favatar%2Fimg%2Fdefault.jpg"
            },
            "title": "Fresh groundwater abstracted in 2007",
            "abstract": "Volume of fresh groundwater abstracted by country in 2007 is expressed in million cubic meter. Information in the table is available from 1990 to 2015. Groundwater refers to water present in the earth's crust in a saturated or non-saturated soil, weathered mantel or consolidated rock formation. Groundwater supplies drinking water to at least half of the world's population, and accounts for more than 40% of the water used for irrigation. Over the past 50 years, groundwater abstraction has increased by more than 300%.\r\n\r\nFor more information, visit the Environment Statistics Section website: https://unstats.un.org/unsd/environment/default.htm. Information on the methodology can be found in the report on International Recommendations for Water Statistics: https://unstats.un.org/unsd/publication/seriesM/seriesm_91e.pdf",
            "attribution": null,
            "doi": null,
            "alternate": "geonode:freshgwabs2",
            "date": "2017-08-24T09:56:00Z",
            "date_type": "publication",
            "temporal_extent_start": "1990-01-01T10:57:00Z",
            "temporal_extent_end": "2015-12-31T10:57:00Z",
            "edition": "United Nations Statistics Division. UN-Data - Environment Statistics Database. Fresh groundwater abstracted [http://data.un.org/Data.aspx?d=ENV&f=variableID%3a25 . Accessed 28 july 2017]",
            "purpose": "\r\n",
            "maintenance_frequency": "notPlanned",
            "constraints_other": "Unless otherwise specified, no restriction applies.",
            "language": "eng",
            "supplemental_information": "UNSD Environmental Indicators disseminate global environment statistics on ten indicator themes compiled from a wide range of data sources. The themes and indicator tables were selected based on the current demands for international environmental statistics and the availability of internationally comparable data. Indicator tables, charts and maps with relatively good quality and coverage across countries, as well as links to other international sources, are provided under each theme.",
            "data_quality_statement": "The Environment Statistics Database contains selected water and waste statistics by country. Statistics on water and waste are based on official statistics supplied by national statistical offices and/or ministries of environment (or equivalent institutions) in countries in response to the biennial UNSD/UNEP Questionnaire on Environment Statistics.",
            "bbox_polygon": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [
                            -180.0,
                            -52.60759353599997
                        ],
                        [
                            -180.0,
                            83.14457060000007
                        ],
                        [
                            180.0000000000001,
                            83.14457060000007
                        ],
                        [
                            180.0000000000001,
                            -52.60759353599997
                        ],
                        [
                            -180.0,
                            -52.60759353599997
                        ]
                    ]
                ]
            },
            "ll_bbox_polygon": null,
            "srid": "EPSG:4326",
            "group": {
                "pk": 74,
                "name": "IHP-Theme6-Water-education"
            },
            "popular_count": "381",
            "share_count": "0",
            "rating": "0",
            "featured": false,
            "is_published": true,
            "is_approved": true,
            "detail_url": "/layers/freshgwabs2:geonode:freshgwabs2",
            "created": "2020-02-11T11:06:45.204622Z",
            "last_updated": "2021-02-19T14:30:12.360729Z",
            "raw_abstract": "Volume of fresh groundwater abstracted by country in 2007 is expressed in million cubic meter. Information in the table is available from 1990 to 2015. Groundwater refers to water present in the earth's crust in a saturated or non-saturated soil, weathered mantel or consolidated rock formation. Groundwater supplies drinking water to at least half of the world's population, and accounts for more than 40% of the water used for irrigation. Over the past 50 years, groundwater abstraction has increased by more than 300%.  For more information, visit the Environment Statistics Section website: https://unstats.un.org/unsd/environment/default.htm. Information on the methodology can be found in the report on International Recommendations for Water Statistics: https://unstats.un.org/unsd/publication/seriesM/seriesm_91e.pdf",
            "raw_purpose": "",
            "raw_constraints_other": "Unless otherwise specified, no restriction applies.",
            "raw_supplemental_information": "UNSD Environmental Indicators disseminate global environment statistics on ten indicator themes compiled from a wide range of data sources. The themes and indicator tables were selected based on the current demands for international environmental statistics and the availability of internationally comparable data. Indicator tables, charts and maps with relatively good quality and coverage across countries, as well as links to other international sources, are provided under each theme.",
            "raw_data_quality_statement": "The Environment Statistics Database contains selected water and waste statistics by country. Statistics on water and waste are based on official statistics supplied by national statistical offices and/or ministries of environment (or equivalent institutions) in countries in response to the biennial UNSD/UNEP Questionnaire on Environment Statistics.",
            "metadata_only": false,
            "embed_url": "/layers/geonode:freshgwabs2/embed",
            "thumbnail_url": "http://ihp-wins.unesco.org/uploaded/thumbs/layer-6c961546-b7d8-11e7-bdb3-005056062634-thumb.png?v=eb10eed3",
            "keywords": [
                {
                    "name": "Abstraction",
                    "slug": "abstraction"
                },
                {
                    "name": "Groundwater",
                    "slug": "groundwater"
                }
            ],
            "regions": [
                {
                    "code": "GLO",
                    "name": "Global"
                }
            ],
            "category": {
                "identifier": "Groundwater"
            },
            "restriction_code_type": null,
            "license": {
                "identifier": "not_specified"
            },
            "spatial_representation_type": null
        },
        {
            "pk": "916",
            "uuid": "6df98b4e-bb29-11e7-bdb3-005056062634",
            "name": "interanvar",
            "workspace": "geonode",
            "store": "interanvar",
            "storeType": "dataStore",
            "charset": "UTF-8",
            "is_mosaic": false,
            "has_time": false,
            "has_elevation": false,
            "time_regex": null,
            "elevation_regex": null,
            "use_featureinfo_custom_template": false,
            "featureinfo_custom_template": null,
            "default_style": {
                "pk": 247,
                "name": "interanvar",
                "workspace": "geonode",
                "sld_title": "interanvar",
                "sld_body": "b'<?xml version=\"1.0\" encoding=\"UTF-8\"?><sld:StyledLayerDescriptor xmlns=\"http://www.opengis.net/sld\" xmlns:sld=\"http://www.opengis.net/sld\" xmlns:gml=\"http://www.opengis.net/gml\" xmlns:ogc=\"http://www.opengis.net/ogc\" version=\"1.0.0\"><sld:NamedLayer><sld:Name>interanvar</sld:Name><sld:UserStyle><sld:Name>interanvar</sld:Name><sld:FeatureTypeStyle><sld:Name>name</sld:Name><sld:Rule><sld:Name>0.0 - 1.3</sld:Name><sld:Title>0.0 - 1.3</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyName>Interanvar</ogc:PropertyName><ogc:Literal>0</ogc:Literal></ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Interanvar</ogc:PropertyName><ogc:Literal>1.30000000000000004</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#ffffd4</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>1.3 - 2.1</sld:Name><sld:Title>1.3 - 2.1</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>Interanvar</ogc:PropertyName><ogc:Literal>1.30000000000000004</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Interanvar</ogc:PropertyName><ogc:Literal>2.10000000000000009</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#fed279</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>2.1 - 3.2</sld:Name><sld:Title>2.1 - 3.2</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>Interanvar</ogc:PropertyName><ogc:Literal>2.10000000000000009</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Interanvar</ogc:PropertyName><ogc:Literal>3.20000000000000018</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#ec6e1a</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>3.2 - 4.9</sld:Name><sld:Title>3.2 - 4.9</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>Interanvar</ogc:PropertyName><ogc:Literal>3.20000000000000018</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Interanvar</ogc:PropertyName><ogc:Literal>4.90000000000000036</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#b24400</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>No data</sld:Name><sld:Title>No data</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>Interanvar</ogc:PropertyName><ogc:Literal>-100</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Interanvar</ogc:PropertyName><ogc:Literal>-1</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#8c8c8c</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule></sld:FeatureTypeStyle></sld:UserStyle></sld:NamedLayer></sld:StyledLayerDescriptor>'",
                "sld_version": null,
                "sld_url": "http://localhost:8080/geoserver/rest/workspaces/geonode/styles/interanvar.sld"
            },
            "styles": [
                {
                    "pk": 247,
                    "name": "interanvar",
                    "workspace": "geonode",
                    "sld_title": "interanvar",
                    "sld_body": "b'<?xml version=\"1.0\" encoding=\"UTF-8\"?><sld:StyledLayerDescriptor xmlns=\"http://www.opengis.net/sld\" xmlns:sld=\"http://www.opengis.net/sld\" xmlns:gml=\"http://www.opengis.net/gml\" xmlns:ogc=\"http://www.opengis.net/ogc\" version=\"1.0.0\"><sld:NamedLayer><sld:Name>interanvar</sld:Name><sld:UserStyle><sld:Name>interanvar</sld:Name><sld:FeatureTypeStyle><sld:Name>name</sld:Name><sld:Rule><sld:Name>0.0 - 1.3</sld:Name><sld:Title>0.0 - 1.3</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyName>Interanvar</ogc:PropertyName><ogc:Literal>0</ogc:Literal></ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Interanvar</ogc:PropertyName><ogc:Literal>1.30000000000000004</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#ffffd4</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>1.3 - 2.1</sld:Name><sld:Title>1.3 - 2.1</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>Interanvar</ogc:PropertyName><ogc:Literal>1.30000000000000004</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Interanvar</ogc:PropertyName><ogc:Literal>2.10000000000000009</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#fed279</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>2.1 - 3.2</sld:Name><sld:Title>2.1 - 3.2</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>Interanvar</ogc:PropertyName><ogc:Literal>2.10000000000000009</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Interanvar</ogc:PropertyName><ogc:Literal>3.20000000000000018</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#ec6e1a</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>3.2 - 4.9</sld:Name><sld:Title>3.2 - 4.9</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>Interanvar</ogc:PropertyName><ogc:Literal>3.20000000000000018</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Interanvar</ogc:PropertyName><ogc:Literal>4.90000000000000036</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#b24400</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>No data</sld:Name><sld:Title>No data</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>Interanvar</ogc:PropertyName><ogc:Literal>-100</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Interanvar</ogc:PropertyName><ogc:Literal>-1</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#8c8c8c</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule></sld:FeatureTypeStyle></sld:UserStyle></sld:NamedLayer></sld:StyledLayerDescriptor>'",
                    "sld_version": null,
                    "sld_url": "http://localhost:8080/geoserver/rest/workspaces/geonode/styles/interanvar.sld"
                }
            ],
            "attribute_set": [
                {
                    "pk": 93715,
                    "attribute": "ISO",
                    "description": null,
                    "attribute_label": "ISO number",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 3,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:05.813928Z"
                },
                {
                    "pk": 93716,
                    "attribute": "NAME",
                    "description": null,
                    "attribute_label": "Name",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 4,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:05.818384Z"
                },
                {
                    "pk": 93717,
                    "attribute": "UNESCOMEMB",
                    "description": null,
                    "attribute_label": "Country",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 5,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:05.822709Z"
                },
                {
                    "pk": 93718,
                    "attribute": "Interanvar",
                    "description": null,
                    "attribute_label": "Water supply interannual variability",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 6,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:05.827772Z"
                },
                {
                    "pk": 93713,
                    "attribute": "the_geom",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "gml:MultiPolygonPropertyType",
                    "visible": false,
                    "display_order": 1,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:05.805059Z"
                },
                {
                    "pk": 93714,
                    "attribute": "OBJECTID",
                    "description": null,
                    "attribute_label": "Object ID",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 2,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:05.809481Z"
                }
            ],
            "resource_type": "layer",
            "polymorphic_ctype_id": "51",
            "owner": {
                "pk": 1065,
                "username": "najet.guefradj",
                "first_name": "Najet",
                "last_name": "Guefradj",
                "avatar": "https://www.gravatar.com/avatar/e5b6ec7203dd9989e1d70a772bb82695/?s=240&d=http%3A%2F%2Fihp-wins.unesco.org%2Fstatic%2Favatar%2Fimg%2Fdefault.jpg"
            },
            "poc": {
                "pk": 1065,
                "username": "najet.guefradj",
                "first_name": "Najet",
                "last_name": "Guefradj",
                "avatar": "https://www.gravatar.com/avatar/e5b6ec7203dd9989e1d70a772bb82695/?s=240&d=http%3A%2F%2Fihp-wins.unesco.org%2Fstatic%2Favatar%2Fimg%2Fdefault.jpg"
            },
            "metadata_author": {
                "pk": 1065,
                "username": "najet.guefradj",
                "first_name": "Najet",
                "last_name": "Guefradj",
                "avatar": "https://www.gravatar.com/avatar/e5b6ec7203dd9989e1d70a772bb82695/?s=240&d=http%3A%2F%2Fihp-wins.unesco.org%2Fstatic%2Favatar%2Fimg%2Fdefault.jpg"
            },
            "title": "Water supply interannual variability in 2013",
            "abstract": "This water supply interannual variability is a normalized indicator of the variation in water supply between years. Estimations are given for the year 2013. Interannual variability is calculated as the standard deviation of annual total blue water divided by the mean of total blue water from 1950 to 2010. The indicator was created by the World Resources Institute (WRI) and ranges from 0-5, where 0 is lowest and 5 is highest. Values represent the \"All-sector\" indicator, and have been rounded to the nearest tenth by AQUASTAT.\r\n\r\nFor more information, see WRI original analysis here: wri.org/publication/aqueduct-country-river-basin-rankings.\r\nVisit the FAO Aquastat website: http://www.fao.org/nr/water/aquastat/data/query/index.html?lang=en",
            "attribution": null,
            "doi": null,
            "alternate": "geonode:interanvar",
            "date": "2017-09-19T15:14:00Z",
            "date_type": "publication",
            "temporal_extent_start": "2013-01-01T16:14:00Z",
            "temporal_extent_end": "2013-12-31T16:14:00Z",
            "edition": "FAO AQUASTAT Main Database (2017). Retrieved from http://www.fao.org/nr/water/aquastat/maps/index.stm",
            "purpose": "",
            "maintenance_frequency": "notPlanned",
            "constraints_other": "Unless otherwise specified, no restriction applies.",
            "language": "eng",
            "supplemental_information": "In WRI's analysis, 'water supply' refers to 'total blue water', which approximates naturalized river discharge (water that is consumed upstream is not removed).",
            "data_quality_statement": "",
            "bbox_polygon": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [
                            -180.0,
                            -59.48427929999997
                        ],
                        [
                            -180.0,
                            83.62741851800007
                        ],
                        [
                            180.0000000000001,
                            83.62741851800007
                        ],
                        [
                            180.0000000000001,
                            -59.48427929999997
                        ],
                        [
                            -180.0,
                            -59.48427929999997
                        ]
                    ]
                ]
            },
            "ll_bbox_polygon": null,
            "srid": "EPSG:4326",
            "group": {
                "pk": 74,
                "name": "IHP-Theme6-Water-education"
            },
            "popular_count": "206",
            "share_count": "0",
            "rating": "0",
            "featured": false,
            "is_published": true,
            "is_approved": true,
            "detail_url": "/layers/interanvar:geonode:interanvar",
            "created": "2020-02-11T11:06:45.204622Z",
            "last_updated": "2021-02-19T14:30:12.745694Z",
            "raw_abstract": "This water supply interannual variability is a normalized indicator of the variation in water supply between years. Estimations are given for the year 2013. Interannual variability is calculated as the standard deviation of annual total blue water divided by the mean of total blue water from 1950 to 2010. The indicator was created by the World Resources Institute (WRI) and ranges from 0-5, where 0 is lowest and 5 is highest. Values represent the \"All-sector\" indicator, and have been rounded to the nearest tenth by AQUASTAT.  For more information, see WRI original analysis here: wri.org/publication/aqueduct-country-river-basin-rankings. Visit the FAO Aquastat website: http://www.fao.org/nr/water/aquastat/data/query/index.html?lang=en",
            "raw_purpose": "",
            "raw_constraints_other": "Unless otherwise specified, no restriction applies.",
            "raw_supplemental_information": "In WRI's analysis, 'water supply' refers to 'total blue water', which approximates naturalized river discharge (water that is consumed upstream is not removed).",
            "raw_data_quality_statement": "",
            "metadata_only": false,
            "embed_url": "/layers/geonode:interanvar/embed",
            "thumbnail_url": "http://ihp-wins.unesco.org/uploaded/thumbs/layer-6df98b4e-bb29-11e7-bdb3-005056062634-thumb.png?v=693af006",
            "keywords": [
                {
                    "name": "Risk",
                    "slug": "risk"
                },
                {
                    "name": "Supply",
                    "slug": "Supply"
                }
            ],
            "regions": [
                {
                    "code": "GLO",
                    "name": "Global"
                }
            ],
            "category": {
                "identifier": "Ecohydrology"
            },
            "restriction_code_type": null,
            "license": {
                "identifier": "not_specified"
            },
            "spatial_representation_type": null
        },
        {
            "pk": "922",
            "uuid": "d07b074a-bbbd-11e7-bdb3-005056062634",
            "name": "hepatitisa_fem",
            "workspace": "geonode",
            "store": "hepatitisa_fem",
            "storeType": "dataStore",
            "charset": "UTF-8",
            "is_mosaic": false,
            "has_time": false,
            "has_elevation": false,
            "time_regex": null,
            "elevation_regex": null,
            "use_featureinfo_custom_template": false,
            "featureinfo_custom_template": null,
            "default_style": {
                "pk": 253,
                "name": "hepatitisa_fem",
                "workspace": "geonode",
                "sld_title": "hepatitisa_fem",
                "sld_body": "b'<?xml version=\"1.0\" encoding=\"UTF-8\"?><sld:StyledLayerDescriptor xmlns=\"http://www.opengis.net/sld\" xmlns:sld=\"http://www.opengis.net/sld\" xmlns:gml=\"http://www.opengis.net/gml\" xmlns:ogc=\"http://www.opengis.net/ogc\" version=\"1.0.0\"><sld:NamedLayer><sld:Name>hepatitisa_fem</sld:Name><sld:UserStyle><sld:Name>hepatitisa_fem</sld:Name><sld:FeatureTypeStyle><sld:Name>name</sld:Name><sld:Rule><sld:Name>0 - 0.01% of total DALYs</sld:Name><sld:Title>0 - 0.01% of total DALYs</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>0</ogc:Literal></ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>0.01034</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#1a70cf</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>0.01 - 0.017% of total DALYs</sld:Name><sld:Title>0.01 - 0.017% of total DALYs</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>0.01034</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>0.01670174929</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#6db8f7</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>0.017 - 0.023% of total DALYs</sld:Name><sld:Title>0.017 - 0.023% of total DALYs</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>0.01670174929</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>0.023072525141</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#f7f7b0</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>0.023 - 0.033% of total DALYs</sld:Name><sld:Title>0.023 - 0.033% of total DALYs</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>0.023072525141</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>0.032587267473</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#f48953</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>0.033 - 0.046% of total DALYs</sld:Name><sld:Title>0.033 - 0.046% of total DALYs</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>0.032587267473</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>0.046245098297</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#ca0020</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>No data</sld:Name><sld:Title>No data</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>-100</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>-1</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#d9d9d9</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule></sld:FeatureTypeStyle></sld:UserStyle></sld:NamedLayer></sld:StyledLayerDescriptor>'",
                "sld_version": null,
                "sld_url": "http://localhost:8080/geoserver/rest/workspaces/geonode/styles/hepatitisa_fem.sld"
            },
            "styles": [
                {
                    "pk": 253,
                    "name": "hepatitisa_fem",
                    "workspace": "geonode",
                    "sld_title": "hepatitisa_fem",
                    "sld_body": "b'<?xml version=\"1.0\" encoding=\"UTF-8\"?><sld:StyledLayerDescriptor xmlns=\"http://www.opengis.net/sld\" xmlns:sld=\"http://www.opengis.net/sld\" xmlns:gml=\"http://www.opengis.net/gml\" xmlns:ogc=\"http://www.opengis.net/ogc\" version=\"1.0.0\"><sld:NamedLayer><sld:Name>hepatitisa_fem</sld:Name><sld:UserStyle><sld:Name>hepatitisa_fem</sld:Name><sld:FeatureTypeStyle><sld:Name>name</sld:Name><sld:Rule><sld:Name>0 - 0.01% of total DALYs</sld:Name><sld:Title>0 - 0.01% of total DALYs</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>0</ogc:Literal></ogc:PropertyIsGreaterThanOrEqualTo><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>0.01034</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#1a70cf</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>0.01 - 0.017% of total DALYs</sld:Name><sld:Title>0.01 - 0.017% of total DALYs</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>0.01034</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>0.01670174929</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#6db8f7</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>0.017 - 0.023% of total DALYs</sld:Name><sld:Title>0.017 - 0.023% of total DALYs</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>0.01670174929</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>0.023072525141</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#f7f7b0</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>0.023 - 0.033% of total DALYs</sld:Name><sld:Title>0.023 - 0.033% of total DALYs</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>0.023072525141</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>0.032587267473</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#f48953</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>0.033 - 0.046% of total DALYs</sld:Name><sld:Title>0.033 - 0.046% of total DALYs</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>0.032587267473</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>0.046245098297</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#ca0020</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule><sld:Rule><sld:Name>No data</sld:Name><sld:Title>No data</sld:Title><ogc:Filter><ogc:And><ogc:PropertyIsGreaterThan><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>-100</ogc:Literal></ogc:PropertyIsGreaterThan><ogc:PropertyIsLessThanOrEqualTo><ogc:PropertyName>Fem15to49</ogc:PropertyName><ogc:Literal>-1</ogc:Literal></ogc:PropertyIsLessThanOrEqualTo></ogc:And></ogc:Filter><sld:PolygonSymbolizer><sld:Fill><sld:CssParameter name=\"fill\">#d9d9d9</sld:CssParameter></sld:Fill><sld:Stroke><sld:CssParameter name=\"stroke-linejoin\">bevel</sld:CssParameter><sld:CssParameter name=\"stroke-width\">0.26000000000000001</sld:CssParameter></sld:Stroke></sld:PolygonSymbolizer></sld:Rule></sld:FeatureTypeStyle></sld:UserStyle></sld:NamedLayer></sld:StyledLayerDescriptor>'",
                    "sld_version": null,
                    "sld_url": "http://localhost:8080/geoserver/rest/workspaces/geonode/styles/hepatitisa_fem.sld"
                }
            ],
            "attribute_set": [
                {
                    "pk": 93495,
                    "attribute": "MaleAll",
                    "description": null,
                    "attribute_label": "% of total DALYS for all males.",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 6,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:59.314031Z"
                },
                {
                    "pk": 93490,
                    "attribute": "the_geom",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "gml:MultiPolygonPropertyType",
                    "visible": false,
                    "display_order": 1,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:59.292118Z"
                },
                {
                    "pk": 93496,
                    "attribute": "MaleUnder5",
                    "description": null,
                    "attribute_label": "% of total DALYS for males under 5 years-old.",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 7,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:59.318484Z"
                },
                {
                    "pk": 93501,
                    "attribute": "FemAll",
                    "description": null,
                    "attribute_label": "% of total DALYS for all females.",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 12,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:59.340407Z"
                },
                {
                    "pk": 93506,
                    "attribute": "Fem70plus",
                    "description": null,
                    "attribute_label": "% of total DALYS for more than 70 years-old females.",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 17,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:59.362537Z"
                },
                {
                    "pk": 93502,
                    "attribute": "FemUnder5",
                    "description": null,
                    "attribute_label": "% of total DALYS for females under five years-old.",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 13,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:59.344853Z"
                },
                {
                    "pk": 93497,
                    "attribute": "Male5to14",
                    "description": null,
                    "attribute_label": "% of total DALYS for 5-14 years-old males.",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 8,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:59.322819Z"
                },
                {
                    "pk": 93491,
                    "attribute": "OBJECTID",
                    "description": null,
                    "attribute_label": "Object ID",
                    "attribute_type": "xsd:int",
                    "visible": true,
                    "display_order": 2,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:59.296750Z"
                },
                {
                    "pk": 93503,
                    "attribute": "Fem5to14",
                    "description": null,
                    "attribute_label": "% of total DALYS for 5-14 years-old females.",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 14,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:59.349297Z"
                },
                {
                    "pk": 93504,
                    "attribute": "Fem15to49",
                    "description": null,
                    "attribute_label": "% of total DALYS for 15-49 years-old females.",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 15,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:59.353971Z"
                },
                {
                    "pk": 93499,
                    "attribute": "Male50to69",
                    "description": null,
                    "attribute_label": "% of total DALYS for 50-69 years-old males.",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 10,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:59.331736Z"
                },
                {
                    "pk": 93492,
                    "attribute": "ISO",
                    "description": null,
                    "attribute_label": "ISO number",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 3,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:59.301039Z"
                },
                {
                    "pk": 93494,
                    "attribute": "UNESCOMEMB",
                    "description": null,
                    "attribute_label": "Country",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 5,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:59.309617Z"
                },
                {
                    "pk": 93493,
                    "attribute": "NAME",
                    "description": null,
                    "attribute_label": "Name",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 4,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:59.305315Z"
                },
                {
                    "pk": 93498,
                    "attribute": "Male15to49",
                    "description": null,
                    "attribute_label": "% of total DALYS for 15-49 years-old males.",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 9,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:59.327244Z"
                },
                {
                    "pk": 93500,
                    "attribute": "Male70plus",
                    "description": null,
                    "attribute_label": "% of total DALYS for more than 70 years old males.",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 11,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:59.336021Z"
                },
                {
                    "pk": 93505,
                    "attribute": "Fem50to69",
                    "description": null,
                    "attribute_label": "% of total DALYS for 50-69 years-old females.",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 16,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:32:59.358222Z"
                }
            ],
            "resource_type": "layer",
            "polymorphic_ctype_id": "51",
            "owner": {
                "pk": 1065,
                "username": "najet.guefradj",
                "first_name": "Najet",
                "last_name": "Guefradj",
                "avatar": "https://www.gravatar.com/avatar/e5b6ec7203dd9989e1d70a772bb82695/?s=240&d=http%3A%2F%2Fihp-wins.unesco.org%2Fstatic%2Favatar%2Fimg%2Fdefault.jpg"
            },
            "poc": {
                "pk": 1065,
                "username": "najet.guefradj",
                "first_name": "Najet",
                "last_name": "Guefradj",
                "avatar": "https://www.gravatar.com/avatar/e5b6ec7203dd9989e1d70a772bb82695/?s=240&d=http%3A%2F%2Fihp-wins.unesco.org%2Fstatic%2Favatar%2Fimg%2Fdefault.jpg"
            },
            "metadata_author": {
                "pk": 1065,
                "username": "najet.guefradj",
                "first_name": "Najet",
                "last_name": "Guefradj",
                "avatar": "https://www.gravatar.com/avatar/e5b6ec7203dd9989e1d70a772bb82695/?s=240&d=http%3A%2F%2Fihp-wins.unesco.org%2Fstatic%2Favatar%2Fimg%2Fdefault.jpg"
            },
            "title": "Disability-Adjusted Life Year attributable to hepatitis A in 2015 for 15-49 year-old females",
            "abstract": "This layer represents the percentage of total Disability-Adjusted Life Year attributable to hepatitis A for 15-49 year-old females in 2015. \r\nOne DALY can be thought of as one lost year of \"healthy\" life. The sum of DALYs across a population help to quantify the burden of disease, and to evaluate the gap between current health status and an ideal health situation. Data for other age ranges are also available in the table.\r\n\r\nEstimates and additional related resources can be found in the Global Burden of Study here: http://ghdx.healthdata.org/gbd-2015 \r\nFor more information, visit the Institute for Health Metrics and Evaluation website: http://www.healthdata.org/gbd",
            "attribution": null,
            "doi": null,
            "alternate": "geonode:hepatitisa_fem",
            "date": "2017-10-07T08:57:00Z",
            "date_type": "publication",
            "temporal_extent_start": "2015-01-01T09:57:00Z",
            "temporal_extent_end": "2015-12-31T09:57:00Z",
            "edition": "Global Burden of Disease Study 2015. Global Burden of Disease Study 2015 (GBD 2015) Results. Seattle, United States: Institute for Health Metrics and Evaluation (IHME), 2016. Available from http://ghdx.healthdata.org/gbd-results-tool. Accessed 5 July 2017",
            "purpose": "",
            "maintenance_frequency": "notPlanned",
            "constraints_other": "Unless otherwise specified, no restriction applies.",
            "language": "eng",
            "supplemental_information": "No information provided",
            "data_quality_statement": "Hepatitis A is an infection of the liver. This virus can be contracted via contaminated water, eating food that is not cooked or shellfish that comes from contaminated water, or via unsafe sex with some already infected. Symptoms include jaundice, abdominal pains, fever.",
            "bbox_polygon": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [
                            -180.0,
                            -59.48427929999997
                        ],
                        [
                            -180.0,
                            83.62741851800007
                        ],
                        [
                            180.0000000000001,
                            83.62741851800007
                        ],
                        [
                            180.0000000000001,
                            -59.48427929999997
                        ],
                        [
                            -180.0,
                            -59.48427929999997
                        ]
                    ]
                ]
            },
            "ll_bbox_polygon": null,
            "srid": "EPSG:4326",
            "group": {
                "pk": 74,
                "name": "IHP-Theme6-Water-education"
            },
            "popular_count": "837",
            "share_count": "0",
            "rating": "0",
            "featured": false,
            "is_published": true,
            "is_approved": true,
            "detail_url": "/layers/hepatitisa_fem:geonode:hepatitisa_fem",
            "created": "2020-02-11T11:06:45.204622Z",
            "last_updated": "2021-02-19T14:30:12.596332Z",
            "raw_abstract": "This layer represents the percentage of total Disability-Adjusted Life Year attributable to hepatitis A for 15-49 year-old females in 2015.  One DALY can be thought of as one lost year of \"healthy\" life. The sum of DALYs across a population help to quantify the burden of disease, and to evaluate the gap between current health status and an ideal health situation. Data for other age ranges are also available in the table.  Estimates and additional related resources can be found in the Global Burden of Study here: http://ghdx.healthdata.org/gbd-2015  For more information, visit the Institute for Health Metrics and Evaluation website: http://www.healthdata.org/gbd",
            "raw_purpose": "",
            "raw_constraints_other": "Unless otherwise specified, no restriction applies.",
            "raw_supplemental_information": "No information provided",
            "raw_data_quality_statement": "Hepatitis A is an infection of the liver. This virus can be contracted via contaminated water, eating food that is not cooked or shellfish that comes from contaminated water, or via unsafe sex with some already infected. Symptoms include jaundice, abdominal pains, fever.",
            "metadata_only": false,
            "embed_url": "/layers/geonode:hepatitisa_fem/embed",
            "thumbnail_url": "http://ihp-wins.unesco.org/uploaded/thumbs/layer-d07b074a-bbbd-11e7-bdb3-005056062634-thumb.png?v=c3ceab47",
            "keywords": [
                {
                    "name": "Gender",
                    "slug": "gender"
                },
                {
                    "name": "Health",
                    "slug": "Health"
                },
                {
                    "name": "Quality",
                    "slug": "Quality"
                }
            ],
            "regions": [
                {
                    "code": "GLO",
                    "name": "Global"
                }
            ],
            "category": {
                "identifier": "Cross-cutting"
            },
            "restriction_code_type": null,
            "license": {
                "identifier": "not_specified"
            },
            "spatial_representation_type": null
        },
        {
            "pk": "168",
            "uuid": "7016ecee-e02a-11e6-8719-005056bf7531",
            "name": "mab_biosphere_reserves",
            "workspace": "geonode",
            "store": "mab_biosphere_reserves",
            "storeType": "dataStore",
            "charset": "UTF-8",
            "is_mosaic": false,
            "has_time": false,
            "has_elevation": false,
            "time_regex": null,
            "elevation_regex": "",
            "use_featureinfo_custom_template": false,
            "featureinfo_custom_template": null,
            "default_style": {
                "pk": 71,
                "name": "mab_biosphere_reserves",
                "workspace": "geonode",
                "sld_title": "mab_biosphere_reserves",
                "sld_body": "b'<?xml version=\"1.0\" encoding=\"UTF-8\"?><sld:StyledLayerDescriptor xmlns=\"http://www.opengis.net/sld\" xmlns:sld=\"http://www.opengis.net/sld\" xmlns:gml=\"http://www.opengis.net/gml\" xmlns:ogc=\"http://www.opengis.net/ogc\" version=\"1.0.0\"><sld:NamedLayer><sld:Name>mab_biosphere_reserves</sld:Name><sld:UserStyle><sld:Name>mab_biosphere_reserves</sld:Name><sld:FeatureTypeStyle><sld:Name>name</sld:Name><sld:Rule><sld:Name>mab_biosphere_reserves</sld:Name><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#936034</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule></sld:FeatureTypeStyle></sld:UserStyle></sld:NamedLayer></sld:StyledLayerDescriptor>'",
                "sld_version": null,
                "sld_url": "http://localhost:8080/geoserver/rest/workspaces/geonode/styles/mab_biosphere_reserves.sld"
            },
            "styles": [
                {
                    "pk": 71,
                    "name": "mab_biosphere_reserves",
                    "workspace": "geonode",
                    "sld_title": "mab_biosphere_reserves",
                    "sld_body": "b'<?xml version=\"1.0\" encoding=\"UTF-8\"?><sld:StyledLayerDescriptor xmlns=\"http://www.opengis.net/sld\" xmlns:sld=\"http://www.opengis.net/sld\" xmlns:gml=\"http://www.opengis.net/gml\" xmlns:ogc=\"http://www.opengis.net/ogc\" version=\"1.0.0\"><sld:NamedLayer><sld:Name>mab_biosphere_reserves</sld:Name><sld:UserStyle><sld:Name>mab_biosphere_reserves</sld:Name><sld:FeatureTypeStyle><sld:Name>name</sld:Name><sld:Rule><sld:Name>mab_biosphere_reserves</sld:Name><sld:PointSymbolizer><sld:Graphic><sld:Mark><sld:WellKnownName>circle</sld:WellKnownName><sld:Fill><sld:CssParameter name=\"fill\">#936034</sld:CssParameter></sld:Fill><sld:Stroke/></sld:Mark><sld:Size>7</sld:Size></sld:Graphic></sld:PointSymbolizer></sld:Rule></sld:FeatureTypeStyle></sld:UserStyle></sld:NamedLayer></sld:StyledLayerDescriptor>'",
                    "sld_version": null,
                    "sld_url": "http://localhost:8080/geoserver/rest/workspaces/geonode/styles/mab_biosphere_reserves.sld"
                }
            ],
            "attribute_set": [
                {
                    "pk": 93929,
                    "attribute": "Declaratio",
                    "description": "",
                    "attribute_label": "Year of declaration of the biosphere reserve",
                    "attribute_type": "xsd:long",
                    "visible": true,
                    "display_order": 10,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:12.189409Z"
                },
                {
                    "pk": 93931,
                    "attribute": "Title_F",
                    "description": "",
                    "attribute_label": "Nom de la reserve (francais)",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 12,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:12.197842Z"
                },
                {
                    "pk": 93935,
                    "attribute": "Webpage",
                    "description": "",
                    "attribute_label": "Other web page",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 16,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:12.215193Z"
                },
                {
                    "pk": 93932,
                    "attribute": "Webpage_F",
                    "description": "",
                    "attribute_label": "Page web (francais)",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 13,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:12.202075Z"
                },
                {
                    "pk": 93925,
                    "attribute": "Latitude",
                    "description": "",
                    "attribute_label": "Latitude",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 6,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:12.172009Z"
                },
                {
                    "pk": 93934,
                    "attribute": "Country_F",
                    "description": "",
                    "attribute_label": "Pays (francais)",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 15,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:12.210957Z"
                },
                {
                    "pk": 93924,
                    "attribute": "Title_E",
                    "description": "",
                    "attribute_label": "Name of the reserve (English)",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 5,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:12.167834Z"
                },
                {
                    "pk": 93923,
                    "attribute": "Country",
                    "description": "",
                    "attribute_label": "Country",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 4,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:12.163540Z"
                },
                {
                    "pk": 93922,
                    "attribute": "ISOcode",
                    "description": "",
                    "attribute_label": "ISO code",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 3,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:12.159249Z"
                },
                {
                    "pk": 93930,
                    "attribute": "Descriptio",
                    "description": "",
                    "attribute_label": "Description ",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 11,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:12.193739Z"
                },
                {
                    "pk": 93933,
                    "attribute": "Descript_1",
                    "description": "",
                    "attribute_label": "Description (francais)",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 14,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:12.206541Z"
                },
                {
                    "pk": 93928,
                    "attribute": "Webpage_E",
                    "description": "",
                    "attribute_label": "webpage (English)",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 9,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:12.185116Z"
                },
                {
                    "pk": 93921,
                    "attribute": "ID",
                    "description": "",
                    "attribute_label": "ID number",
                    "attribute_type": "xsd:long",
                    "visible": true,
                    "display_order": 2,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:12.154771Z"
                },
                {
                    "pk": 93926,
                    "attribute": "Longitude",
                    "description": "",
                    "attribute_label": "Longitude",
                    "attribute_type": "xsd:double",
                    "visible": true,
                    "display_order": 7,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:12.176335Z"
                },
                {
                    "pk": 93920,
                    "attribute": "the_geom",
                    "description": "",
                    "attribute_label": "",
                    "attribute_type": "gml:PointPropertyType",
                    "visible": false,
                    "display_order": 1,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:12.150344Z"
                },
                {
                    "pk": 93927,
                    "attribute": "Photo",
                    "description": "",
                    "attribute_label": "Photo",
                    "attribute_type": "xsd:string",
                    "visible": true,
                    "display_order": 8,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:12.180552Z"
                }
            ],
            "resource_type": "layer",
            "polymorphic_ctype_id": "51",
            "owner": {
                "pk": 3,
                "username": "Tales.Carvalho-Resende",
                "first_name": "Tales",
                "last_name": "Carvalho Resende",
                "avatar": "/static/avatars/Tales.Carvalho-Resende/resized/240/Photo_TalesCarvalhoResende.2b1b88521f4c.jpg"
            },
            "poc": {
                "pk": 3,
                "username": "Tales.Carvalho-Resende",
                "first_name": "Tales",
                "last_name": "Carvalho Resende",
                "avatar": "/static/avatars/Tales.Carvalho-Resende/resized/240/Photo_TalesCarvalhoResende.2b1b88521f4c.jpg"
            },
            "metadata_author": {
                "pk": 3,
                "username": "Tales.Carvalho-Resende",
                "first_name": "Tales",
                "last_name": "Carvalho Resende",
                "avatar": "/static/avatars/Tales.Carvalho-Resende/resized/240/Photo_TalesCarvalhoResende.2b1b88521f4c.jpg"
            },
            "title": "Biosphere Reserves around the World",
            "abstract": "Composed of 669 biosphere reserves in 120 countries, including 16 transboundary sites, the World Network of Biosphere Reserves (WNBR) of the UNESCO Man And Biosphere (MAB) Programme consists of a dynamic and interactive network of sites of excellence. It works to foster the harmonious integration of people and nature for sustainable development through participatory dialogue, knowledge sharing, poverty reduction, human well-being improvements, respect for cultural values and by improving society’s ability to cope with climate change.\r\n\r\nFor more information, visit: http://www.unesco.org/new/en/natural-sciences/environment/ecological-sciences/man-and-biosphere-programme/",
            "attribution": null,
            "doi": null,
            "alternate": "geonode:mab_biosphere_reserves",
            "date": "2017-01-20T23:00:00Z",
            "date_type": "publication",
            "temporal_extent_start": null,
            "temporal_extent_end": null,
            "edition": "http://www.unesco.org/new/en/natural-sciences/environment/ecological-sciences/man-and-biosphere-programme/",
            "purpose": null,
            "maintenance_frequency": null,
            "constraints_other": "Unless otherwise specified, the Creative Commons License applies.",
            "language": "eng",
            "supplemental_information": "No information provided",
            "data_quality_statement": "/",
            "bbox_polygon": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [
                            -167.73,
                            -55.15
                        ],
                        [
                            -167.73,
                            77.2
                        ],
                        [
                            166.48,
                            77.2
                        ],
                        [
                            166.48,
                            -55.15
                        ],
                        [
                            -167.73,
                            -55.15
                        ]
                    ]
                ]
            },
            "ll_bbox_polygon": null,
            "srid": "EPSG:4326",
            "group": {
                "pk": 70,
                "name": "IHP-Theme2-Groundwater"
            },
            "popular_count": "392",
            "share_count": "0",
            "rating": "0",
            "featured": false,
            "is_published": true,
            "is_approved": true,
            "detail_url": "/layers/mab_biosphere_reserves:geonode:mab_biosphere_reserves",
            "created": "2020-02-11T11:06:45.204622Z",
            "last_updated": "2021-02-19T14:30:12.785554Z",
            "raw_abstract": "Composed of 669 biosphere reserves in 120 countries, including 16 transboundary sites, the World Network of Biosphere Reserves (WNBR) of the UNESCO Man And Biosphere (MAB) Programme consists of a dynamic and interactive network of sites of excellence. It works to foster the harmonious integration of people and nature for sustainable development through participatory dialogue, knowledge sharing, poverty reduction, human well-being improvements, respect for cultural values and by improving society’s ability to cope with climate change.  For more information, visit: http://www.unesco.org/new/en/natural-sciences/environment/ecological-sciences/man-and-biosphere-programme/",
            "raw_purpose": "None",
            "raw_constraints_other": "Unless otherwise specified, the Creative Commons License applies.",
            "raw_supplemental_information": "No information provided",
            "raw_data_quality_statement": "/",
            "metadata_only": false,
            "embed_url": "/layers/geonode:mab_biosphere_reserves/embed",
            "thumbnail_url": "http://ihp-wins.unesco.org/uploaded/thumbs/layer-7016ecee-e02a-11e6-8719-005056bf7531-thumb.png?v=5e9f815c",
            "keywords": [
                {
                    "name": "Biodiversity",
                    "slug": "biodiversity"
                }
            ],
            "regions": [
                {
                    "code": "GLO",
                    "name": "Global"
                }
            ],
            "category": {
                "identifier": "Cross-cutting"
            },
            "restriction_code_type": null,
            "license": {
                "identifier": "not_specified"
            },
            "spatial_representation_type": null
        },
        {
            "pk": "1064",
            "uuid": "b8dfd82a-26db-11e8-a93b-005056062634",
            "name": "igb_abstraction_processed",
            "workspace": "geonode",
            "store": "igb_abstraction_processed",
            "storeType": "coverageStore",
            "charset": "UTF-8",
            "is_mosaic": false,
            "has_time": false,
            "has_elevation": false,
            "time_regex": null,
            "elevation_regex": null,
            "use_featureinfo_custom_template": false,
            "featureinfo_custom_template": null,
            "default_style": {
                "pk": 334,
                "name": "igb_abstraction_processed",
                "workspace": "geonode",
                "sld_title": null,
                "sld_body": "b'<?xml version=\"1.0\" ?>\\r\\n<sld:StyledLayerDescriptor version=\"1.0.0\" xmlns=\"http://www.opengis.net/sld\" xmlns:gml=\"http://www.opengis.net/gml\" xmlns:ogc=\"http://www.opengis.net/ogc\" xmlns:sld=\"http://www.opengis.net/sld\">\\r\\n    <sld:UserLayer>\\r\\n        <sld:LayerFeatureConstraints>\\r\\n            <sld:FeatureTypeConstraint/>\\r\\n        </sld:LayerFeatureConstraints>\\r\\n        <sld:UserStyle>\\r\\n            <sld:Name>IGB_abstraction1</sld:Name>\\r\\n            <sld:Title/>\\r\\n            <sld:FeatureTypeStyle>\\r\\n                <sld:Name/>\\r\\n                <sld:Rule>\\r\\n                    <sld:RasterSymbolizer>\\r\\n                        <sld:Geometry>\\r\\n                            <ogc:PropertyName>grid</ogc:PropertyName>\\r\\n                        </sld:Geometry>\\r\\n                        <sld:Opacity>1</sld:Opacity>\\r\\n                        <sld:ColorMap>\\r\\n                            <sld:ColorMapEntry color=\"#0b4c86\" label=\"&lt;10 mm\" opacity=\"1.0\" quantity=\"1\"/>\\r\\n                            <sld:ColorMapEntry color=\"#2d88d8\" label=\"10 - 25 mm\" opacity=\"1.0\" quantity=\"2\"/>\\r\\n                            <sld:ColorMapEntry color=\"#79c7df\" label=\"25 - 100 mm\" opacity=\"1.0\" quantity=\"3\"/>\\r\\n                            <sld:ColorMapEntry color=\"#ffff00\" label=\"100 - 250 mm\" opacity=\"1.0\" quantity=\"4\"/>\\r\\n                            <sld:ColorMapEntry color=\"#ff8500\" label=\"250 - 500 mm\" opacity=\"1.0\" quantity=\"5\"/>\\r\\n                            <sld:ColorMapEntry color=\"#ff0000\" label=\"&gt;500 mm\" opacity=\"1.0\" quantity=\"6\"/>\\r\\n                        </sld:ColorMap>\\r\\n                    </sld:RasterSymbolizer>\\r\\n                </sld:Rule>\\r\\n            </sld:FeatureTypeStyle>\\r\\n        </sld:UserStyle>\\r\\n    </sld:UserLayer>\\r\\n</sld:StyledLayerDescriptor>\\r\\n'",
                "sld_version": null,
                "sld_url": "http://localhost:8080/geoserver/rest/workspaces/geonode/styles/igb_abstraction_processed.sld"
            },
            "styles": [
                {
                    "pk": 334,
                    "name": "igb_abstraction_processed",
                    "workspace": "geonode",
                    "sld_title": null,
                    "sld_body": "b'<?xml version=\"1.0\" ?>\\r\\n<sld:StyledLayerDescriptor version=\"1.0.0\" xmlns=\"http://www.opengis.net/sld\" xmlns:gml=\"http://www.opengis.net/gml\" xmlns:ogc=\"http://www.opengis.net/ogc\" xmlns:sld=\"http://www.opengis.net/sld\">\\r\\n    <sld:UserLayer>\\r\\n        <sld:LayerFeatureConstraints>\\r\\n            <sld:FeatureTypeConstraint/>\\r\\n        </sld:LayerFeatureConstraints>\\r\\n        <sld:UserStyle>\\r\\n            <sld:Name>IGB_abstraction1</sld:Name>\\r\\n            <sld:Title/>\\r\\n            <sld:FeatureTypeStyle>\\r\\n                <sld:Name/>\\r\\n                <sld:Rule>\\r\\n                    <sld:RasterSymbolizer>\\r\\n                        <sld:Geometry>\\r\\n                            <ogc:PropertyName>grid</ogc:PropertyName>\\r\\n                        </sld:Geometry>\\r\\n                        <sld:Opacity>1</sld:Opacity>\\r\\n                        <sld:ColorMap>\\r\\n                            <sld:ColorMapEntry color=\"#0b4c86\" label=\"&lt;10 mm\" opacity=\"1.0\" quantity=\"1\"/>\\r\\n                            <sld:ColorMapEntry color=\"#2d88d8\" label=\"10 - 25 mm\" opacity=\"1.0\" quantity=\"2\"/>\\r\\n                            <sld:ColorMapEntry color=\"#79c7df\" label=\"25 - 100 mm\" opacity=\"1.0\" quantity=\"3\"/>\\r\\n                            <sld:ColorMapEntry color=\"#ffff00\" label=\"100 - 250 mm\" opacity=\"1.0\" quantity=\"4\"/>\\r\\n                            <sld:ColorMapEntry color=\"#ff8500\" label=\"250 - 500 mm\" opacity=\"1.0\" quantity=\"5\"/>\\r\\n                            <sld:ColorMapEntry color=\"#ff0000\" label=\"&gt;500 mm\" opacity=\"1.0\" quantity=\"6\"/>\\r\\n                        </sld:ColorMap>\\r\\n                    </sld:RasterSymbolizer>\\r\\n                </sld:Rule>\\r\\n            </sld:FeatureTypeStyle>\\r\\n        </sld:UserStyle>\\r\\n    </sld:UserLayer>\\r\\n</sld:StyledLayerDescriptor>\\r\\n'",
                    "sld_version": null,
                    "sld_url": "http://localhost:8080/geoserver/rest/workspaces/geonode/styles/igb_abstraction_processed.sld"
                }
            ],
            "attribute_set": [
                {
                    "pk": 93656,
                    "attribute": "GRAY_INDEX",
                    "description": null,
                    "attribute_label": null,
                    "attribute_type": "raster",
                    "visible": true,
                    "display_order": 1,
                    "featureinfo_type": "type_property",
                    "count": 1,
                    "min": "NA",
                    "max": "NA",
                    "average": "NA",
                    "median": "NA",
                    "stddev": "NA",
                    "sum": "NA",
                    "unique_values": "NA",
                    "last_stats_updated": "2021-03-17T15:33:03.709438Z"
                }
            ],
            "resource_type": "layer",
            "polymorphic_ctype_id": "51",
            "owner": {
                "pk": 1022,
                "username": "gabin.archambault",
                "first_name": "Gabin",
                "last_name": "Archambault",
                "avatar": "https://www.gravatar.com/avatar/6b6c0feef3d040bc9f22ae6766ce83d8/?s=240&d=http%3A%2F%2Fihp-wins.unesco.org%2Fstatic%2Favatar%2Fimg%2Fdefault.jpg"
            },
            "poc": {
                "pk": 1022,
                "username": "gabin.archambault",
                "first_name": "Gabin",
                "last_name": "Archambault",
                "avatar": "https://www.gravatar.com/avatar/6b6c0feef3d040bc9f22ae6766ce83d8/?s=240&d=http%3A%2F%2Fihp-wins.unesco.org%2Fstatic%2Favatar%2Fimg%2Fdefault.jpg"
            },
            "metadata_author": {
                "pk": 1022,
                "username": "gabin.archambault",
                "first_name": "Gabin",
                "last_name": "Archambault",
                "avatar": "https://www.gravatar.com/avatar/6b6c0feef3d040bc9f22ae6766ce83d8/?s=240&d=http%3A%2F%2Fihp-wins.unesco.org%2Fstatic%2Favatar%2Fimg%2Fdefault.jpg"
            },
            "title": "Groundwater abstraction across the Indo-Gangetic basin (2010)",
            "abstract": "This 1 km resolution grid shows the estimated mean annual groundwater abstraction in millimeters across the Indo-Gangetic basin based on data from 2010.\r\n\r\nMethodology and a full list of data sources used can be found in the peer-reviewed paper: https://www.nature.com/articles/ngeo2791.epdf?author_access_token=_2Z_fJZxRkSVmgVJ7xHTVdRgN0jAjWel9jnR3ZoTv0O07GfIlzqIVm44UgFPb1r62_FUJLao4zkJSzYpv-4gIWJorRXEpgh4iarB8vlRNY_tGV_18CAf2j-_GnADYbdp\r\n\r\nThe raster and a high resolution PDF file are available for download on the website of British Geological Survey (BGS): http://www.bgs.ac.uk/research/groundwater/international/SEAsiaGroundwater/mapsDownload.html",
            "attribution": null,
            "doi": null,
            "alternate": "geonode:igb_abstraction_processed",
            "date": "2017-08-24T13:23:00Z",
            "date_type": "publication",
            "temporal_extent_start": "2009-12-31T23:00:00Z",
            "temporal_extent_end": "2010-12-30T23:00:00Z",
            "edition": "MacDonald, A M, et al. 2016. Groundwater quality and depletion in the Indo-Gangetic Basin mapped from in situ observations. Nature Geoscience, doi:10.1038/ngeo2791",
            "purpose": "",
            "maintenance_frequency": null,
            "constraints_other": "UNESCO-IHP was given the authorization to display on IHP-WINS some materials produced by the British Geological Survey. Permit Number CP17/019 British Geological Survey © NERC 2017. All rights reserved.",
            "language": "eng",
            "supplemental_information": "The maps produced by the BGS provide new, higher-resolution information of the Indo-Gangetic alluvial aquifer, at transboundary scale. They are based on a major systemic review of the best available in situ observations and studies across the aquifer, and are designed to show information at basin or regional scale.",
            "data_quality_statement": "",
            "bbox_polygon": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [
                            67.17354965,
                            21.30041801
                        ],
                        [
                            67.17354965,
                            33.06041801
                        ],
                        [
                            95.97354965,
                            33.06041801
                        ],
                        [
                            95.97354965,
                            21.30041801
                        ],
                        [
                            67.17354965,
                            21.30041801
                        ]
                    ]
                ]
            },
            "ll_bbox_polygon": null,
            "srid": "EPSG:4326",
            "group": {
                "pk": 70,
                "name": "IHP-Theme2-Groundwater"
            },
            "popular_count": "374",
            "share_count": "0",
            "rating": "0",
            "featured": false,
            "is_published": true,
            "is_approved": true,
            "detail_url": "/layers/igb_abstraction_processed:geonode:igb_abstraction_processed",
            "created": "2020-02-11T11:06:45.204622Z",
            "last_updated": "2021-02-19T14:30:12.388729Z",
            "raw_abstract": "This 1 km resolution grid shows the estimated mean annual groundwater abstraction in millimeters across the Indo-Gangetic basin based on data from 2010.  Methodology and a full list of data sources used can be found in the peer-reviewed paper: https://www.nature.com/articles/ngeo2791.epdf?author_access_token=_2Z_fJZxRkSVmgVJ7xHTVdRgN0jAjWel9jnR3ZoTv0O07GfIlzqIVm44UgFPb1r62_FUJLao4zkJSzYpv-4gIWJorRXEpgh4iarB8vlRNY_tGV_18CAf2j-_GnADYbdp  The raster and a high resolution PDF file are available for download on the website of British Geological Survey (BGS): http://www.bgs.ac.uk/research/groundwater/international/SEAsiaGroundwater/mapsDownload.html",
            "raw_purpose": "",
            "raw_constraints_other": "UNESCO-IHP was given the authorization to display on IHP-WINS some materials produced by the British Geological Survey. Permit Number CP17/019 British Geological Survey © NERC 2017. All rights reserved.",
            "raw_supplemental_information": "The maps produced by the BGS provide new, higher-resolution information of the Indo-Gangetic alluvial aquifer, at transboundary scale. They are based on a major systemic review of the best available in situ observations and studies across the aquifer, and are designed to show information at basin or regional scale.",
            "raw_data_quality_statement": "",
            "metadata_only": false,
            "embed_url": "/layers/geonode:igb_abstraction_processed/embed",
            "thumbnail_url": "http://ihp-wins.unesco.org/uploaded/thumbs/layer-b8dfd82a-26db-11e8-a93b-005056062634-thumb.png?v=ca8d32d9",
            "keywords": [
                {
                    "name": "Abstraction",
                    "slug": "abstraction"
                },
                {
                    "name": "Groundwater",
                    "slug": "groundwater"
                },
                {
                    "name": "Stress",
                    "slug": "Stress"
                }
            ],
            "regions": [
                {
                    "code": "ASI",
                    "name": "Asia"
                },
                {
                    "code": "SAS",
                    "name": "South Asia"
                },
                {
                    "code": "BGD",
                    "name": "Bangladesh"
                },
                {
                    "code": "BTN",
                    "name": "Bhutan"
                },
                {
                    "code": "IND",
                    "name": "India"
                },
                {
                    "code": "NPL",
                    "name": "Nepal"
                },
                {
                    "code": "PAK",
                    "name": "Pakistan"
                }
            ],
            "category": {
                "identifier": "Groundwater"
            },
            "restriction_code_type": null,
            "license": {
                "identifier": "not_specified"
            },
            "spatial_representation_type": null
        }
    ]
}