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

Convert branch scheme from dev/master to main #1250

Draft
wants to merge 37 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
cfb0cd8
docs: fix collectionless item title in catalog example
dwsilk Jun 21, 2021
858a0a6
Fix a typo in collection-spec.md
wilsaj Jul 20, 2021
7e44d58
Merge pull request #1146 from dwsilk/fix-example-title
cholmes Jul 30, 2021
a878de9
Merge pull request #1149 from wilsaj/patch-2
cholmes Jul 30, 2021
d0482ac
Minor punctuation fix in best practices
gadomski Aug 2, 2021
6b2e3c9
Merge pull request #1151 from gadomski/fix/best-practices
m-mohr Sep 10, 2021
a04c3c8
Very minor text fixes (#1158)
cholmes Oct 13, 2021
44ae12b
fix: change epsg summary to an array of all values
dwsilk Nov 28, 2021
232a2d4
Assorted spelling changes
tschaub Feb 22, 2022
ea2b25a
a few grammar errors (#1163)
jonhealy1 Feb 25, 2022
417df5c
fix: reword recommendations on `self` links
gadomski Mar 8, 2022
07d42ea
chore: update changelog
gadomski Mar 8, 2022
3faed0a
Merge pull request #1170 from tschaub/typos
cholmes Mar 15, 2022
98825f9
Merge pull request #1162 from dwsilk/fix-epsg-summary
cholmes Mar 15, 2022
ff4996d
Merge pull request #1173 from gadomski/self-link-recommendations
matthewhanson Jun 13, 2022
48ada87
update code of conduct to v2.1 (#1185)
philvarner Oct 18, 2022
60d4722
Fix typos in best-practices.md
sankichi92 Oct 22, 2022
9579d64
Fix typos (repeated "the")
sankichi92 Oct 27, 2022
a4d3ce4
Merge pull request #1191 from sankichi92/fix-typos-in-best-practices
jbants Nov 28, 2022
ef7af4f
Merge pull request #1204 from radiantearth/master
m-mohr Jan 9, 2023
bdd391a
update description for property in (#1206)
nkleinbaer Jan 9, 2023
a5c65d7
Update extensions readme (#1205)
m-mohr Jan 9, 2023
d65aece
Clarify the text around timestamps a bit. (#1207)
m-mohr Jan 30, 2023
455427e
Clarified that trailing slashes in URIs are significant. (#1214)
m-mohr Jan 31, 2023
a9aacbc
Clarified that collection IDs should be unique across all collections…
m-mohr Feb 1, 2023
c9fdaaa
Fix media type in example
m-mohr Feb 21, 2023
86b9403
Re-uses and validates common metadata everywhere #1199 #1187 (#1208)
m-mohr Apr 13, 2023
25d56b0
Keywords in common metadata (#1227)
emmanuelmathot Jun 6, 2023
64331cc
Spelling corrections. See #1152
jbants Jul 11, 2023
f386593
update ci node to 18 and format all files
Sep 26, 2023
92fa0ac
prepare for switching to git branch main vs. dev/master
Sep 26, 2023
be3dc72
specify name of branch
Sep 26, 2023
f7ae582
update main in pr template
Sep 26, 2023
27e06ec
Merge pull request #1240 from jbants/spelling_1152
philvarner Sep 26, 2023
9edb794
Merge pull request #1216 from radiantearth/m-mohr-patch-2
philvarner Sep 26, 2023
1ca1a41
Merge pull request #1249 from philvarner/pv/update-ci-node-and-format
matthewhanson Sep 27, 2023
41cd602
Merge branch 'dev' into pv/create-main
Sep 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix media type in example
m-mohr committed Feb 21, 2023
commit c9fdaaa3dd3458a2b795f05a9c8cd76cd118c557
2 changes: 1 addition & 1 deletion examples/core-item.json
Original file line number Diff line number Diff line change
@@ -107,7 +107,7 @@
"udm": {
"href": "https://storage.googleapis.com/open-cogs/stac-examples/20201211_223832_CS2_analytic_udm.tif",
"title": "Unusable Data Mask",
"type": "image/tiff; application=geotiff;"
"type": "image/tiff; application=geotiff"
},
"json-metadata": {
"href": "http://remotedata.io/catalog/20201211_223832_CS2/extended-metadata.json",
2 changes: 1 addition & 1 deletion examples/extended-item.json
Original file line number Diff line number Diff line change
@@ -181,7 +181,7 @@
"udm": {
"href": "https://storage.googleapis.com/open-cogs/stac-examples/20201211_223832_CS2_analytic_udm.tif",
"title": "Unusable Data Mask",
"type": "image/tiff; application=geotiff;"
"type": "image/tiff; application=geotiff"
},
"json-metadata": {
"href": "http://remotedata.io/catalog/20201211_223832_CS2/extended-metadata.json",