Jason A. Regina

Results 24 comments of Jason A. Regina

> I'm getting the same error on both macOS and Ubuntu, please help me. Note: In Ubuntu and derivatives you may need to install `python-dev` and/or `python3-dev` before installing `smt`.

@fernando-aristizabal I would never discourage the development of new tools. :) There's actually a stale issue about building retrospective client here: #157 We never actually got around to building the...

This is a bit too abstract for me and could use more concrete examples (ha!). It seems we could be discussing multiple related issues. I generally agree flat package structures...

I think I see what you mean, but I also think further discussion would be helpful. The "helper" methods you listed in this example will be necessary for many forms...

Why not resurrect a two year old issue? I thought I would add the method below to `events` for hydrograph baseflow separation. However, it might be a good opportunity to...

We might ask @mgdenno to contribute to this conversation. The TEEHR project (https://github.com/RTIInternational/teehr) has a system in place to retrieve these data (time series, point, and gridded) for exploratory evaluations....

@aaraney any thoughts?

Looks like this can serve as a sophisticated crosswalk. https://api.water.noaa.gov/nwps/v1/gauges/01013500 ```json { "lid": "FIHM1", "usgsId": "01013500", "reachId": "724696", "name": "Fish River at Fort Kent", "description": "", "rfc": { "abbreviation": "NERFC",...

> Hey, I found this issue when combing through docs / GitHub repos related to the NWPS API. For context, I'm using api.water.noaa.gov with Replace and Route (part of Hydrovis)....

Here's an updated example. Recent versions of `xarray` and `zarr` perform the `fsspec` magic automatically. ```python import xarray as xr def get_aws_data(start, end, features): """Get data from AWS""" # Base...