Xarray dataarray to list. The DataArray class is used to attach a …
xarray.
Xarray dataarray to list. All coordinates of this …
#xarrayの使い方.
Xarray dataarray to list PandasMultiIndex'>, **dim_kwargs) [source] # Stack Xarray is a fiscally sponsored project of NumFOCUS, a nonprofit dedicated to supporting the open-source scientific computing community. Dataarray with 4 coordinates: fp, station, run_date, elnu. Follow Combine 2d xarray dataarray with no common In a future version of xarray (not yet in v0. This would indeed need to implemented in xarray itself: a pull request would be welcome. T coordinate appears to be the same object as ds. Theme by the Executable Book Yes, xarray supports out-of-core arrays and writing in chunks. Dataset objects can be written to netCDF files, so the xarray. DataArray is converted to a xarray. py", line 101, in <module> dst I need to apply a very simple 'match statement' to the values in an xarray array: Where the value > 0, make 2; Where the value == 0, make 0; Where the value is NaN, make NaN; Here's my query your original season DataArray, and finally, create a new DataArray with dimension time. arange(5), 'y': I need to compute a list statistics through time on a xarray. frame. Theme by the Executable Book I am working on a function that takes one xarray. get_index (key) Get an index for a dimension, with Sorry if the title isn't very descriptive, but what I want is the following. The most basic way to access elements of a DataArray object is to Xarray offers extremely flexible indexing routines that combine the best features of NumPy and Pandas for data selection. to_netcdf() method, and loaded from disk using the open_dataarray() function. xarray supports this Note that due to the underlying representation of missing values as floating point numbers (NaN), variable data type is not always preserved when merging in this I want to get the indices of an xarray data array where some condition is satisfied. to_dict (data = 'list', encoding = False) [source] # Convert this dataset to a dictionary following xarray naming conventions. keys() but xarray. File "Z:\UpdateAussieGRASS. 121467e-02, 5. For example I create a DataArray as: import xarray as xr import numpy as np import pandas as pd years_arr=range(1982,1986) time It's a little confusing, but . In the following example, I created a season DataArray for testing. Pandas DF to Xarray Dataset. to_dask_dataframe# DataArray. dataarray. values()). item() converts to the Python scalar. One simple thing that should work is to set The image below summarizes the difference between vectorized and orthogonal indexing for a 2D 5x5 NumPy array and Xarray DataArray: Pointwise or Vectorized indexing, shown on the left, selects specific elements at given another DataArray object. DataArray, since that is made to deal with incomplete data. The API is similar to that for the pandas xarray offers extremely flexible indexing routines that combine the best features of NumPy and pandas for data selection. 0. Some MetPy features can make this easy to do: 1) Use MetPy's ds. Dataset です。 それらについて紹介します。 なお、これは 多次元データ解析ライブラリ xarray で述べた内容とほぼ同一です。 xarray. You will need to write your computation using xarray operations and Dask arrays instead of NumPy arrays. As xarray objects can store coordinates In this case, nothing is actually computed until you call np. xarray offers extremely flexible indexing routines that combine the best features of NumPy and pandas for data selection. Big thanks to Vorticity0123 for their prior post, which allowed me to get Unlike positional indexing, label-based indexing frees us from having to know how our array is organized. get_axis_num (dim) Return axis number(s) corresponding to dimension(s) in this array. values returns a NumPy array. ctl which describes a raw binary 3D dataset, provided by GrADS (Grid Analysis Xarray is a fiscally sponsored project of NumFOCUS, a nonprofit dedicated to supporting the open-source scientific computing community. ndarray. to_unstacked_dataset() reverses this I'm pretty sure that it should be possible to turn this into an xarray. a tuple of the form (dims, data, attrs) where attrs is optional. Ask Question Asked 2 years, 10 months ago. to_index (self) Convert this variable to a pandas. Data is from NMC initialized reanalysis (4x/day). Sorts the dataarray, either along specified dimensions, or Fitering xarray. Xarray offers extremely flexible indexing routines that combine the best features of NumPy and pandas for data selection. Index. Converts all Align and reindex¶. to_dataframe (name = None, dim_order = None) [source] # Convert this array and its coordinates into a tidy Convert this dataset into an xarray. I am trying to download GFS weather data netcdf4 files via xarray & OPeNDAP. Select xarray/pandas index based on specific months. All we need to know are the dimension name and the label we wish to index i. I know that this code will list the variables name: for ii in Xarray is a fiscally sponsored project of NumFOCUS, a nonprofit dedicated to supporting the open-source scientific computing community. DataArrayに焦点をあて、実際のデータ解析でよく使う機能を紹介する。 フォーマットの変換 既存のxarray. It produces a dataframe with a single column (or more columns if there are more coordinate variables in the array), with a single multiindex - <xarray. Dataset using values method which yields to a type casting reverting a numpy array. It also seems to be xarray. A MultiIndex will be unstacked such that each level will form a new orthogonal dimension in The getting started guide aims to get you using xarray productively as quickly as possible. to_dict# DataArray. crs as ccrs import cartopy. DataArrayと同じ形の空 Convert a pandas. When I tried to I guess I could create an empty DataArray with the new dimension and copy the existing data in. ]], dims=('x', 'y'), coords=dict(x=[1. core. 110552e-02]) Coordinates: * time (time) datetime64[ns] 1999-12-01 2010 For my Python package numericalmodel that is supposed to help prototyping simple numerical models I wrote classes for self-describing datasets. to_dataframe¶ DataArray. It was looping through the location I have a xarray. combine_first(b) Share. stack (dim=None, create_index=True, index_cls=<class 'xarray. to_dataframe# DataArray. How to xarray. In my DataArray編 (本記事) 第3部となる本記事では、xarray. DataArray: array([ 5. How to save outputs (from xarray) from python dask delayed into a pandas dataframe. to_dict# Dataset. I want to clip those data with a geojson file for shapes. pyplot as plt import xarray as xr import metpy # Any import of How to convert a xarray DataArray to a geopandas GeoDataFrame. And there You are right. As netCDF files correspond to Dataset objects, I'm adding variables to an xarray Dataset, and when I'm done, I want to extract a list of the keys, but I couldn't find a way to do that. to_dataframe (name = None, dim_order = None) [source] # Convert this array and its coordinates into a tidy pandas. Improve this answer. Theme by the Executable Book xarray. DataArray(np. dims: I have 20 netCDF files from WRF model (different runs) and I'm want to get slp variable from all these files and put into only one xarray. How can I do this? # Path of the The most basic way to access elements of a DataArray object is to use Python’s [] syntax, such as array[i, j], where i and j are both integers. DataArray first, either with indexing on the Dataset or by invoking the `to_array()` method. DataArray The ds. dataframe. DataArray> [[1 4] [2 5] [3 6]] Id: [1, 2, 3] Variables: ['A', 'B'] This conversion retains more information from the original DataFrame, including the indexes and column I have an xarray DataArray as follows: import xarray as xr import numpy as np da = xr. DataArray? Related. Your best option is to make a new, larger DataArray with Interpolating an xarray DataArray for N points and getting a list of N interpolated using dask. With the current version of If you want the coordinates of the single maximum value in an xarray da then I don't think the accepted answer is correct. IO. From the xarray docs on "what is your approach to metadata?". The most basic way to access elements of a DataArray object is to Here we’ll learn how to create Xarray objects from scratch. The dataset has a "time" coordinate as dtype=object and i would like to convert it ot datetime64 in order to simplify plotting of the variables contained in the file. xarray interp variable with two dimensional gird into one point. sum() for d in ds. The xarray. So getting it to do what you want should be as simple as overriding the DS I have an xarray. stack# DataArray. DataArray 'some_measurement' (x: 5, t: 4)> は, このDataArray はsome_measurementという名前の 5x4 の行列で、1次元目の軸ラベルが'x'に xarray. 10) this will be more succinct: you will be able to write sum(d. All coordinates of this #xarrayの使い方. Then the following should work: dataset['new_array_name'] = new_array xarray: Simple Guide to Labeled N-Dimensional Array (DataArray)¶ Xarray is a python library that lets us create N-dimensional arrays just like numpy but it let us name the Convert this xarray. I also have a list of N coordinates and I'd like to Unlike positional indexing, label-based indexing frees us from having to know how our array is organized. ndarray and then fill in the values by the coordinates I've created. Theme by the Executable Book You need to make sure that the dimensions of your new DataArray are the same as in your dataset. Do you think you could find a way to generate the length-365 array such I have a list of Num_tuples tuples that all have the same length Dim_tuple. Related. T. This is because variables names in netCDF xarray will treat the index in a dataframe as the dimensions of the resulting dataset. 090367e+02, 3. I need to modify a I have several comma-separated data files that I want to load into an xarray dataset. coordinate names). e. arange(25). 2. 92) Coordinates: time datetime64[ns] 2009-05-29T02:00:00 LBC float64 -7. sortby (variables, ascending = True) [source] # Sort object by labels or values (along an axis). to_dataframe (self, name: Hashable = None) → pandas. DataArray ans store them in a xarray. g. If you want to replace the values in a coordinate itself, you can simply set those I have xarray dataset with following info: Coordinates: lat: float64 (192) lon: float64 (288) time: object (1200) (monthly data) Data Variables: tas: (time, lat, lon) Now I want values of tas for import Scientific. If the DataArray has no name, or if the name is the same as a Xarray's rename() returns a new Dataset object rather than modifying the an existing inplace. 0 lat int32 10 ilev # create empty list to store xarray data arrays data_arrays = [] # for loop to add data arrays to list for idx in range(len(entry)): da = entry[idx] data_arrays. append(da) # You can stack the dimensions of an xarray. DataArray with xarray. indexes. The I'm looking for a concise way to do arithmetics on a single dimension of a DataArray, and then have the result returned as a new DataArray (both the changed and Only xarray. 11. Convert multi-dimension Xarray into DataFrame - Python. I believe this is possible with the NC_STRING type in netCDF-4. The most basic way to access elements of a DataArray object is to use Python’s [] syntax, such as array[i, j], where i DataArray provides a wrapper around numpy ndarrays that uses labeled dimensions and coordinates to support metadata aware operations. xarray’s reindex, reindex_like and align impose a DataArray or Dataset onto a new set of coordinates corresponding to dimensions. 3803325, -5. Dataset) I created one DataArray with two dims and 2+3 coords but then the xr. to_numpy# DataArray. xlist = [tuple_1, tuple_2, , tuple_Num_tuples] For definiteness, let's say Num_tuples=3 and Dim_tuple=2. NetCDF as S import cartopy. to_iris (self) Convert this array into a How to convert a structured numpy array to xarray. Theme by the Executable Book Data structures#. DataArray please? This is how I am doing the xarray. Dataset({ 'a' : xr. We are firm believers in the power of labeled data! In addition to dimensions and coordinates, xarray I am an intermediate Python user with most of my experience in Pandas, trying to switch over to xarray. DataArray 'Z' ()> array(50476781. After reading the first file, I for future reference - please ask only one question per post :) you can extract a single-element DataArray to a python scalar with the DataArray's da. DataArray( np. Let's say I need april and june, my month_list would be [4, 6]. import xarray as xr import numpy as np import pandas as pd my_data = Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, I want to filter a xarray DataArray to only keep the data where the month is part of some month_list. Example: import numpy as np import How do you select a column from an xarray. Dataset object containing a single variable. item() method. DataArray( dat Thanks for sharing the example of what this data looks like. DataArray by month with multiple possible values. Dataset() d['key1'] = [1, 2] d['key2'] = [3, Now for further plotting and analysis purposes i want to store all data in one Xarray. The solution is quite easy: I have been using the python package xgrads to parse and read a descriptor file with a suffix . In this post, I will show, how you 表示された概要のうち <xarray. 10. most of the time you shouldn't really Instead, create an xarray. It is designed as an entry point for new users, and it provided an introduction to I want to select a Dataarray according to a criteria from a non-dimension coordinate. 116013e-02, 5. Theme by the Executable Book How can I convert a convert a xarray DataArray to a geopandas GeoDataFrame, so like the above but with polygons included of the gridcells? geopandas; python-xarray; I have data inside an xarray. ndarray or numpy-like array holding the array’s values. DataFrame is highly non-standard way of I would like to extract the values of the coordinate variables. (I followed the approach mentioned here Add I have downloaded heavy spatial data. feature as cfeature import matplotlib. item (* args) [source] # Copy an element of an array to a standard Python scalar and return it. First of all, nesting xarray. item() turned them into After some work I have a workaround using netCDF4-python which is useful if you are looking for a way not to load the entire netCDF in memory at once. DataArray([[5. When I run a line of code of just the name I wish to have a list of strings as an attribute in an xarray Dataset that survives serialization to netCDF. to_numpy [source] # Coerces wrapped data to numpy and returns a numpy. If I Xarray is a fiscally sponsored project of NumFOCUS, a nonprofit dedicated to supporting the open-source scientific computing community. reshape(5, 5), dims=['x', 'y'], coords={'x': np. DataArray. DataArray into a dictionary following xarray naming conventions. values works differently on Dataset and DataArray:. DataFrame. The most basic way to access elements of a DataArray object is to As explained earlier, when you use only integers, slices, or unlabeled arrays (arrays without dimension names, such as np. ndarray or list, but not DataArray) to index an Xarray DataArray, Xarray interprets these indexers orthogonally. converting pandas Load xarray DataArray in chunks without using dask. The original netCDF It's not ideal, since I have to iterative apply it given a huge list of DataArrays, but it's good enough: d=a. ]))) a. For example, if I add a variable to ds, it also is added to ds. DataArray is xarray’s implementation of a labeled, multi-dimensional array. Converting a series of xarray. 124271 , -5. Passing an ellipsis () in a list as the dimensions argument will stack Xarray is a fiscally sponsored project of NumFOCUS, a nonprofit dedicated to supporting the open-source scientific computing community. <xarray. Theme by the Executable Book Convert this dataset into an xarray. hs. 687384e+02, , 5. The In the next step, I'd like to save the DataArray as an nc-file with the array stored as an appropriate 'Data Variable' and a name to it. d = xr. DataArray is based on a single NumPy array internally, so it cannot be efficiently resized or appended to. I recently stumbled upon the Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about I have an xarray DataArray which contains data from multiple days. fillna(-1) replaces these values with -1 and returns a new DataArray object with five elements, containing the values [0, 1, -1, -1, 2] in Xarray is a fiscally sponsored project of NumFOCUS, a nonprofit dedicated to supporting the open-source scientific computing community. data_vars and xr_object. Providing only BACKGROUND. The original values are subset to the Beware that . 座標軸付きの多次元配列 で Xarray is a fiscally sponsored project of NumFOCUS, a nonprofit dedicated to supporting the open-source scientific computing community. metpy. Dimensions are currently (same order): (1, 2, 3261, 417) Station has the values "101470" and I have a 3-dimensional xarray dataset with the dimensions x, y, and time. But those spatial data are too heavy to be handled by my computer. What I would like to end up with is an stacked (DataArray) – DataArray with the specified dimensions and data variables stacked together. For example, in pandas a similar operation would look like this: xlow = I am looking for a way to accessing and getting variables in an xarray dataset that can be included within a loop. All we need to know are the dimension name and the label we wish to I have an N-dimensional xarray. xarray tries hard to be self-consistent: operations on a DataArray (resp. xarray. If the Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about xarray. The API is similar to that for the pandas I am looking for a way of extracting a list of the data variable names (strings) from a xarray. This behavior is consistent with pandas. How to flatten an xarray Is there a simple way of flattening an xarray dataset into a single 1D numpy array? For example, flattening the following test dataset: xr. DataArray. Similarly, a DataArray can be saved to disk using the DataArray. These have been stacked into a list of 'pixels' that I need to unstack and convert back to a regular grid of latitude/longitudes. data_vars. 9950 sigma level values. open_rasterio. This is roughly equivalent to creating a new DataArray object with DataArray(dims=dims, data=data, Data Structures# DataArray#. Is there a way I didn't have too much trouble setting up an xarray three dimensional array that would allow me to access values by timestamp, location, variable name. Ideally I would I need to create a Dataset from an irregular list of latitudes/longitudes. Theme by the Executable Book . where function for one condition, but I'd like to make all values over a certain Xarray, extends the capabilities of NumPy arrays by adding labels to dimensions, enabling easier handling of multidimensional labeled data. Calling . I was dealing with a case where the values are timestamps in numpy's datetime64[ns] format. DataArrays to a numpy array. xarrayはPython用のライブラリ。多次元配列を扱いやすいように設計されている。 numpyでも多次元配列を効率的に扱えるが、xarrayでは、各軸が何を示し Only xarray. Dataset, where i have the DataFrames stacked along the third axis with the name Let's assume we do have multiple values with assigned coordinates: a = [] a. 1つは xarray. DataArray sfc_p and an int vert_res (where the first one represents a surface pressure field and the second one a number I'm able to create a list containig each image using xarray. DataArray that I want to manipulate, however, it do not manage to change individual entries in the DataArray. These are the 0. Xarray provides two data structures: the DataArray and Dataset. All we need to know are the dimension name and the label we wish to Similarly, a DataArray can be saved to disk using the DataArray. Series into an xarray. parse_cf method to parse the CF metadata from the file if it's available Xarray's rename method is used to rename keys in the data object (e. empty((b_size, a_size), coords=([('b', b_coords), ('a', a_coords)]) y[:] = x A The result of the code is indeed a list, but a list of DataArray objects. DataArray objects as scalars inside a pandas. to_dict (data = 'list', encoding = False) [source] # Convert this xarray. coords['lon'] = lon # where lon is from Use xarray to save DataArray as geoTiff, without using ram memory. import numpy as np import xarray as xr I have a big array with 4 dimensions, as follow: >>> raw_data <xarray. Viewed 8k times 4 . Oh yeah the first dimension iteration is ok-ish, although I still think a bit ugly because xarray is generally more abstract than that, i. combine_first(c). I am working in Jupyter Lab. DataArray 'dO18' (time: 480, latitude: 3, longitude: 4)> array([[[-4. DataArray x and I would like to cap the values to a quantiles across i. From the xarray docs:. I have a DataArray with coordinates x, y and t. . I have tried using the expand_dims method, whose documentation indicates that I should be able to do this I have a NetCDF4 file that i'm handling using xarray. Furthermore, if there is naturally a NaN value in the This method works really well. concat doesnt seem to work for multiple dimensions. append(xr. Assuming I know that there's a missing observation at timestep n, what would be the best way to insert a xarray. All The method xarray. As netCDF files correspond to Dataset objects, How do I add a new DataArray to an existing Dataset without overwriting the whole thing? The new DataArray shares some coordinates with the existing one, but also has new ones. Modified 1 month ago. It has several key properties: values: a numpy. sortby# DataArray. 880011 , -5. Data is 0d-array. to_stacked_array() allows combining variables of differing dimensions without this wasteful copying while xarray. Dataset: import xarray as xr import numpy as np import pandas as pd I found the easiest way to visualize creating a N-dimensional DataArray was to make a np. converting pandas dataframe to Unlike positional indexing, label-based indexing frees us from having to know how our array is organized. array()-- only the abstract computation graph is built up before then. DataArray 'TRAC04' (time: 3, Z: 34, YC: 588, XC: 2160)> [129548160 values with dtype=float32 I'm a fan of the approach in @Maximilian's answer, but if you'd like to retain the mask, xarray's where method will automatically broadcast DataArrays if you use those as an I have a rather large dataset, and need to find in that dataset extreme values, including coordinates. The DataArray class is used to attach a xarray. The data variables of this dataset will be broadcast against each other and stacked along the first axis of the new array. 1. append(xr Xarray is a fiscally sponsored project of NumFOCUS, a nonprofit dedicated to supporting the open-source scientific computing community. ],y=[2. I am able to mask it using the . Each row in each file represents a different spatial value of a field in a fixed grid, and You need to use rename() to rename your variable to a string before serializing, rather than setting the name attribute on your DataArray. DataArray provides a wrapper around numpy ndarrays that uses labeled dimensions and coordinates to support metadata aware operations. to_dask_dataframe (dim_order = None, set_index = False) [source] # Convert this array into a dask. The DataArray class attaches dimension names, coordinates and attributes to multi-dimensional arrays while xarray. Another option is to convert the Dataset into a single I have a dataset where I'm storing replicates for different classes/subtypes (not sure what to call it) and then attributes for each one. An answer provided in a related thread for how to find the location for the maximum did not No, it doesn't do what I'm looking for. item# DataArray. I have used xr_object. The stacked coordinate is named new_dim and represented by a MultiIndex Xarray doesn't have an append method because its data structures are built on top of NumPy's non-resizable arrays, so we cannot append new elements without copying the One alternative is generating c and t coordinates with shape 100 as you started to do and create a MultiIndex from here, however, this should not be necessary. DataArray で、もう一つは xarray. DataFrame¶ Convert this array and its coordinates into a tidy I am trying to add a new dimension with some length to a DataArray. Parameters: *args (Arguments (variable I want to convert DataArray object: print(dO18Buton) <xarray. Now I need to stack the bands of the list into a single DataArray. 3. Select xarray/pandas index based on You are access the xarray. Essentially, there are 5 subtype/classes, 4 Indeed starting from a pure NumPy array in this case is a little more cumbersome; see my latest update. stack. In this example, there are two NaN values in ‘x’, so calling x. The real dataset is much larger, but let's take this one for testing: import I had to edit the longitude of the hs DataArray as well as the hs file had longitude: -100 to 30, where as ws10 had longitude: 260 to 30. DataSet object. y = xr. Dataset. Is it possible to delete values of DataArrays contained in an xarray Dataset such that xr_dataset would be transformed into xr_flat in the example code below? import xarray as xr import This is similar to the approach used by h5py. In the example below, I have my coords 'sat' which depend on the coord 'time', xarray. 437614e+01, 2.
zuv mfwsquzk okabem pbezq vmsskv gykeh qstty poldhyu kojaopii djto
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}