Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
latency
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yuan Gao
latency
Commits
ca55e682
Commit
ca55e682
authored
1 month ago
by
Yuan Gao
Browse files
Options
Downloads
Patches
Plain Diff
update the ui and readme
parent
f4ec080b
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+6
-5
6 additions, 5 deletions
README.md
assets/python/latency_viewer.log
+0
-1555
0 additions, 1555 deletions
assets/python/latency_viewer.log
assets/python/metadata.py
+1
-1
1 addition, 1 deletion
assets/python/metadata.py
latency_viewer.log
+0
-734
0 additions, 734 deletions
latency_viewer.log
with
7 additions
and
2295 deletions
README.md
+
6
−
5
View file @
ca55e682
...
@@ -22,8 +22,12 @@ This tool generates relationship information between satellites for the latency
...
@@ -22,8 +22,12 @@ This tool generates relationship information between satellites for the latency
```
```
#!/home/oper/py39env/bin/python
#!/home/oper/py39env/bin/python
```
```
4.
Place the
`.htaccess`
file in your web root directory to enable CGI script execution
4.
Make sure install Max's sat_latency python library using this and install the requirements.txt
```
pip install -r requirements.txt
pip install sds-sat-latency --index-url https://gitlab.ssec.wisc.edu/api/v4/projects/2693/packages/pypi/simple
```
## Usage
## Usage
### Generating Satellite Relationships
### Generating Satellite Relationships
...
@@ -97,10 +101,7 @@ If you're getting "Internal Server Error" in the web interface:
...
@@ -97,10 +101,7 @@ If you're getting "Internal Server Error" in the web interface:
#!/home/oper/py39env/bin/python
#!/home/oper/py39env/bin/python
```
```
4.
Review Apache error logs for detailed error messages:
```
bash
tail
-f
/var/log/apache2/error.log
```
## File Structure
## File Structure
...
...
This diff is collapsed.
Click to expand it.
assets/python/latency_viewer.log
deleted
100644 → 0
+
0
−
1555
View file @
f4ec080b
This diff is collapsed.
Click to expand it.
assets/python/metadata.py
+
1
−
1
View file @
ca55e682
#!/home/
ygao/miniconda/envs
/py39env/bin/python
#!/home/
oper
/py39env/bin/python
import
cgi
import
cgi
import
json
import
json
import
os
import
os
...
...
This diff is collapsed.
Click to expand it.
latency_viewer.log
deleted
100644 → 0
+
0
−
734
View file @
f4ec080b
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment