You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sdap.apache.org by GitBox <gi...@apache.org> on 2020/06/17 23:50:58 UTC

[GitHub] [incubator-sdap-ingester] eamonford opened a new pull request #2: Add granule ingester code to this repo

eamonford opened a new pull request #2:
URL: https://github.com/apache/incubator-sdap-ingester/pull/2


   https://issues.apache.org/jira/browse/SDAP-245


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-sdap-ingester] eamonford commented on pull request #2: Add granule ingester code to this repo

Posted by GitBox <gi...@apache.org>.
eamonford commented on pull request #2:
URL: https://github.com/apache/incubator-sdap-ingester/pull/2#issuecomment-647830877


   @tloubrieu-jpl the reason there is both `conda_requirements.txt` and `requirements.txt` is because:
   1) `setup.py` is using conda instead of pip to install most of the requirements in this package because some of them (like numpy) have fairly large underlying dependencies which are better to install using conda, which will make sure all the OS libraries are installed as well. Pip does not install OS library components.
   2) Not all the requirements for this package are available in conda, which is why there are 3 requirements listed in `requirements.txt`. These will be installed using pip by `setup.py`.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-sdap-ingester] eamonford merged pull request #2: Add granule ingester code to this repo

Posted by GitBox <gi...@apache.org>.
eamonford merged pull request #2:
URL: https://github.com/apache/incubator-sdap-ingester/pull/2


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-sdap-ingester] eamonford commented on pull request #2: Add granule ingester code to this repo

Posted by GitBox <gi...@apache.org>.
eamonford commented on pull request #2:
URL: https://github.com/apache/incubator-sdap-ingester/pull/2#issuecomment-647831077


   I will add some documentation to the readme file.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org