Skip to content

minor updates to listing datasets#27

Merged
dlebauer merged 1 commit intomasterfrom
dlebauer-patch-2
Feb 26, 2018
Merged

minor updates to listing datasets#27
dlebauer merged 1 commit intomasterfrom
dlebauer-patch-2

Conversation

@dlebauer
Copy link
Copy Markdown
Member

  • md --> Rmd file and added {python} to code chunks so code is executable in Rstudio
  • removed unnecessary escapes from function / dataset names

* md --> Rmd file and added `{python}` to code chunks so code is executable in Rstudio
* removed unnecessary escapes from function / dataset names
@dlebauer dlebauer requested a review from jterstriep January 11, 2018 20:29

After installing terrautils, you should be able to import the *product* module.
```
```{python}
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After installing terrautils

how do you install terrautils?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

terrautils could also be pre-installed ... I drafted this for the Rstudio dockerfile based on the terrautils docker file but haven't tested it:

# Install terrautils
RUN cd && git clone https://github.com/terraref/terrautils && cd terrautils 
COPY setup.py requirements.txt MANIFEST.in /tmp/terrautils/
RUN pip install --upgrade  -r /tmp/terrautils/requirements.txt

COPY terrautils /tmp/terrautils/terrautils
RUN pip install --upgrade /tmp/terrautils \
&& rm -rf /tmp/terrautils

terrautils package is not available.

## Finding plot ID

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jterstriep How are these commands run? I get syntax errors in both bash and python

@dlebauer dlebauer added this to the TERRA Sprint 1/25-2/7/2018 milestone Feb 6, 2018
@dlebauer dlebauer merged commit 7db56a9 into master Feb 26, 2018
@dlebauer dlebauer deleted the dlebauer-patch-2 branch January 30, 2019 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant