This is an automated email from the ASF dual-hosted git repository.

skperez pushed a commit to branch SDAP-371
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


The following commit(s) were added to refs/heads/SDAP-371 by this push:
     new f683f28  Removed temp code
f683f28 is described below

commit f683f28a7fa891773b569dffc08cec3171ca28a5
Author: skorper <[email protected]>
AuthorDate: Thu Jul 7 16:25:37 2022 -0700

    Removed temp code
---
 data-access/nexustiles/nexustiles.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/data-access/nexustiles/nexustiles.py 
b/data-access/nexustiles/nexustiles.py
index 88a1687..a3aa61e 100644
--- a/data-access/nexustiles/nexustiles.py
+++ b/data-access/nexustiles/nexustiles.py
@@ -260,7 +260,6 @@ class NexusTileService(object):
     def get_tiles_bounded_by_box(self, min_lat, max_lat, min_lon, max_lon, 
ds=None, start_time=0, end_time=-1,
                                  **kwargs):
         tiles = self.find_tiles_in_box(min_lat, max_lat, min_lon, max_lon, ds, 
start_time, end_time, **kwargs)
-        tiles = tiles[:1] # TODO REMOVE ME!!!
         tiles = self.mask_tiles_to_bbox(min_lat, max_lat, min_lon, max_lon, 
tiles)
         if 0 <= start_time <= end_time:
             tiles = self.mask_tiles_to_time_range(start_time, end_time, tiles)

Reply via email to