Jerry Chen
Jerry Chen
I'm unsure if there are any paid APIs tied to this project, but it would be wise to rotate and scrub credentials from this repository, and load them from a...
**Describe the bug** > [I]f you've blocked someone, and someone quoteskeets them, you see the content of the QS, but no evidence of the blocked person's original skeet. Source: [https://bsky.app/profile/panic.gay/post/3jwijcb45lk23](https://bsky.app/profile/panic.gay/post/3jwijcb45lk23)...
This PR adds some support for Alberta Electric System Operator (AESO). They don't have a lot of data to fulfill the common gridstatus API from what I can tell. The...
We should be able to use `@lmp_config` to ensure test coverage of `get_lmp`/`get_spp` instead of the explicit test decorator `@with_markets`.
`@lmp_config` could be expanded to support `location` and `location_type` filtering and "compile"-time checking.
Documenting strange inconsistent redirects when fetching DAM CSV in ISONE (`test_isone_dst_end`): # Code ```python date = "Nov 6, 2022" data = iso.get_lmp(date=date, market=Markets.DAY_AHEAD_HOURLY) ``` # Success ``` $ curl -L...
SPP historical LMP data is available in various compacted forms: DAM LMP by Location * Yearly: `2013.zip` https://marketplace.spp.org/pages/da-lmp-by-location#%2F2013 * Monthly: `DA-LMP-MONTHLY-SL-202112.csv` https://marketplace.spp.org/pages/da-lmp-by-location#%2F2021%2F12 * Daily: `DA-LMP-SL-202112010100.csv` https://marketplace.spp.org/pages/da-lmp-by-location#%2F2021%2F12%2FBy_Day RTM LMP by Location...
### Description Given the current `utils._handle_date` code ```python def _handle_date(date, tz=None): if not isinstance(date, pd.Timestamp): date = pd.to_datetime(date) if tz and date.tzinfo is None: date = date.tz_localize(tz) return date ```...
**Is your feature request related to a problem? Please describe.** The "Note about sharing" popup is useful but some people don't need to know whether the post requires the viewer...
Pull from a user list?