Kel Markert

Results 14 issues of Kel Markert

The current create_aoi_grid script is set to read the input shapefile with a WGS84 projection. Many datasets are not in that projection. Need to update the script to take into...

bug
enhancement

This pull request fixes a few bugs that were occurring with parsing/checking routing information or writing data out. Specific changes: - `rvic/parameters.py`: updated pour point parsing to use pandas v1+...

Mimic the [Earth Engine ui.Chart module](https://developers.google.com/earth-engine/guides/charts_overview) but for Jupyter

In some rare cases the data extraction process from EE to local ends up with an error: `ValueError: When changing to a smaller dtype, its size must be a divisor...

question