question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add information on requirements for osm example

See original GitHub issue

The package castra is not mentioned in the README.md.

I tried conda install -c https://conda.anaconda.org/calex castra (the only copy of castra for py34 on osx-64 on anaconda) but I got the error:

    TypeError                                 Traceback (most recent call last)
----> 1 df = dd.from_castra('data/osm.castra')
      2 df.tail()

/Users/caged/miniconda3/envs/datashader/lib/python3.4/site-packages/dask/dataframe/io.py in from_castra(x, columns)
    567     from castra import Castra
    568     if not isinstance(x, Castra):
--> 569         x = Castra(x, readonly=True)
    570     return x.to_dask(columns)
    571 

TypeError: __init__() got an unexpected keyword argument 'readonly'

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:13 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
jbednarcommented, Jan 25, 2017

The discussion of the Census castra files above is out of date; the Census data is now provided as census.h5 with the download scripts described in the examples directory. You can convert that to Castra or whatever you like once loaded.

0reactions
jbednarcommented, May 24, 2017

The OSM data is also now available, or at least a 1-billion point subset of it, so this issue can be closed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

3.1 Designing The Data Model - HOT Toolbox
3.1 Designing The Data Model. This section provides: An overview of data models and OpenStreetMap tagging, including presentation slides ...
Read more >
5. OSM Usage — Open Source MANO documentation - ETSI
Available attributes and values can be directly explored at the OSM Information Model. A complete VNFD example with VNF metrics collection (VDU-level) can...
Read more >
8 Modeling OSM Data - Oracle Help Center
See "Adding the Input Message to the Order Template" for more information. ... The following sections describe modeling data requirements for tasks.
Read more >
Providing data to OpenStreetMap
This guide is intended for data owners including those at local authorities, other. Government organisations and non-profits. Some basic GIS knowledge is ...
Read more >
Editing the Wiki - LearnOSM
The key avenue for mappers to do this is through the OpenStreetMap wiki, ... For example, let's add some basic information and a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found