Skip to content
Snippets Groups Projects
Commit 07d308ce authored by Alessandro Frigeri's avatar Alessandro Frigeri
Browse files

update name to pymoondb

parent f63ea984
No related branches found
No related tags found
No related merge requests found
...@@ -8,16 +8,23 @@ pymoondb: The python interface to the MoonDB geochemical and petrological lunar ...@@ -8,16 +8,23 @@ pymoondb: The python interface to the MoonDB geochemical and petrological lunar
MoonDB is a NASA-funded quality-controlled data system that will preserve, digitize and curate lunar geochemical and petrological data and their associated sample metadata and analytical metadata. MoonDB is a NASA-funded quality-controlled data system that will preserve, digitize and curate lunar geochemical and petrological data and their associated sample metadata and analytical metadata.
__python-moondb__ is a python module which creates an interface to the Application Program Interface made available by the MoonDB project. __Pymoondb__ is a python module which creates an interface to the Application Program Interface made available by the MoonDB project.
__python-moondb__ is being developed at [IAPS/INAF](http://www.iaps.inaf.it) in Rome, Italy. The python module is being developed at [IAPS/INAF](http://www.iaps.inaf.it) in Rome, Italy. The MoonDB database is being developed and maintaned by the Lamont-Doherty Earth Observatory's Geoinformatics Research Group of Columbia University, New York.
# Installation # Installation
1. clone the repository:
```
git clone https://www.ict.inaf.it/gitlab/alessandro.frigeri/pymoondb.git
```
Within the directory where setup.py is placed, type: Within the directory where setup.py is placed, type:
```
pip install -e . pip install -e .
```
To use moondb module, simply do:: To use moondb module, simply do::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment