Git Product home page Git Product logo

aoi's Introduction

Hey! Nice to see you.

I'm Mike, a Spatial Data Scientist living in Fort Collins, Colorado working for Lynker and the NOAA Office of Water Prediction

GitHub mikejohnson51 GitHub mikejohnson51

Tools I work with

R GDAL git whitebox AWS QGIS

My latest CV (made with vitae)

CV refresh

Open source projects


๐Ÿ“š Projects โญ Stars ๐Ÿด Forks ๐Ÿ›Ž Issues ๐Ÿ“ฌ Pull requests
mikejohnson51/AOI Stars Forks Issues Pull Requests
mikejohnson51/climateR Stars Forks Issues Pull Requests
mikejohnson51/climateR-catalogs โ€‚ Stars Forks Issues Pull Requests
mikejohnson51/zonal Stars Forks Issues Pull Requests
mikejohnson51/nwmTools Stars Forks Issues Pull Requests
DOI-USGS/nhdplusTools Stars Forks Issues Pull Requests
DOI-USGS/hyRefactor Stars Forks Issues Pull Requests
DOI-USGS/dataRetrieval Stars Forks Issues Pull Requests
NOAA-OWP/hydrofabric Stars Forks Issues Pull Requests
mikejohnson51/AHGestimation Stars Forks Issues Pull Requests

Where to find me

Github Twitter LinkedIn Gmail ย 

Visitor count

aoi's People

Contributors

dependabot[bot] avatar mikejohnson51 avatar program-- avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

aoi's Issues

Failure to install AOI

i Mike,

I have been trying to install package AOI I am getting the message below, please assist, thank you in advance

"Warning in untar2(tarfile, files, list, exdir, restore_times) :
skipping pax global extended headers

  • installing source package โ€˜AOIโ€™ ...
    ** using staged installation
    ** R
    ** data
    *** moving datasets to lazyload DB
    ** byte-compile and prepare package for lazy loading
    Warning in CPL_crs_from_input(x) :
    GDAL Error 1: PROJ: proj_create: Non numerical value in towgs84 clause
    Error in st_crs.character(projargs) :
    invalid crs: +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0+no_defs
    Error: unable to load R code in package โ€˜AOIโ€™
    Execution halted
    ERROR: lazy loading failed for package โ€˜AOIโ€™
  • removing โ€˜/Library/Frameworks/R.framework/Versions/4.2/Resources/library/AOIโ€™
    Warning in install.packages :
    installation of package โ€˜/Users/dorothy/Downloads/AOI-0.1.0.tar.gzโ€™ had non-zero exit status"

Error when attempting to install AOI

Fails to install using both remotes and devtools.

remotes::install_github("mikejohnson51/AOI")
Downloading GitHub repo mikejohnson51/AOI@HEAD
Error in utils::download.file(url, path, method = method, quiet = quiet, :
download from 'https://api.github.com/repos/mikejohnson51/AOI/tarball/HEAD' failed

devtools::install_github("mikejohnson51/AOI")
Downloading GitHub repo mikejohnson51/AOI@HEAD
Error in utils::download.file(url, path, method = method, quiet = quiet, :
download from 'https://api.github.com/repos/mikejohnson51/AOI/tarball/HEAD' failed

hey this is great

rampant need I agree! I've been doing stuff here:

https://github.com/mdsumner/place

my needs driven by wanting easy defaults around local custom projections, I'm tired of constructing proj strings and doing c(-1, 1, -1,1) * width for a four figure extent ๐Ÿ˜ƒ

I'll be having a closer look, maybe we can join forces ๐Ÿ‘Œ

Error: 'bbox_st' is not an exported object from 'namespace:AOI'

I am trying trying to avoid downloading the US/CONUS watershed boundaries by using a simple feature polygon for what we want to define as the MidAtlantic region as our AOI (different from what aoi_get returns with aoi('MidAtlantic')) with the following code:

aoi.ma <- AOI::aoi_get(bbox.latlon)
huc12.sf <- HydroData::findWBD(AOI=aoi.ma, level=12, subbasins=FALSE, crop=TRUE, ids=FALSE)
Error: 'bbox_st' is not an exported object from 'namespace:AOI'
In addition: Warning message:
In if (!(class(AOI) %in% c("list", "HydroData"))) { :
the condition has length > 1 and only the first element will be used

Removing arguments from findWBD doesn't seem to help.

Ideas? Thank you!
I was not able to use the AOI command from HydroData to export the polygon as an aoi object. Have also tried adding some other arguments on findWBD, without success.

Yetta

aoi_get(country = "north america") does not return all of north america

North America includes 3 primary countries - Canada, USA, and Mexico. Greenland is typically considered a island country of North America. If island countries are included than the Caribbean countries are also typically included.

aoi <- aoi_get(country = "north america")

unique(aoi$admin)
[1] "Canada" "Greenland" "United States of America"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.