Giter VIP home page Giter VIP logo

jandom / griddataformats Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mdanalysis/griddataformats

0.0 0.0 0.0 274 KB

GridDataFormats provides the Python package 'gridData'. It contains a class ('Grid') to handle data on a regular grid --- basically NumPy n-dimensional arrays. It supports reading from and writing to some common formats (such as OpenDX). A version of the package is hosted on PyPi so that it should be possible to simply install with 'easy_install GridDataFormats'.

Home Page: http://pypi.python.org/pypi/GridDataFormats/

License: GNU Lesser General Public License v3.0

Python 100.00%

griddataformats's Introduction

Homepage

Prerequisites

A working ruby version that's higher than ubuntu's default

Installation

Ubuntu

Setup jekyll on ubuntu following instructions

macOS

The default macOS comes with a ruby interpreter that's very old. Use homebrew to upgrade ruby.

brew install [email protected]
gem install bundler
bundle config set --local path 'vendor/bundle'
bundle install 

Getting started

To create a new project

jekyll new homepage

To run a local webserver

bundle exec jekyll serve

Import posts from blogger.com

Install the appropriate module/gem

gem install jekyll-import

Follow the instructions

Run the magical import command

ruby -r rubygems -e 'require "jekyll-import";
  JekyllImport::Importers::Blogger.run({
    "source"                => "blogger/blog-08-25-2019.xml",
    "no-blogger-info"       => false, # not to leave blogger-URL info (id and old URL) in the front matter
    "replace-internal-link" => false, # replace internal links using the post_url liquid tag.
  })'

Development

To update dependencies

bundle update

To install dependencies on a clean slate

rm Gemfile.lock
bundle install

To serve on localhost

bundle exec jekyll serve

griddataformats's People

Contributors

jandom avatar orbeckst avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.