Skip to content
Snippets Groups Projects
Commit ca55e682 authored by Yuan Gao's avatar Yuan Gao
Browse files

update the ui and readme

parent f4ec080b
No related branches found
No related tags found
No related merge requests found
...@@ -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.
#!/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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment