-
Notifications
You must be signed in to change notification settings - Fork 123
Merge 0.3.2 changes into master #75
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There's still some work to determine just when classes and properties are required: specifically, in the case where labels are Features with implied classes (e.g. Spacenet 5 roads).
Putting python-dateutils directly in install_requires is simpler, allows code and a file to be deleted, and is more aligned with the guidance of the python packaging authority. See https://github.com/pypa/sampleproject/blob/master/setup.py#L143-L149.
Simplify install_requires
Otherwise, properties inherited by the collection can cause extended objects to be parsed as standard objects.
Updates for PySTAC 0.3.1
Add GitHub banner to docs page.
Also add link to SpaceNet 5 challenge.
Add STAC sprint tutorial.
Fix a link in the STAC Workshop tutorial notebook.
This exposes a reusable method that will merge common properties from an Item's collection.
Add functionality for identifying STAC JSON information
* Be consistent about owner vs item for owning item * Fix eo test failures * Add test for asset absolute href construction * Correct expectation to be relative to item * Correct eo test * More consistency * Update attributes pydocs for items / eoitems
Fix link to STAC's site
Remove 3.4 build as it conflicts with dev dependencies
Updated MediaTypes to reflect correct GeoTIFF and COG names
The make_absolute_href and make_relative_href methods workfed for posix paths, but windows path broke the logic. This change accounts for those paths and adds unit tests to test windows paths. Refs #62
Fix utils to work with windows paths.
Modified output datetime strings to ISO8601.
Respect tzinfo in the provided datetime
Fixed catalog and collection clone logic to avoid dupe root link
Set asset owner to item when reading in items.
Update CHANGELOG and library version for 0.3.2
Add missing notes to 0.3.2 changelog.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.