Add information on requirements for osm example
See original GitHub issueThe 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:
- Created 8 years ago
- Comments:13 (9 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
The OSM data is also now available, or at least a 1-billion point subset of it, so this issue can be closed.