Learn GIS and data science in our courses and tutorials
FAQs
Account
Latest Tutorials
Sometimes certain analysis may require data in a tabular format (as opposed to the gridded format of NetCDF). This tutorial will take you through how to convert a NetCDF (or other raster/gridded...
It is tedious, and not practical, to manually type in values for array creation. In this tutorial we will go through methods for automating array creation and importing tabular data...
We’ve gone through the basics to manually create arrays of different dimensions and shapes. There will be times that you will want to query array shapes, or automatically reshape arrays. This...
Creating a simple array After numpy is installed, we can begin to create arrays. First, we’ll need to import numpy into our python project. Here I use the...
Check Installation First, check to see if you already have numpy installed. From the terminal, you can use pip to do this. pip show numpy If numpy is installed...
Requirements: Python version 2.7 or greaterBeginner skills with pythonDesire to learn numpy Objectives: Teach the basics of using numpy in pythonProvide data science...