You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README.md page needs a short description of the data that is available in this project and where it comes from.
We also need to describe our choice of projection and bounding box, so that people understand why we are using what we are using for this.
# with b as (select st_transform(boundary,26910) as b from bbox) select format('%s %s %s %s',(st_xmin(b)-120)::integer,(st_ymax(b)+120)::integer,(st_xmax(b)+120)::integer,(st_ymin(b)-120)::integer) as ul_lr from b;
ul_lr:=596898 4276385 656760 4162602
The text was updated successfully, but these errors were encountered:
The README.md page needs a short description of the data that is available in this project and where it comes from.
We also need to describe our choice of projection and bounding box, so that people understand why we are using what we are using for this.
The text was updated successfully, but these errors were encountered: