https://github.com/aalling93/database
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.6%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: aalling93
- License: bsd-3-clause
- Language: Python
- Default Branch: master
- Size: 36.1 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 1 year ago
· Last pushed about 1 year ago
Metadata Files
Readme
License
README.md
database
can be used for defense deliverbale to keep track of the satellite images..
nohup ./hostdb.sh --db /mnt/hdd/Data/SAR/Sentinel1/IW/DbTest/downloads.db --port 8080 --title "DTU Security Satellite image database for FE" > data/logs/hostdb$(date +"%Y%m%d%H%M%S").log.out 2>&1 &
lsof -i :8080 chekc the log tail -f /tmp/datasette_host.log
assert that it is read only sqlite3 /tmp/readonlydownloads.db "PRAGMA queryonly;"
Owner
- Name: Kristian Aalling Sørensen
- Login: aalling93
- Kind: user
- Location: Copenhagen
- Website: https://www.linkedin.com/in/ksoerensen/
- Repositories: 4
- Profile: https://github.com/aalling93
PhD. MSc. MEng. Specialization in Earth Observation.
GitHub Events
Total
- Push event: 14
- Create event: 2
Last Year
- Push event: 14
- Create event: 2
Dependencies
pyproject.toml
pypi
requirements.txt
pypi
- SQLAlchemy ==2.0.40
- pandas ==2.2.3
- pydantic ==2.11.1
- pydantic_settings ==2.8.1