Skip to content
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

Cut new release #147

Closed
cholmes opened this issue Nov 21, 2022 · 2 comments
Closed

Cut new release #147

cholmes opened this issue Nov 21, 2022 · 2 comments

Comments

@cholmes
Copy link
Member

cholmes commented Nov 21, 2022

After #146 we should cut 1.0.0-beta.1.

Need to be sure to update the version number, and that examples and validation all are good.

@bretttully
Copy link

Just created a geoparquet using geopandas and tried to run validation with the following error -- I assume this is because the validator is older than the current spec used by geopandsas?

Metadata loaded from file:
{'columns': {'geometry': {'bbox': [150.72036433964968,
                                   -34.70162985679432,
                                   150.9527928167238,
                                   -34.28094912632189],
                          'crs': {'$schema': 'https://proj.org/schemas/v0.5/projjson.schema.json',
                                  'area': 'World.',
                                  'bbox': {'east_longitude': 180,
                                           'north_latitude': 90,
                                           'south_latitude': -90,
                                           'west_longitude': -180},
                                  'coordinate_system': {'axis': [{'abbreviation': 'Lat',
                                                                  'direction': 'north',
                                                                  'name': 'Geodetic '
                                                                          'latitude',
                                                                  'unit': 'degree'},
                                                                 {'abbreviation': 'Lon',
                                                                  'direction': 'east',
                                                                  'name': 'Geodetic '
                                                                          'longitude',
                                                                  'unit': 'degree'}],
                                                        'subtype': 'ellipsoidal'},
                                  'datum_ensemble': {'accuracy': '2.0',
                                                     'ellipsoid': {'inverse_flattening': 298.257223563,
                                                                   'name': 'WGS '
                                                                           '84',
                                                                   'semi_major_axis': 6378137},
                                                     'id': {'authority': 'EPSG',
                                                            'code': 6326},
                                                     'members': [{'name': 'World '
                                                                          'Geodetic '
                                                                          'System '
                                                                          '1984 '
                                                                          '(Transit)'},
                                                                 {'name': 'World '
                                                                          'Geodetic '
                                                                          'System '
                                                                          '1984 '
                                                                          '(G730)'},
                                                                 {'name': 'World '
                                                                          'Geodetic '
                                                                          'System '
                                                                          '1984 '
                                                                          '(G873)'},
                                                                 {'name': 'World '
                                                                          'Geodetic '
                                                                          'System '
                                                                          '1984 '
                                                                          '(G1150)'},
                                                                 {'name': 'World '
                                                                          'Geodetic '
                                                                          'System '
                                                                          '1984 '
                                                                          '(G1674)'},
                                                                 {'name': 'World '
                                                                          'Geodetic '
                                                                          'System '
                                                                          '1984 '
                                                                          '(G1762)'},
                                                                 {'name': 'World '
                                                                          'Geodetic '
                                                                          'System '
                                                                          '1984 '
                                                                          '(G2139)'}],
                                                     'name': 'World Geodetic '
                                                             'System 1984 '
                                                             'ensemble'},
                                  'id': {'authority': 'EPSG', 'code': 4326},
                                  'name': 'WGS 84',
                                  'scope': 'Horizontal component of 3D system.',
                                  'type': 'GeographicCRS'},
                          'encoding': 'WKB',
                          'geometry_types': ['Point']}},
 'creator': {'library': 'geopandas', 'version': '0.13.2'},
 'primary_column': 'geometry',
 'version': '1.0.0-beta.1'}
Validating file...
  - $.version: '1.0.0-dev' was expected
This is an invalid GeoParquet file.

@kylebarron
Copy link
Collaborator

Given that this issue was proposing 1.0.0-beta.1 and we're now at 1.0.0, I'll close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants