Skip to content

Commit

Permalink
Integrate additional modifications done in PR #15
Browse files Browse the repository at this point in the history
  • Loading branch information
gmantele committed Nov 20, 2024
1 parent 2101c6c commit 2664cc6
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended xsltproc latexmk cm-super
- name: Build the document
run: make
run: make biblio forcetex

- name: Check the output
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ jobs:
sudo snap install pdftk
- name: Build the document
run: make ${{ env.doc_name }}-draft.pdf
run: make biblio ${{ env.doc_name }}-draft.pdf

- name: Check the output
run: |
test -f ${{ env.doc_name }}-draft.pdf
test -f ${{ env.doc_name }}.bbl
- name: Move the auto-pdf-preview tag
uses: weareyipyip/walking-tag-action@v1
uses: weareyipyip/walking-tag-action@v2
with:
TAG_NAME: auto-pdf-preview
TAG_MESSAGE: |
tag-name: auto-pdf-preview
tag-message: |
Last commit taken into account for the automatically updated PDF preview of this IVOA document.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
**/ObjObsSAP.pdf
**/ObjObsSAP.fls
**/ObjObsSAP.fdb_latexmk
**/ObjObsSAP.toc
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,25 @@

The Object Observability Simple Access Protocol (ObjObsSAP) is an IVOA Data
Access protocol which defines the standard for retrieving object
constraint-free observability time intervals through a uniform interface within
constraint-free visibility time intervals through a uniform interface within
the VO framework for given object coordinates to be observed by a given
Astronomical Observatory. The ObjObsSAP services can be registered in an
IVOA Registry of Resources using the VOResource, Extension standard, having
a unique ResourceIdentifier in the registry. The ObjObsSAP interface is
meant to be reasonably simple to be implemented by service providers. A
basic query will be done introducing a set of sky coordinates and a given
time period (optional). The service returns a list of constraint-free
observability time intervals formatted as VOTable. Thus, an implementation of
visibility time intervals formatted as VOTable. Thus, an implementation of
the service may support additional search parameters (some of which may be
custom to that particular service) to more finely control the selection of
the observability periods. The specification also describes how the search on
the visibility periods. The specification also describes how the search on
extra parameters has to be done.
# Name changed

This protocol was previously named ObjVisSAP: Object Visibility Simple Access
Protocol. It has been renamed since the
[IVOA Interoperability Meeting in Nov. 2023 in Tucson](https://wiki.ivoa.net/twiki/bin/view/IVOA/InterOpNov2023)
(see [presentation](https://wiki.ivoa.net/internal/IVOA/InterOpNov2023DAL/ObjObsSAP_IVOA2023.pdf)).

# Status

Expand All @@ -26,9 +32,11 @@ Under development.

Remember to checkout the repository with its submodules.

```bash
git clone --recurse-submodules https://github.com/ivoa-std/ObjObsSAP.git
```

Then: run "make" and hope you have all the necessary tools installed.
Then: run `make` and hope you have all the necessary tools installed.

# License

Expand Down
2 changes: 1 addition & 1 deletion role_diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2664cc6

Please sign in to comment.