hyriver / pynhd

A part of HyRiver software stack that provides access to NHD+ V2 data through NLDI and WaterData web services
https://docs.hyriver.io
Other
33 stars 8 forks source link

Docs for versions less than 0.14 #65

Closed rmcd-mscb closed 1 year ago

rmcd-mscb commented 1 year ago

Is your feature request related to a problem?

Hi Taher, I have several projects that are limited to shapely < 2.0. Would it be possible to also provide documentation prior to the latest release of hyriver packages? Thanks for considering - Rich

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

cheginit commented 1 year ago

Hi Rich. Yes, there's documentation for prior version, they're on the readthedoc version of the website that you can find here. Considering that there's one website for nine packages, it's difficult to handle a versioned documentation for each new release of each package. So, every minor version update I add a new tag to the monorepo, to at least have documentation for each minor release.

BTW, let me know if you need help with migrating to shapely 2.0. Since pygeos will not release new versions anymore, it's best if you start thinking about the migration.

rmcd-mscb commented 1 year ago

Thanks Taher, That is what I was looking for, I wanted to use the geoconex interface from version 0.13. I wonder if it might be helpful to provide a link to the readthedocs page from the hyriver landing page for documentation of previous versions. I thought you would have it but I couldn't find it from my typical search landing page here.

And thanks for the offer to help out migrating to shapely 2.0. I've been waiting to head down that road primarily because pygeoapi still requires shapely<2.0.

Thanks again Taher!

cheginit commented 1 year ago

Right, I've been meaning to migrate the versioned documents to the new website but haven't had the time. Hopefully soon!

Regarding GeoConnex, they made some changes to the service, so I rewrote the whole function in v0.14, and I am not sure if v0.13 still works. You can give it a try, though. You can check out the example notebook for GeoConnex.