Skip to content

Commit e2678de

Browse files
committed
simply package description
1 parent d217bd2 commit e2678de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This list of Python packages is adapted from the Python list of [Awesome Geospat
3939
* [whitebox](https://github.com/giswqs/whitebox) :zap: - A Python package for advanced geospatial data analysis based on [WhiteboxTools](https://github.com/jblindsay/whitebox-tools).
4040
* [lidar](https://github.com/giswqs/lidar) - lidar is a toolset for terrain and hydrological analysis using digital elevation models (DEMs).
4141
* [pygis](https://github.com/giswqs/pygis) - pygis is a collection of Python snippets for geospatial analysis.
42-
* [ArcGIS Python API](https://developers.arcgis.com/python/) - ArcGIS API for Python is a Python library for working with maps and geospatial data, powered by web GIS.
42+
* [ArcGIS Python API](https://developers.arcgis.com/python/) - Esri's Python library for working with maps and geospatial data, powered by web GIS.
4343
* [dask-rasterio](https://github.com/dymaxionlabs/dask-rasterio) - Read and write rasters in parallel using Rasterio and Dask.
4444
* [earthengine-api](https://anaconda.org/conda-forge/earthengine-api) :zap: - The Earth Engine Python API allows developers to interact with Google Earth Engine.
4545
* [Fiona](http://toblerity.org/fiona/) :zap: - For making it easy to read/write geospatial data formats.
@@ -75,7 +75,7 @@ This list of Python packages is adapted from the Python list of [Awesome Geospat
7575
* [urbansim](https://github.com/UDST/urbansim) - New version of UrbanSim, a platform for modeling metropolitan real estate markets.
7676
* [USGS API](https://github.com/kapadia/usgs) - USGS is a python module for interfacing with the US Geological Survey's API.
7777
* [Verde](https://github.com/fatiando/verde) - Verde is a Python library for processing spatial data and interpolating it on regular grids.
78-
* [xarray](http://xarray.pydata.org/en/stable/) - xarray is an open source project and Python package that aims to bring the labeled data power of pandas to the physical sciences.
78+
* [xarray](http://xarray.pydata.org/en/stable/) - An open source project that aims to bring the labeled data power of pandas to the physical sciences.
7979

8080

8181
### Mapping/Plotting
@@ -94,15 +94,15 @@ This list of Python packages is adapted from the Python list of [Awesome Geospat
9494
### Deep Learning
9595
* [label-maker](https://github.com/developmentseed/label-maker) - Data Preparation for Satellite Machine Learning.
9696
* [label-maker-binder](https://github.com/giswqs/label-maker-binder/pulse) - Using label-maker in an interactive notebook on the cloud.
97-
* [Keras](https://keras.io/) - Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano.
97+
* [Keras](https://keras.io/) - Keras is a high-level neural networks API capable of running on top of TensorFlow, CNTK, or Theano.
9898
* [TensorFlow](https://www.tensorflow.org/) - TensorFlow is an open source software library for numerical computation using data flow graphs.
9999

100100

101101
### General Python
102102

103103
* [dask](https://github.com/dask/dask) - Dask is a flexible parallel computing library for analytics.
104104
* [imageio](https://imageio.github.io/) - imageio provides an easy interface to read and write a wide range of image data.
105-
* [Mahotas](https://github.com/luispedro/mahotas) - Mahotas is a library of fast computer vision algorithms (all implemented in C++ for speed) operating over numpy arrays.
105+
* [Mahotas](https://github.com/luispedro/mahotas) - Mahotas is a library of fast computer vision algorithms operating over numpy arrays.
106106
* [NumPy](http://www.numpy.org/) - NumPy is the fundamental package for scientific computing with Python.
107107
* [Pandas](http://pandas.pydata.org/) - Open source library providing high-performance, easy-to-use data structures and data analysis tools.
108108
* [scikit-image](http://scikit-image.org/) - Scikit-image is a collection of algorithms for image processing.
@@ -119,7 +119,7 @@ This list of Python packages is adapted from the Python list of [Awesome Geospat
119119
* [Geospatial Big Data Platform (GBDX)](https://platform.digitalglobe.com/gbdx/) - Cloud computing platform from Digital Globe.
120120
* [Radiant Earth](https://www.radiant.earth/) - Open-source cloud computing infrastructure for geospatial analysis.
121121
* [Sentinel Playground](https://www.sentinel-hub.com/) - Cloud platform for analysis of Sentinel-2A and B and so on.
122-
* [Vane: Query Language](https://owm.io/vaneLanguage) - Creating Basemaps from different satellite images with online processing and computing, with global coverage.
122+
* [Vane: Query Language](https://owm.io/vaneLanguage) - Creating Basemaps from different satellite images with online processing and computing.
123123

124124
## References
125125

0 commit comments

Comments
 (0)