data-access/nexustiles/backends/nexusproto/dao/ElasticsearchProxy.py [434:458]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        params = {
            "size": 1000,
            "query": {
                "bool": {
                    "filter": [
                        {
                            "term": {
                                "dataset_s": {
                                    "value": ds
                                }
                            }
                        },
                        {
                            "geo_shape": {
                                "geo": {
                                    "shape": {
                                        "type": "envelope",
                                        "coordinates": [[min_lon, max_lat],[max_lon, min_lat]]
                                    },
                                    "relation": "intersects"
                                }
                            }
                        },
                        {
                            "range": {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



data-access/nexustiles/backends/nexusproto/dao/ElasticsearchProxy.py [715:739]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        params = {
            "size": 1000,
            "query": {
                "bool": {
                    "filter": [
                        {
                            "term": {
                                "dataset_s": {
                                    "value": ds
                                }
                            }
                        },
                        {
                            "geo_shape": {
                                "geo": {
                                    "shape": {
                                        "type": "envelope",
                                        "coordinates": [[min_lon, max_lat],[max_lon, min_lat]]
                                    },
                                    "relation": "intersects"
                                }
                            }
                        },
                        { 
                            "range": {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



