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

Change of name #16

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update PDF Preview

env:
doc_name: ObjVisSAP
doc_name: ObjObsSAP

on:
push:
Expand Down
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
**/*.dvi
**/*.log
**/*.out
**/ObsLocTAP.synctex.gz
**/ObsLocTAP.ps
**/ObsLocTAP.pdf
**/ObsLocTAP.fls
**/ObsLocTAP.fdb_latexmk
**/ObjObsSAP.synctex.gz
**/ObjObsSAP.ps
**/ObjObsSAP.pdf
**/ObjObsSAP.fls
**/ObjObsSAP.fdb_latexmk
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# ivoatex Makefile. The ivoatex/README for the targets available.

# short name of your document (edit $DOCNAME.tex; would be like RegTAP)
DOCNAME = ObjVisSAP
DOCNAME = ObjObsSAP

# count up; you probably do not want to bother with versions <1.0
DOCVERSION = 1.0

# Publication date, ISO format; update manually for "releases"
DOCDATE = 2020-09-30
DOCDATE = 2024-11-18

# What is it you're writing: NOTE, WD, PR, REC, PEN, or EN
DOCTYPE = WD
Expand Down
223 changes: 111 additions & 112 deletions ObjVisSAP.tex → ObjObsSAP.tex

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[![PDF-Preview](https://img.shields.io/badge/PDF-Preview-blue)](https://github.com/ivoa-std/ObjVisSAP/releases/download/auto-pdf-preview/ObjVisSAP-draft.pdf)
[![PDF-Preview](https://img.shields.io/badge/PDF-Preview-blue)](https://github.com/ivoa-std/ObjObsSAP/releases/download/auto-pdf-preview/ObjObsSAP-draft.pdf)

# ObjVisSAP - Object Visibility Simple Access Protocol
# ObjObsSAP - Object Observability Simple Access Protocol

The Object Visibility Simple Access Protocol (ObjVisSAP) is an IVOA Data
The Object Observability Simple Access Protocol (ObjObsSAP) is an IVOA Data
Access protocol which defines the standard for retrieving object
constraint-free visibility time intervals through a uniform interface within
constraint-free observability time intervals through a uniform interface within
the VO framework for given object coordinates to be observed by a given
Astronomical Observatory. The ObjVisSAP services can be registered in an
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 ObjVisSAP interface is
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
visibility time intervals formatted as VOTable. Thus, an implementation of
observability 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 visibility periods. The specification also describes how the search on
the observability periods. The specification also describes how the search on
extra parameters has to be done.

# Status
Expand All @@ -26,7 +26,7 @@ Under development.

Remember to checkout the repository with its submodules.

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

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

Expand Down
6 changes: 3 additions & 3 deletions ivoatexmeta.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% GENERATED FILE -- edit this in the Makefile
\newcommand{\ivoaDocversion}{1.0}
\newcommand{\ivoaDocdate}{2021-03-23}
\newcommand{\ivoaDocdatecode}{20210323}
\newcommand{\ivoaDocdate}{2024-11-18}
\newcommand{\ivoaDocdatecode}{20241118}
\newcommand{\ivoaDoctype}{WD}
\newcommand{\ivoaDocname}{ObjVisSAP}
\newcommand{\ivoaDocname}{ObjObsSAP}
2 changes: 1 addition & 1 deletion role_diagram.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ with missing dependencies.

<!-- DAL: x=655, y=155..435 -->
<rec name="DALI" x="310" y="290"/>
<thisrec name="ObjVisSAP" x="655" y="300"/>
<thisrec name="ObjObsSAP" x="655" y="300"/>
<rec name="DataLink" x="610" y="400"/>

<!-- Data Models: x=430..580, y=250..400 -->
Expand Down
Loading