Merge pull request #10 from rsignell-usgs/patch-2

Cleaned up english and typos in Introduction.
intro16
Angelos Tzotsos 2016-04-10 00:38:47 +03:00
commit e59b7b87e4
1 changed files with 5 additions and 7 deletions

View File

@ -8,12 +8,12 @@
"\n",
"This GSoC 2015 Idea will focus on the development of a set of digital notebooks to explore several open source solution for geospatial data analysis, with the aim of bridging together the several software libraries already installed on the live to perform complex *geo-data-science workflows*. \n",
"\n",
"The notebooks are developed in the [Jupyter notebook server](https://jupyter.org/) environments which is heavly based on the [IPython](http://ipython.org/) project, are written id different languages (bash, python, R) and are organized in a series of \"topic-oriented\" geospatial notebooks.\n",
"The notebooks are developed in the [Jupyter notebook server](https://jupyter.org/) environments which is heavily based on the [IPython](http://ipython.org/) project, are written in different languages (bash, python, R) and are organized in a series of \"topic-oriented\" geospatial notebooks.\n",
"\n",
"For a complete description of each projects installed on the OSGeo-Live refer to the [OSGeo-Live documentation](http://localhost/osgeolive/en/index.html). This work will focus on the usage of several scientific python libraries like [numpy](http://www.numpy.org/), [scipy](http://www.scipy.org/), [pandas](http://pandas.pydata.org/), [matplotlib](http://matplotlib.org/) on GFOSS (Geographic Free and Open Source Software) projects like [GRASS](https://grass.osgeo.org/), [GDAL](http://www.gdal.org/), [OSSIM](https://trac.osgeo.org/ossim/), [maoserver](http://mapserver.org/) and more specialized software like [R](https://www.r-project.org/) for geostatistic workflow and [postgis](http://postgis.net/) as geospatial relational database.\n",
"For a complete description of each projects installed on the OSGeo-Live refer to the [OSGeo-Live documentation](http://localhost/osgeolive/en/index.html). This work will focus on the usage of several scientific python libraries like [numpy](http://www.numpy.org/), [scipy](http://www.scipy.org/), [pandas](http://pandas.pydata.org/), [matplotlib](http://matplotlib.org/) on GFOSS (Geographic Free and Open Source Software) projects like [GRASS](https://grass.osgeo.org/), [GDAL](http://www.gdal.org/), [OSSIM](https://trac.osgeo.org/ossim/), [mapserver](http://mapserver.org/) and more specialized software like [R](https://www.r-project.org/) for geostatistic workflow and [postgis](http://postgis.net/) as geospatial relational database.\n",
"\n",
"\n",
"The geospatial notebook here developed will make use of the sample dataset pre-installed on the OSGeo-Live:\n",
"The geospatial notebook here developed will make use of the sample dataset installed on the OSGeo-Live:\n",
"\n",
"* [Natural Earth](http://localhost/osgeolive/en/overview/naturalearth_overview.html)\n",
"\n",
@ -23,7 +23,7 @@
"\n",
"* [NetCDF Data Set](http://localhost/osgeolive/en/overview/netcdf_dataset_overview.html)\n",
"\n",
"The geospatial notebok here developed are composed of 6 different sections with the aim of discover some of the several geospatial libraries installed on the OSGeo-Live. The geospatial notebooks developed here will walk the user from simple usage of command line tools such GDAL, PROJ and OSSIM to basic sql query on how to access database information to more complex geoprocessing including raw data parsing, numerical processing and the use of complete GIS platfom like GRASS GIS.\n",
"The geospatial notebooks here are organized into several topics with the aim of exploring different geospatial libraries installed on the OSGeo-Live. The geospatial notebooks walk the user from simple usage of command line tools such GDAL, PROJ and OSSIM, to basic SQL access of database information, to more complex geoprocessing including data parsing, numerical processing, and finally, the use of a complete GIS platform.\n",
"\n",
"\n",
"# Topic Layout\n",
@ -36,9 +36,7 @@
"\n",
" * [OSSIM Quickstart](Access to Geospatial data/OSSIM Quickstart.ipynb)\n",
"\n",
"**[Numerical Cartography](Numerical Cartography/An intro to Numerical Cartography.ipynb)**\n",
"\n",
" * [An intro to numerical cartography](Numerical Cartography/An intro to Numerical Cartography.ipynb)\n",
"**[An Introduction to Numerical Cartography](Numerical Cartography/An intro to Numerical Cartography.ipynb)**\n",
"\n",
" * [Map Projections](Numerical Cartography/Map Projections.ipynb)\n",
"\n",