- The icons should be outlines similar in style to: https://heroicons.com/
We need the following animal icons:
- HuntNV (total: 7): these icons should be mostly of the neck, head, and antlers/horns of the animal.
- elk
| async function testConnection (db) { | |
| try { | |
| const c = await db.connect() | |
| c.done() | |
| console.log('CONNECTED') | |
| } catch (error) { | |
| console.log('RETRYING CONNECTION') | |
| await testConnection(db) | |
| } | |
| } | 
| #!/bin/sh | |
| dir_path=$1 | |
| directory=$(cd "$dir_path" && pwd) | |
| temp_dir=$(mktemp -d) | |
| build_script="$directory/build.sql" | |
| files=$(dir $dir_path) | |
| # delete build script if exists | |
| if [ -f "$build_script" ]; | 
| [-120.50575, 34.50186, -113.54140, 42.49989] | 
| [-124.80415, 31.23224, -101.94224, 49.10236] | 
| library(DBI) | |
| library(sf) | |
| library(dplyr) | |
| library(tidyr) | |
| # replace with your connection details | |
| con = DBI::dbConnect( | |
| RPostgres::Postgres(), | |
| dbname = '', | |
| host = '', | 
| const acm = require('@aws-cdk/aws-certificatemanager') | |
| const ec2 = require('@aws-cdk/aws-ec2') | |
| const ecs = require('@aws-cdk/aws-ecs') | |
| const elbv2 = require('@aws-cdk/aws-elasticloadbalancingv2') | |
| const ecr = require('@aws-cdk/aws-ecr') | |
| const route53 = require('@aws-cdk/aws-route53') | |
| const route53Targets = require('@aws-cdk/aws-route53-targets') | |
| const serviceDiscovery = require('@aws-cdk/aws-servicediscovery') | |
| const cdk = require('@aws-cdk/core') | 
We need the following animal icons:
| st_bbox_to_poly <- function (bbox) { | |
| x1 <- bbox[1] | |
| y1 <- bbox[2] | |
| x2 <- bbox[3] | |
| y2 <- bbox[4] | |
| sf::st_polygon(list(matrix(c( | |
| x1, y1, | |
| x1, y2, | |
| x2, y2, |