pmav99
pmav99
Hi I tried to use java2python on this [library](http://extras.springer.com/2010/978-1-84882-971-8/src) and it fails to do the convertion for some of the files. For example, `` and `` are converted without problems,...
https://api.sonel.org/v1/doc/index.html#/operations/getMslTimeserie
Addresses #99
``` python ioc = searvey.get_ioc_stations() ns_ts = pd.Timestamp("2023-01-01T00:00:00.123456789") us_ts = pd.Timestamp("2023-01-01T00:00:00.123456") ds = searvey.get_ioc_data( ioc[ioc.ioc_code=="acap2"], endtime=ns_ts, period=1, truncate_seconds=False, disable_progress_bar=True, ) ds # empty!!!!! ds = searvey.get_ioc_data( ioc[ioc.ioc_code=="acap2"], endtime=us_ts, period=1, truncate_seconds=False,...
We do have this information via the `geometry` column. Nevertheless, it might be convenient to have them also as separate columns. IOC already does have both. @SorooshMani-NOAA thoughts?
``` Warning: You are using "pypa/gh-action-pypi-publish@master". The "master" branch of this project has been sunset and will not receive any updates, not even security bug fixes. Please, make sure to...
In IOC, COOPS and USGS we are caching the retrieved metadata. This is really useful for e.g. running the tests, but it can be problematic for long running processes (in...
The IOC stations have links to upstream providers that may provide datum information. E.g. https://www.ioc-sealevelmonitoring.org/station.php?code=AN15  which reference: - https://www.psmsl.org/data/obtaining/stations/101.php - https://www.psmsl.org/data/obtaining/stations/2098.php and the links contain links to monthly sea...
Readme should contain some basic examples of using the API
As discussed yesterday in the meeting, it might be a good idea to include datum information in the COOPS metadata/data. I only had a brief look, but I think that...