https://github.com/doi-usgs/lidar2image

https://github.com/doi-usgs/lidar2image

Science Score: 21.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
    Organization doi-usgs has institutional domain (www.usgs.gov)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.9%) to scientific vocabulary
Last synced: 5 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: DOI-USGS
  • License: other
  • Language: C++
  • Default Branch: main
  • Size: 36 MB
Statistics
  • Stars: 0
  • Watchers: 4
  • Forks: 4
  • Open Issues: 0
  • Releases: 3
Created about 1 year ago · Last pushed 5 months ago
Metadata Files
Readme License

README.md

lidar2image

This library provides C++ and Python utilities in support of creating a ground control network using an LROC NAC image and coincident LOLA lidar shot data.

Building the Program

This software manages dependencies using Anaconda. If you do not have Anaconda, then you must download it before proceeding.

In order to build a minimal set of programs necessary to create the ground control network, a user can follow these steps from a conda-enabled terminal:

  1. Create and activate a conda environment.

    conda create -n lidar2image -f environment.yml
    conda activate lidar2image
    
  2. Build the lidarimagealign binary

    cd lidar2image_processing
    mkdir build && cd build
    cmake ..
    make
    

Owner

  • Name: U.S. Geological Survey
  • Login: DOI-USGS
  • Kind: organization
  • Email: gs_help_git@usgs.gov
  • Location: United States of America

By integrating our diverse scientific expertise, we understand complex natural science phenomena and provide scientific products that lead to solutions.

GitHub Events

Total
  • Release event: 4
  • Delete event: 3
  • Push event: 2
  • Public event: 1
  • Pull request event: 1
  • Fork event: 3
  • Create event: 4
Last Year
  • Release event: 4
  • Delete event: 3
  • Push event: 2
  • Public event: 1
  • Pull request event: 1
  • Fork event: 3
  • Create event: 4

Issues and Pull Requests

Last synced: 5 months ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 30 minutes
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 30 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • acpaquette (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

environment.yml pypi
setup.py pypi
  • numpy *
  • pandas *
  • plio *
  • pvl *
  • spiceypy *