Skip to content

Commit 5e7ec8f

Browse files
committed
Updated content
still in the works
1 parent 4b1fd69 commit 5e7ec8f

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

index.html

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<body>
1313
<section class="page-header">
1414
<h1 class="project-name">ArcGIS Python API for Web GIS</h1>
15-
<h2 class="project-tagline">Powerful, modern and easy to use Python SDK to your Web GIS</h2>
15+
<h2 class="project-tagline">Powerful, modern and easy to use Python SDK for Web GIS</h2>
1616
<a href="https://github.com/Esri/geosaurus-docs" class="btn">View on GitHub</a>
1717
<a href="https://github.com/Esri/geosaurus-docs/zipball/master" class="btn">Download .zip</a>
1818
<a href="https://github.com/Esri/geosaurus-docs/tarball/master" class="btn">Download .tar.gz</a>
@@ -22,12 +22,17 @@ <h2 class="project-tagline">Powerful, modern and easy to use Python SDK to your
2222
<h3>
2323
<a id="overview" class="anchor" href="#overview" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Overview</h3>
2424

25-
<p>This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here <a href="https://guides.github.com/features/mastering-markdown/">using GitHub Flavored Markdown</a>, select a template crafted by a designer, and publish. After your page is generated, you can check out the new <code>gh-pages</code> branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.</p>
25+
<p>This project provides a powerful, modern and easy to use Python SDK for Web GIS. The SDK consists of a <i>Pythonic</i> GIS API, python packages delivered via conda, a browser based Python console leveraging the Jupyter Notebook, interactive documentation and samples, that run both within the Jupyter Notebook environment as well as in a batch processing environment using scripts.</p>
26+
27+
<p>This API empowers power uses, ArcGIS org Administrators and developers to leverage the Python ecosystem to automate their workflows and perform repetitive tasks using scripts. By integrating well with the Jupyter Notebook and the SciPy stack, it enables academics, data scientists and GIS analysts to share geo-enriched literate programs and reproducible research with others.</p>
2628

2729
<h3>
2830
<a id="getting-started" class="anchor" href="#getting-started" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Getting Started</h3>
2931

30-
<p>We’ve crafted some handsome templates for you to use. Go ahead and click 'Continue to layouts' to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved.</p>
32+
<p>To get the conda package for ArcGIS, you must have conda installed first.
33+
<ul><li>Get Conda: Head over to https://www.continuum.io/downloads and install Anaconda for Python 3.5, if you don't already have conda.</li><li>Get an anaconda.org account, and get yourself added as a collaborator to the Beta program (contact your ArcGIS Beta administrator). Log in using anaconda: anaconda login &lt;username&gt;</li><li>conda install -c https://conda.anaconda.org/geonuma arcgis
34+
</li></ul>
35+
</p>
3136

3237
<h3>
3338
<a id="samples" class="anchor" href="#samples" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Samples</h3>
@@ -39,15 +44,8 @@ <h3>
3944

4045
<p>You can <a href="https://help.github.com/articles/basic-writing-and-formatting-syntax/#mentioning-users-and-teams" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. The resulting <code>&lt;a&gt;</code> element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p>
4146

42-
<h3>
43-
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Support or Contact</h3>
44-
45-
<p>Having trouble with Pages? Check out our <a href="https://help.github.com/pages">documentation</a> or <a href="https://github.com/contact">contact support</a> and we’ll help you sort it out.</p>
46-
4747
<footer class="site-footer">
4848
<span class="site-footer-owner"><a href="https://github.com/Esri/geosaurus-docs">ArcGIS Python API for Web GIS</a> is maintained by <a href="https://github.com/Esri">Esri</a>.</span>
49-
50-
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
5149
</footer>
5250

5351
</section>

0 commit comments

Comments
 (0)