-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schema version invalid #177
Comments
The geoparquet.md also says "1.0.0-dev": https://github.com/opengeospatial/geoparquet/releases/download/v1.0.0-rc.1/geoparquet.md I assume there could be more instances where the replacement doesn't work. Or you forgot to just update the references in #176, but as there was no response to my comment I assumed there would be some kind of replacement magic happen in the release process. The archives, e.g. https://github.com/opengeospatial/geoparquet/archive/refs/tags/v1.0.0-rc.1.zip, are similarly broken. |
Yeah, I was just starting to address this. I wrote up these steps for creating a release: https://github.com/opengeospatial/geoparquet/wiki/Release-Process These steps include updating the version numbers scattered throughout the repo before creating the release tag. At this point, I think it would be fine to delete the rc.1 tag and start over with the steps on the above wiki page. I would do this, except I am wrestling with the python dependencies required by the |
What's the issue you're hitting here? |
Failure to install pyarrow. It looks like I had a brew installed version of poetry. Trying again using the poetry installer. |
Great, thanks.
Maybe put them in a release.md in the main repo? That's much more common, I never even expect someone using/filling the Wiki... |
Oh I just tried to install it on my M1 Mac and it failed because it's still using pygeos and that is trying to compile from source for some reason. Is anyone still using |
As you may guess, the release process is not entirely ironed out. I find the wiki easier to edit than creating pull requests for each tweak. But contributions adding a Update: #181 adds a |
I created #178 with some additional detail on the failure I'm hitting with a "fresh" poetry install. Not entirely sure how to start over (perhaps I have stale/conflicting/outdated/bad things installed), but I'll keep trying. |
https://github.com/opengeospatial/geoparquet/blob/v1.0.0-rc.1/format-specs/schema.json now has the correct version number (updated in 6a9c43e). |
Hey all, thanks for the help on this - I appreciate it, and sorry for messing it up. Thanks for fixing up my mess. |
The version number in the schema is invalid. It is 1.0.0-dev instead of 1.0.0-rc.1
See https://github.com/opengeospatial/geoparquet/releases/download/v1.0.0-rc.1/schema.json
See also: #147 (comment)
The text was updated successfully, but these errors were encountered: